mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-20 15:01:20 +00:00
- Both `js-yaml` and `yaml-languageserver-parser` have been replaced with `yaml`. - `jsonc-parser` has been externalized. - All defaults are now specified explicitly. - The new property `yamlVersion` has been added to match `yaml-language-server`. The default is `1.2`. - `DiagnosticsOptions` properties are now sorted alphabetically and documentation has been enhanced. Closes #117 |
||
|---|---|---|
| .. | ||
| src | ||
| package.json | ||
| README.md | ||
| webpack.config.js | ||
Demo
This demo is deployed to monaco-yaml.js.org. It shows how
monaco-editor and monaco-yaml can be used with
Webpack 5. To start it, simply run:
npm start
The demo will open in your browser.