We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa0890 commit 34daff0Copy full SHA for 34daff0
resources/completions/zsh/_code
@@ -17,7 +17,7 @@ arguments=(
17
'--telemetry[show all telemetry events which VS code collects]'
18
'--extensions-dir[set the root path for extensions]:root path:_directories'
19
'--list-extensions[list the installed extensions]'
20
- '--category[filters instaled extension list by category, when using --list-extension]'
+ '--category[filters installed extension list by category, when using --list-extension]'
21
'--show-versions[show versions of installed extensions, when using --list-extension]'
22
'--install-extension[install an extension]:id or path:_files -g "*.vsix(-.)"'
23
'--uninstall-extension[uninstall an extension]:id or path:_files -g "*.vsix(-.)"'
0 commit comments