mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
fix spec
This commit is contained in:
parent
ae9e867dc6
commit
cfe53c2e15
2 changed files with 2 additions and 2 deletions
2
monaco.d.ts
vendored
2
monaco.d.ts
vendored
|
|
@ -8,7 +8,7 @@
|
|||
declare namespace monaco.languages.json {
|
||||
export interface DiagnosticsOptions {
|
||||
/**
|
||||
* If set, the validator will be enabled and perform syntax and validation schema based validation,
|
||||
* If set, the validator will be enabled and perform syntax and schema based validation,
|
||||
* unless `DiagnosticsOptions.schemaValidation` is set to `ignore`.
|
||||
*/
|
||||
readonly validate?: boolean;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import { Emitter, IEvent, languages } from './fillers/monaco-editor-core';
|
|||
|
||||
export interface DiagnosticsOptions {
|
||||
/**
|
||||
* If set, the validator will be enabled and perform syntax and validation schema based validation,
|
||||
* If set, the validator will be enabled and perform syntax and schema based validation,
|
||||
* unless `DiagnosticsOptions.schemaValidation` is set to `ignore`.
|
||||
*/
|
||||
readonly validate?: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue