Skip to content

Commit d537581

Browse files
committed
Fix base-path reference
1 parent 913960e commit d537581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/base-path.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Index: sagemaker-code-editor/vscode/src/vs/server/node/webClientServer.ts
137137
scopes: [['user:email'], ['repo']]
138138
} : undefined;
139139

140-
+ const basePath: string = this._environmentService.args['server-base-path'] || "/"
140+
+ const basePath: string = this._environmentService.args['base-path'] || "/"
141141
+ const base = relativeRoot(basePath)
142142
+ const vscodeBase = relativePath(basePath)
143143
+

0 commit comments

Comments
 (0)