Skip to content

Commit 34daff0

Browse files
committed
Fix trivial zsh completion typo
1 parent 4fa0890 commit 34daff0

File tree

1 file changed

+1
-1
lines changed
  • resources/completions/zsh

1 file changed

+1
-1
lines changed

resources/completions/zsh/_code

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ arguments=(
1717
'--telemetry[show all telemetry events which VS code collects]'
1818
'--extensions-dir[set the root path for extensions]:root path:_directories'
1919
'--list-extensions[list the installed extensions]'
20-
'--category[filters instaled extension list by category, when using --list-extension]'
20+
'--category[filters installed extension list by category, when using --list-extension]'
2121
'--show-versions[show versions of installed extensions, when using --list-extension]'
2222
'--install-extension[install an extension]:id or path:_files -g "*.vsix(-.)"'
2323
'--uninstall-extension[uninstall an extension]:id or path:_files -g "*.vsix(-.)"'

0 commit comments

Comments
 (0)