Skip to content

Commit

Permalink
исправил запуск команд VSC
Browse files Browse the repository at this point in the history
  • Loading branch information
artbear committed Apr 25, 2019
1 parent bb7c092 commit bceb371
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
"_runner": "terminal",
"windows": {
"command": "cmd",
"args": ["/c", "chcp 65001 ;"]
"args": ["/c", "chcp", "65001", "&&"]
// "args": ["/c", "chcp 65001 ;"]
},
"linux": {
"command": "sh",
"args": ["-c"]
},
"isShellCommand": true,
"showOutput": "silent",
// "isShellCommand": true,
// "showOutput": "silent",
"tasks": [
{
"taskName": "Testing project",
Expand All @@ -21,7 +22,7 @@
],
"echoCommand": true,
"showOutput": "always",
"suppressTaskName": true,
// "suppressTaskName": true,
// "isBuildCommand": false,
"isTestCommand": false,
"problemMatcher": {
Expand Down Expand Up @@ -73,7 +74,7 @@
"args": [
"1bdd",
"${workspaceRoot}/features",
"-out",
"-out",
"${workspaceRoot}/exec.log"
],
"echoCommand": true,
Expand All @@ -96,8 +97,8 @@
"args": [
"1bdd",
"${file}",
"-fail-fast",
"-out",
"-fail-fast",
"-out",
"${workspaceRoot}/exec.log"
],
"echoCommand": true,
Expand All @@ -122,8 +123,8 @@
"args": [
"1bdd",
"${fileDirname}/../${fileBasenameNoExtension}.feature",
"-fail-fast",
"-out",
"-fail-fast",
"-out",
"${workspaceRoot}/exec.log"
],
"echoCommand": true,
Expand All @@ -148,10 +149,10 @@
"args": [
"1bdd",
"${file}",
"-fail-fast",
"-verbose",
"on",
"-out",
"-fail-fast",
"-verbose",
"on",
"-out",
"${workspaceRoot}/exec.log"
],
"echoCommand": true,
Expand All @@ -175,7 +176,7 @@
"1bdd",
"gen",
"${file}",
"-out",
"-out",
"${workspaceRoot}/exec.log"
],
"echoCommand": true,
Expand Down

0 comments on commit bceb371

Please sign in to comment.