Skip to content

Commit c976de3

Browse files
committed
Use SemanticDiagnosticsSync with TypeScript 2.0.0
1 parent 3cca4d7 commit c976de3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/ts.core/src/ts/client/CommandNames.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ public enum CommandNames {
3737
ProjectInfo("projectInfo"),
3838
Rename("rename"),
3939

40-
// 2.0.3
41-
SemanticDiagnosticsSync("semanticDiagnosticsSync", "2.0.3"),
42-
SyntacticDiagnosticsSync("syntacticDiagnosticsSync", "2.0.3"),
40+
// 2.0.0
41+
SemanticDiagnosticsSync("semanticDiagnosticsSync", "2.0.0"),
42+
SyntacticDiagnosticsSync("syntacticDiagnosticsSync", "2.0.0"),
4343

4444
// 2.0.5
4545
CompileOnSaveAffectedFileList("compileOnSaveAffectedFileList", "2.0.5"),

0 commit comments

Comments
 (0)