mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-09 09:31:25 +00:00
This removes the need to explain certain statements and imports need to
happen in a specific order. Users can now just use:
```ts
import { setDiagnosticsOptions } from 'monaco-yaml';
setDiagnosticsOptions({});
```
|
||
|---|---|---|
| .. | ||
| src | ||
| package.json | ||
| README.md | ||
| webpack.config.js | ||
Demo: Weback + Monaco + Monaco YAML
To run:
npm start
The demo will open in your browser.