monaco-yaml/src
Remco Haszing 7174aff026
Expose setDiagnosticsOptions in monaco-yaml
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({});
```
2021-07-18 14:58:42 +02:00
..
fillers Introduce ESLint 2021-07-17 17:12:17 +02:00
languageFeatures.ts Introduce ESLint 2021-07-17 17:12:17 +02:00
monaco.contribution.ts Expose setDiagnosticsOptions in monaco-yaml 2021-07-18 14:58:42 +02:00
workerManager.ts Introduce ESLint 2021-07-17 17:12:17 +02:00
yaml.worker.ts Introduce ESLint 2021-07-17 17:12:17 +02:00
yamlMode.ts Introduce ESLint 2021-07-17 17:12:17 +02:00
yamlWorker.ts Introduce ESLint 2021-07-17 17:12:17 +02:00