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 3cca4d7 commit c976de3Copy full SHA for c976de3
core/ts.core/src/ts/client/CommandNames.java
@@ -37,9 +37,9 @@ public enum CommandNames {
37
ProjectInfo("projectInfo"),
38
Rename("rename"),
39
40
- // 2.0.3
41
- SemanticDiagnosticsSync("semanticDiagnosticsSync", "2.0.3"),
42
- SyntacticDiagnosticsSync("syntacticDiagnosticsSync", "2.0.3"),
+ // 2.0.0
+ SemanticDiagnosticsSync("semanticDiagnosticsSync", "2.0.0"),
+ SyntacticDiagnosticsSync("syntacticDiagnosticsSync", "2.0.0"),
43
44
// 2.0.5
45
CompileOnSaveAffectedFileList("compileOnSaveAffectedFileList", "2.0.5"),
0 commit comments