19 lines
320 B
JSON
19 lines
320 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "set-console-utf8",
|
|
"type": "shell",
|
|
"command": "chcp",
|
|
"args": ["65001"],
|
|
"group": "build",
|
|
"presentation": {
|
|
"echo": false,
|
|
"reveal": "silent",
|
|
"focus": false,
|
|
"panel": "shared"
|
|
}
|
|
}
|
|
]
|
|
}
|