conwnet/github1s

How to build @github1s/vscode-web

naivenaive opened this issue Β· 3 comments

Thanks for your excellent work. I have successfully built github1s locally. I wish to edit the workbench and rebuild a similar version of vscode like @github1s/vscode-web. Would you please kindly share the code to build @github1s/vscode-web or give me some advice on how to build @github1s/vscode-web from original vscode? Many thanks.

Hello there!πŸ‘‹ Welcome to the project!πŸ’– Thank you and congratsπŸŽ‰for opening your very first issue in this project.Be patient while we get back to you.πŸ˜„

Hello there naivenaive πŸ‘‹

Welcome to github1s !!πŸ’–πŸ₯³

Thank you and congratulations πŸŽ‰ for opening your very first issue in this project. github1s fosters an open and welcoming environment for all our contributors.🌸

Incase you want to claim this issue, please comment down below! We will try to get back to you as soon as we can.πŸ‘€

Feel free to visit github1s.com. πŸ‘©β€πŸ’» If you have any interesting ideas, just open an issue. We would love to hear you and engage in discussions.

  1. In order to build vscode-web you can run yarn build:vscode, then you will get the target files in vscode-web/dist
  2. you can also run github1s with dev vscode mode, the command is yarn watch-with-vscode. (This command may need several minutes to prepare vscode, so you won't see github1s until the preparation complete)