We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c50bf commit 9f9deceCopy full SHA for 9f9dece
src/server/session.ts
@@ -111,8 +111,8 @@ namespace ts.server {
111
export const Formatonkey = "formatonkey";
112
export const Geterr = "geterr";
113
export const GeterrForProject = "geterrForProject";
114
- export const SemanticDiagnosticsSync = "semanticDiagnosticsFull";
115
- export const SyntacticDiagnosticsSync = "syntacticDiagnosticsFull";
+ export const SemanticDiagnosticsSync = "semanticDiagnosticsSync";
+ export const SyntacticDiagnosticsSync = "syntacticDiagnosticsSync";
116
export const NavBar = "navbar";
117
export const Navto = "navto";
118
export const Occurrences = "occurrences";
0 commit comments