Skip to content

Commit

Permalink
Исправил запуск тестов проекта
Browse files Browse the repository at this point in the history
  • Loading branch information
artbear committed May 28, 2018
1 parent 7905359 commit 0b4db5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .vscode/tasks.json
Expand Up @@ -11,15 +11,14 @@
"_runner": "terminal",
"windows": {
"command": "cmd",
"args": ["/c", "chcp 65001 ;"]
"args": ["/c", "chcp", "65001", ";"]
},
"linux": {
"command": "sh",
"args": ["-c"]
},
"isShellCommand": true,
// "showOutput": "silent",
"_runner": "terminal",
"tasks": [
{
"taskName": "Testing project",
Expand Down

0 comments on commit 0b4db5d

Please sign in to comment.