1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-10 12:40:58 +02:00

github #27: add --folder-uri to completion for Visual Studio Code

This commit is contained in:
Klas Mellbourn 2018-08-14 20:53:48 +02:00 committed by Oliver Kiddle
parent 01bc3c124a
commit def92fc006
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2018-08-23 Oliver Kiddle <okiddle@yahoo.co.uk> 2018-08-23 Oliver Kiddle <okiddle@yahoo.co.uk>
* github #27: Klas Mellbourn: Completion/X/Command/_code:
add --folder-uri to completion for Visual Studio Code
* 43301 (based on work by Julien Nicoulaud): * 43301 (based on work by Julien Nicoulaud):
Completion/Debian/Command/_debuild, Completion/Unix/Command/_ack, Completion/Debian/Command/_debuild, Completion/Unix/Command/_ack,
Completion/Unix/Command/_scons, Completion/Unix/Command/_vpnc, Completion/Unix/Command/_scons, Completion/Unix/Command/_vpnc,

View file

@ -24,12 +24,14 @@ arguments=(
'(-s --status)'{-s,--status}'[print process usage and diagnostics information]' '(-s --status)'{-s,--status}'[print process usage and diagnostics information]'
'(-p --performance)'{-p,--performance}'[start with the "Developer: Startup Performance" command enabled]' '(-p --performance)'{-p,--performance}'[start with the "Developer: Startup Performance" command enabled]'
'--prof-startup[run CPU profiler during startup]' '--prof-startup[run CPU profiler during startup]'
'--disable-extensions[disable all installed extensions]' \*--disable-extension'[disable specified installed extension]'
'(--disable-extension --disable-extensions)--disable-extensions[disable all installed extensions]'
'--inspect-extensions[allow debugging and profiling of extensions]' '--inspect-extensions[allow debugging and profiling of extensions]'
'--inspect-brk-extensions[allow debugging and profiling of extensions with the extension host being paused after start]' '--inspect-brk-extensions[allow debugging and profiling of extensions with the extension host being paused after start]'
'--disable-gpu[disable GPU hardware acceleration]' '--disable-gpu[disable GPU hardware acceleration]'
'--upload-logs[uploads logs from current session to a secure endpoint]:confirm:(iConfirmLogsUpload)' '--upload-logs[uploads logs from current session to a secure endpoint]:confirm:(iConfirmLogsUpload)'
'--max-memory=[specify max memory size for a window]:size (Mbytes)' '--max-memory=[specify max memory size for a window]:size (Mbytes)'
'--folder-uri[open specified URI as a folder, if there is an extension contributing a FileSystemProvider for that URI]'
'*:filename:_files' '*:filename:_files'
) )