vss-monaco-editor
This package contains the monaco editor re-packaged for use by Azure DevOps. It is simply packaged as an AMD module with webpack. The webpack config includes the "publicPath" property, which is specific to the path that the chunks will be found at runtime in Azure DevOps.
To update this package: npm install monaco-editor@version --save
Update package.json and change the version to match the version of monaco-editor that was installed
npm run build npm publish
Update our version of the npm package in npm\default\package.json to the new version. Update the bundle references in product code: vss-monaco-editor.webproj contains references to the main bundle (min & debug). MonacoEnvironments.ts contains references to the sub bundles (min & debug).
All bundle references hashes should the version of vss-monaco-editor we are using.