Merge pull request #155523 from microsoft/tyriar/153921

Add shell-integration to isSupportedForCmd
This commit is contained in:
Daniel Imms 2022-07-18 11:44:30 -07:00 committed by GitHub
commit 665487a3c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: