mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
Update ts server web build
This commit is contained in:
@@ -53,7 +53,7 @@ export function activate(
|
||||
new TypeScriptVersion(
|
||||
TypeScriptVersionSource.Bundled,
|
||||
vscode.Uri.joinPath(context.extensionUri, 'dist/browser/typescript-web/tsserver.web.js').toString(),
|
||||
API.v400));
|
||||
API.fromSimpleString('4.0.3')));
|
||||
|
||||
const lazyClientHost = createLazyClientHost(context, false, {
|
||||
pluginManager,
|
||||
|
||||
@@ -9,7 +9,7 @@ import * as nls from 'vscode-nls';
|
||||
const localize = nls.loadMessageBundle();
|
||||
|
||||
export default class API {
|
||||
private static fromSimpleString(value: string): API {
|
||||
public static fromSimpleString(value: string): API {
|
||||
return new API(value, value, value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user