Build scripts for building the Monaco Editor directly from the vscode repo.
Used by the Data-Forge Notebook build process.
Check out the file build.bat to see the commands required to extract and package Monaco Editor.
Use Node.js 12 to run this:
nvm install 12.22.10
nvm use 12.22.10
How to install classic Yarn: https://classic.yarnpkg.com/en/docs/install#windows-stable
This is a meta repo.
You need meta installed:
npm install meta -g
The clone the repo:
meta git clone [email protected]:data-forge-notebook/monaco-build.git
Run
build.bat