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 8c47ba2 commit 04542c9Copy full SHA for 04542c9
src/node/app/vscode.ts
@@ -177,7 +177,7 @@ export class VscodeHttpProvider extends HttpProvider {
177
[
178
{ url: route.query.workspace, workspace: true },
179
{ url: route.query.folder, workspace: false },
180
- this.args._ && this.args._.length > 0 ? { url: this.args._[this.args._.length - 1] } : undefined,
+ this.args._ && this.args._.length > 0 ? { url: path.resolve(this.args._[this.args._.length - 1]) } : undefined,
181
lastVisited,
182
],
183
remoteAuthority,
0 commit comments