mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
Remove unused api version
This commit is contained in:
@@ -24,7 +24,6 @@ export default class API {
|
||||
public static readonly v240 = API.fromSimpleString('2.4.0');
|
||||
public static readonly v250 = API.fromSimpleString('2.5.0');
|
||||
public static readonly v260 = API.fromSimpleString('2.6.0');
|
||||
public static readonly v262 = API.fromSimpleString('2.6.2');
|
||||
public static readonly v270 = API.fromSimpleString('2.7.0');
|
||||
public static readonly v280 = API.fromSimpleString('2.8.0');
|
||||
public static readonly v290 = API.fromSimpleString('2.9.0');
|
||||
|
||||
Reference in New Issue
Block a user