void
void copied to clipboard
chore - separate build process by machine type for the full IDE
Mac OS :
-
npm install - On MacOs
Command+Shift+Bto start the build process - this can take some time. If you're not using VS Code, runnpm run watchinstead. (maybe removing vs code command will streamline the process because it will be one generic command not related to environnement) - Open terminal and run
chmod +x scripts/code.sh - Run
scripts/code.shin your terminal.
Using only terminal tou have to do
-
npm install -
npm run watch -
chmod +x scripts/code.sh - drag and drop
code.shin your terminal and hit enter
then
-
npm run gulp vscode-darwin-arm64assuming you are building for macOS silicon -
npm run gulp vscode-darwin-x64assuming you are building for Intel
Windows :
-> Use CTRL+Shift+B instead of Command+Shift+B
Linux-arm : -> I have no idea yet, but I will try when MacOS ARM will work on my machine, I can easily run a debian.
I think we should remove [specific editor and keyboard shortcut abstraction] and let the terminal do the job.