Skip to content

Commit

Permalink
Add shell-integration to isSupportedForCmd
Browse files Browse the repository at this point in the history
Fixes #153921
  • Loading branch information
Tyriar committed Jul 18, 2022
1 parent 5acd950 commit 053da9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/server/node/server.cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const isSupportedForCmd = (optionId: keyof RemoteParsedArgs) => {
case 'enable-smoke-test-driver':
case 'extensions-download-dir':
case 'builtin-extensions-dir':
case 'shell-integration':
case 'telemetry':
return false;
default:
Expand Down

0 comments on commit 053da9d

Please sign in to comment.