mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
copy paste is hard...
This commit is contained in:
@@ -17,7 +17,7 @@ declare const TextDecoder: {
|
||||
|
||||
// this method is called when vs code is activated
|
||||
export function activate(context: ExtensionContext) {
|
||||
const serverMain = Uri.joinPath(context.extensionUri, 'server/dist/browser/cssServerMain.js');
|
||||
const serverMain = Uri.joinPath(context.extensionUri, 'server/dist/browser/htmlServerMain.js');
|
||||
try {
|
||||
const worker = new Worker(serverMain.toString());
|
||||
const newLanguageClient: LanguageClientConstructor = (id: string, name: string, clientOptions: LanguageClientOptions) => {
|
||||
|
||||
Reference in New Issue
Block a user