Skip to content

Commit 9f9dece

Browse files
committed
Correct the api string name
1 parent 35c50bf commit 9f9dece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/server/session.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ namespace ts.server {
111111
export const Formatonkey = "formatonkey";
112112
export const Geterr = "geterr";
113113
export const GeterrForProject = "geterrForProject";
114-
export const SemanticDiagnosticsSync = "semanticDiagnosticsFull";
115-
export const SyntacticDiagnosticsSync = "syntacticDiagnosticsFull";
114+
export const SemanticDiagnosticsSync = "semanticDiagnosticsSync";
115+
export const SyntacticDiagnosticsSync = "syntacticDiagnosticsSync";
116116
export const NavBar = "navbar";
117117
export const Navto = "navto";
118118
export const Occurrences = "occurrences";

0 commit comments

Comments
 (0)