Support insiders tab completions

This commit is contained in:
Daniel Imms
2024-07-20 12:59:54 -07:00
parent 76e27b5bd8
commit dfe065a8f3
@@ -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?