Skip to content

Commit b99d3bd

Browse files
committed
Fix build
1 parent e5d4e2a commit b99d3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/server/node/webClientServer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ export class WebClientServer {
321321

322322
const staticRoute = posix.join(basePath, this._productPath, STATIC_PATH);
323323
const callbackRoute = posix.join(basePath, this._productPath, CALLBACK_PATH);
324-
const webExtensionRoute = posix.join(basePath, this._productPath, WEB_EXTENSION_PATH);
324+
// const webExtensionRoute = posix.join(basePath, this._productPath, WEB_EXTENSION_PATH);
325325

326326
const resolveWorkspaceURI = (defaultLocation?: string) => defaultLocation && URI.file(path.resolve(defaultLocation)).with({ scheme: Schemas.vscodeRemote, authority: remoteAuthority });
327327

0 commit comments

Comments
 (0)