mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-25 17:57:50 +01:00
Support insiders tab completions
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# TODO: Dynamically enable depending on quality?
|
||||
Microsoft.PowerShell.Core\Register-ArgumentCompleter -CommandName "code" -Native -ScriptBlock {
|
||||
Microsoft.PowerShell.Core\Register-ArgumentCompleter -CommandName "code","code-insiders" -Native -ScriptBlock {
|
||||
param($wordToComplete, $commandAst, $cursorPosition)
|
||||
|
||||
# TODO: These tooltips could be localized?
|
||||
|
||||
Reference in New Issue
Block a user