mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-23 00:22:56 +01:00
Adds a CodeAction provider to support fixits
This commit is contained in:
parent
2389ae38aa
commit
b8063f957f
5 changed files with 87 additions and 5 deletions
1
src/monaco.d.ts
vendored
1
src/monaco.d.ts
vendored
|
|
@ -125,6 +125,7 @@ declare module monaco.languages.typescript {
|
|||
export interface DiagnosticsOptions {
|
||||
noSemanticValidation?: boolean;
|
||||
noSyntaxValidation?: boolean;
|
||||
noSuggestionDiagnostics ?: boolean;
|
||||
}
|
||||
|
||||
export interface LanguageServiceDefaults {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue