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 746caa3 commit 2db415aCopy full SHA for 2db415a
extensions/typescript-language-features/src/tsServer/api.ts
@@ -29,6 +29,7 @@ export class API {
29
public static readonly v544 = API.fromSimpleString('5.4.4');
30
public static readonly v540 = API.fromSimpleString('5.4.0');
31
public static readonly v560 = API.fromSimpleString('5.6.0');
32
+ public static readonly v570 = API.fromSimpleString('5.7.0');
33
34
public static fromVersionString(versionString: string): API {
35
let version = semver.valid(versionString);
0 commit comments