diff --git a/lib/vscode/src/vs/server/node/channel.ts b/lib/vscode/src/vs/server/node/channel.ts index b4c05213..1ec8eabe 100644 --- a/lib/vscode/src/vs/server/node/channel.ts +++ b/lib/vscode/src/vs/server/node/channel.ts @@ -303,7 +303,7 @@ export class ExtensionEnvironmentChannel implements IServerChannel { const newPath = extension.extensionLocation.fsPath; this.log.warn(`${oldPath} has been overridden ${newPath}`); } - uniqueExtensions.set(id, extension) + uniqueExtensions.set(id, extension); }); }); });