mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-23 00:22:56 +01:00
Add support to ignore certain diagnostics
This commit is contained in:
parent
c050127710
commit
d5b5ce14f4
2 changed files with 2 additions and 0 deletions
1
src/monaco.d.ts
vendored
1
src/monaco.d.ts
vendored
|
|
@ -129,6 +129,7 @@ declare module monaco.languages.typescript {
|
|||
noSemanticValidation?: boolean;
|
||||
noSyntaxValidation?: boolean;
|
||||
noSuggestionDiagnostics?: boolean;
|
||||
diagnosticCodesToIgnore?: number[];
|
||||
}
|
||||
|
||||
export interface LanguageServiceDefaults {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue