Merge from vscode 52dcb723a39ae75bee1bd56b3312d7fcdc87aeed (#6719)

This commit is contained in:
Anthony Dresser
2019-08-12 21:31:51 -07:00
committed by GitHub
parent 00250839fc
commit 7eba8c4c03
616 changed files with 9472 additions and 7087 deletions

View File

@@ -1,4 +1,4 @@
_code()
_@@APPNAME@@()
{
local cur prev words cword split
_init_completion -s || return
@@ -58,4 +58,4 @@ _code()
_filedir
} &&
complete -F _code code
complete -F _@@APPNAME@@ @@APPNAME@@

View File

@@ -1,4 +1,4 @@
#compdef code
#compdef @@APPNAME@@
local arguments
@@ -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]'