Skip to content

Commit 8620981

Browse files
committed
update
1 parent a53afb5 commit 8620981

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

bin/cli.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,6 @@ async function main() {
4040
? args.slice(2)
4141
: null;
4242

43-
// When PowerShell drops '--', the cursor placeholder is lost; append an empty
44-
// arg so downstream completion logic knows the cursor is at a new token.
45-
if (
46-
isPowerShell &&
47-
dashIndex === -1 &&
48-
completionArgs &&
49-
completionArgs[completionArgs.length - 1] !== ''
50-
) {
51-
completionArgs.push('');
52-
}
53-
5443
if (process.env.TAB_DEBUG) {
5544
console.error('COMPLETION ARGS:', completionArgs);
5645
}

0 commit comments

Comments
 (0)