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 913960e commit d537581Copy full SHA for d537581
patches/base-path.diff
@@ -137,7 +137,7 @@ Index: sagemaker-code-editor/vscode/src/vs/server/node/webClientServer.ts
137
scopes: [['user:email'], ['repo']]
138
} : undefined;
139
140
-+ const basePath: string = this._environmentService.args['server-base-path'] || "/"
++ const basePath: string = this._environmentService.args['base-path'] || "/"
141
+ const base = relativeRoot(basePath)
142
+ const vscodeBase = relativePath(basePath)
143
+
0 commit comments