This is a fork of
vscode
install dependencies
./scripts/npm.sh install
start compile server
gulp watch
start electron
./scripts/code.sh
debug
./scripts/code.sh --remote-debugging-port=9222
setup monaco
npm run monaco-editor-setup
build monaco
gulp editor-distro
- add monaco.languages.registerTokensProvider
- use webpack to build monao-editor-core