We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37989df commit 188ecfaCopy full SHA for 188ecfa
1 file changed
src/TSG/Platform/WindowsHost.cs
@@ -75,12 +75,12 @@ public async Task InstallTerminalIntegrationAsync()
75
"commandline": "{{pwsh}} -NoProfile -ExecutionPolicy Bypass -Command \"Start-Process '{{pwsh}}' -Verb RunAs -ArgumentList '-NoProfile -ExecutionPolicy Bypass -File \\\"{{tsgDir}}\\CopilotBoost.ps1\\\" -Mode Restore'\"",
76
"startingDirectory": "%USERPROFILE%"
77
},
78
- {
79
{
80
"name": "\ud83c\udfaf TSG Focus [Admin]",
81
"commandline": "{{pwsh}} -NoProfile -ExecutionPolicy Bypass -File \"{{tsgDir}}\\Focus.ps1\"",
82
83
+ {
84
"name": "\ud83e\ude7a TSG Doctor",
85
"commandline": "{{pwsh}} -NoProfile -ExecutionPolicy Bypass -Command \"tsg doctor; Read-Host 'Press Enter to close'\"",
86
0 commit comments