Skip to content

Commit 5f4ce19

Browse files
committed
WIP: TOGGLE ADDED
1 parent 8f613d4 commit 5f4ce19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -956,9 +956,9 @@
956956

957957
"media": {"markdown": "media/markdown/test.md"},
958958

959-
"description": "If you are familiar with Windows PowerShell ISE and would like to configure your settings to replicate the ISE Experience, choose ISE Mode.\n[Enable ISE Mode](command:PowerShell.EnableISEMode)\n[Disable ISE Mode](command:PowerShell.DisableISEMode)",
959+
"description": "If you are familiar with Windows PowerShell ISE and would like to configure your settings to replicate the ISE Experience, choose ISE Mode.\n[Toggle ISE Mode](command:PowerShell.ToggleISEMode)",
960960

961-
"completionEvents": ["onCommand:PowerShell.EnableISEMode"]
961+
"completionEvents": ["onCommand:PowerShell.ToggleISEMode"]
962962

963963

964964
},

0 commit comments

Comments
 (0)