Skip to content

Commit

Permalink
fix zsh completions
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Aug 7, 2019
1 parent b97f96b commit 280be12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/completions/zsh/_code
Expand Up @@ -14,7 +14,7 @@ arguments=(
'--user-data-dir[specify the directory that user data is kept in]:directory:_directories'
'(- *)'{-v,--version}'[print version]'
'(- *)'{-h,--help}'[print usage]'
'(- *)'{--telemetry}'[Shows all telemetry events which VS code collects.]'
'--telemetry[show all telemetry events which VS code collects]'
'--extensions-dir[set the root path for extensions]:root path:_directories'
'--list-extensions[list the installed extensions]'
'--category[filters instaled extension list by category, when using --list-extension]'
Expand Down

0 comments on commit 280be12

Please sign in to comment.