Adds a CodeAction provider to support fixits

This commit is contained in:
Orta Therox 2019-08-29 13:16:22 -04:00
parent 2389ae38aa
commit b8063f957f
5 changed files with 87 additions and 5 deletions

1
src/monaco.d.ts vendored
View file

@ -125,6 +125,7 @@ declare module monaco.languages.typescript {
export interface DiagnosticsOptions {
noSemanticValidation?: boolean;
noSyntaxValidation?: boolean;
noSuggestionDiagnostics ?: boolean;
}
export interface LanguageServiceDefaults {