We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c2fc1 commit 83dce4bCopy full SHA for 83dce4b
Files/Assets/terminal/terminal.json
@@ -7,20 +7,12 @@
7
"path": "cmd.exe",
8
"arguments": "",
9
"icon": ""
10
- }
11
- /*
12
- {
13
- "name": "PowerShell Core 6",
14
- "path": "pwsh.exe",
15
- "arguments": "",
16
- "icon": ""
17
},
18
{
19
- "name": "Windows Terminal",
20
- "path": "wt.exe",
21
- "arguments": "-d .",
+ "name": "PowerShell",
+ "path": "powershell.exe",
+ "arguments": "-noexit -command \"cd '{0}'\"",
22
23
24
- */
+ }
25
]
26
}
0 commit comments