0.20.0 • Published 5 years ago

vss-monaco-editor v0.20.0

Weekly downloads
20
License
-
Repository
-
Last release
5 years ago

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.

0.20.0

5 years ago

0.18.1-bugfix.2

6 years ago

0.18.1-bugfix.1

6 years ago

0.18.1

6 years ago

1.0.0

6 years ago