We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7632d7d commit 00b21a7Copy full SHA for 00b21a7
1 file changed
Support/Powershell.sublime-build
@@ -1,6 +1,9 @@
1
{
2
"cmd": ["pwsh", "-noprofile", "-ExecutionPolicy", "Bypass", "-file", "$file"],
3
"selector": "source.powershell",
4
+ "env": {
5
+ "TERM": "dumb",
6
+ },
7
8
"windows": {
9
"cmd": ["powershell.exe", "-noprofile", "-ExecutionPolicy", "Bypass", "-file", "$file"],
0 commit comments