We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d4e2a commit b99d3bdCopy full SHA for b99d3bd
src/vs/server/node/webClientServer.ts
@@ -321,7 +321,7 @@ export class WebClientServer {
321
322
const staticRoute = posix.join(basePath, this._productPath, STATIC_PATH);
323
const callbackRoute = posix.join(basePath, this._productPath, CALLBACK_PATH);
324
- const webExtensionRoute = posix.join(basePath, this._productPath, WEB_EXTENSION_PATH);
+ // const webExtensionRoute = posix.join(basePath, this._productPath, WEB_EXTENSION_PATH);
325
326
const resolveWorkspaceURI = (defaultLocation?: string) => defaultLocation && URI.file(path.resolve(defaultLocation)).with({ scheme: Schemas.vscodeRemote, authority: remoteAuthority });
327
0 commit comments