Skip to content

Commit 053da9d

Browse files
committed
Add shell-integration to isSupportedForCmd
Fixes microsoft#153921
1 parent 5acd950 commit 053da9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/server/node/server.cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const isSupportedForCmd = (optionId: keyof RemoteParsedArgs) => {
4444
case 'enable-smoke-test-driver':
4545
case 'extensions-download-dir':
4646
case 'builtin-extensions-dir':
47+
case 'shell-integration':
4748
case 'telemetry':
4849
return false;
4950
default:

0 commit comments

Comments
 (0)