Skip to content

Commit 188ecfa

Browse files
committed
fix: broken Fragment JSON structure for Terminal menus
1 parent 37989df commit 188ecfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TSG/Platform/WindowsHost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ public async Task InstallTerminalIntegrationAsync()
7575
"commandline": "{{pwsh}} -NoProfile -ExecutionPolicy Bypass -Command \"Start-Process '{{pwsh}}' -Verb RunAs -ArgumentList '-NoProfile -ExecutionPolicy Bypass -File \\\"{{tsgDir}}\\CopilotBoost.ps1\\\" -Mode Restore'\"",
7676
"startingDirectory": "%USERPROFILE%"
7777
},
78-
{
7978
{
8079
"name": "\ud83c\udfaf TSG Focus [Admin]",
8180
"commandline": "{{pwsh}} -NoProfile -ExecutionPolicy Bypass -File \"{{tsgDir}}\\Focus.ps1\"",
8281
"startingDirectory": "%USERPROFILE%"
8382
},
83+
{
8484
"name": "\ud83e\ude7a TSG Doctor",
8585
"commandline": "{{pwsh}} -NoProfile -ExecutionPolicy Bypass -Command \"tsg doctor; Read-Host 'Press Enter to close'\"",
8686
"startingDirectory": "%USERPROFILE%"

0 commit comments

Comments
 (0)