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 d09b5a3 commit 2498815Copy full SHA for 2498815
.vscode/tasks.json
@@ -2,7 +2,7 @@
2
"version": "0.1.0",
3
"windows": {
4
"command": "cmd",
5
- "args": ["/c"]
+ "args": ["/c", "chcp 65001 >nul &"]
6
},
7
"linux": {
8
"command": "sh",
0 commit comments