mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
formatting options & source formatting
This commit is contained in:
parent
559bc5255a
commit
0dd1066fc4
3 changed files with 15 additions and 16 deletions
2
src/monaco.d.ts
vendored
2
src/monaco.d.ts
vendored
|
|
@ -128,7 +128,7 @@ declare module monaco.languages.typescript {
|
|||
export interface DiagnosticsOptions {
|
||||
noSemanticValidation?: boolean;
|
||||
noSyntaxValidation?: boolean;
|
||||
noSuggestionDiagnostics ?: boolean;
|
||||
noSuggestionDiagnostics?: boolean;
|
||||
}
|
||||
|
||||
export interface LanguageServiceDefaults {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue