We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3394ece commit 28c7340Copy full SHA for 28c7340
src/node/vscode.ts
@@ -43,7 +43,7 @@ export class VscodeProvider {
43
options.args._ && options.args._.length > 0
44
? { url: path.resolve(options.args._[options.args._.length - 1]) }
45
: undefined,
46
- !options.args["ignore-last-opened"] ? lastVisited : undefined,
+ !options.args["ignore-last-opened"] && !query.ew ? lastVisited : undefined,
47
])
48
49
settings.write({
0 commit comments