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 38f555e commit c6e6f8eCopy full SHA for c6e6f8e
lib/vscode/src/vs/server/node/channel.ts
@@ -303,7 +303,7 @@ export class ExtensionEnvironmentChannel implements IServerChannel {
303
const newPath = extension.extensionLocation.fsPath;
304
this.log.warn(`${oldPath} has been overridden ${newPath}`);
305
}
306
- uniqueExtensions.set(id, extension)
+ uniqueExtensions.set(id, extension);
307
});
308
309
0 commit comments