mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Fix vscode completion
[ci skip]
This commit is contained in:
parent
87728c4d0d
commit
52dfb146d1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ end
|
|||
|
||||
complete -c code -s d -l diff -d 'Compare two files with each other'
|
||||
complete -c code -s a -l add -d 'Add folder(s) to the last active window'
|
||||
complete -c code -s g -l goto -x -d 'line and character position'
|
||||
complete -c code -s g -l goto -r -d 'line and character position'
|
||||
complete -c code -s n -l new-window -d 'Force to open a new window'
|
||||
complete -c code -s r -l reuse-window -d 'Force to open a file or folder in an already opened window'
|
||||
complete -c code -s w -l wait -d 'Wait for the files to be closed before returning'
|
||||
|
|
Loading…
Reference in a new issue