Merge commit 'refs/pull/66181/head' of github.com:microsoft/vscode into pr/66181

This commit is contained in:
Joao Moreno
2019-08-07 11:56:18 +02:00
5 changed files with 29 additions and 20 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@@