Skip to content

Commit 00b21a7

Browse files
Disable ANSI escape colors in build output (#193)
1 parent 7632d7d commit 00b21a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Support/Powershell.sublime-build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"cmd": ["pwsh", "-noprofile", "-ExecutionPolicy", "Bypass", "-file", "$file"],
33
"selector": "source.powershell",
4+
"env": {
5+
"TERM": "dumb",
6+
},
47

58
"windows": {
69
"cmd": ["powershell.exe", "-noprofile", "-ExecutionPolicy", "Bypass", "-file", "$file"],

0 commit comments

Comments
 (0)