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.
- In order to build
vscode-web
you can runyarn build:vscode
, then you will get the target files invscode-web/dist
- you can also run github1s with
dev vscode mode
, the command isyarn watch-with-vscode
. (This command may need several minutes to prepare vscode, so you won't see github1s until the preparation complete)