mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-09 01:21:20 +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({});
```
|
||
|---|---|---|
| .. | ||
| fillers | ||
| languageFeatures.ts | ||
| monaco.contribution.ts | ||
| workerManager.ts | ||
| yaml.worker.ts | ||
| yamlMode.ts | ||
| yamlWorker.ts | ||