Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Commit

Permalink
Убрал комментарии #31
Browse files Browse the repository at this point in the history
  • Loading branch information
artbear committed Sep 1, 2016
1 parent 07cd9d4 commit 3f9168a
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,12 @@
{
"taskName": "Testing project",
"args": [
"${workspaceRoot}/tests/finder.os",
// "${workspaceRoot}/../1testrunner/testrunner.os",
// "-runall",
// "${workspaceRoot}"
// "${workspaceRoot}/tests"
"${workspaceRoot}/tests/finder.os"
],
"echoCommand": true,
"showOutput": "always",
"suppressTaskName": true,
// "isBuildCommand": false,
"isBuildCommand": false,
"isTestCommand": true,
"problemMatcher": {
"fileLocation": "absolute",
Expand All @@ -35,14 +31,13 @@
"taskName": "Testing current test-file",
"args": [
"${workspaceRoot}/src/1testrunner/testrunner.os",
// "${workspaceRoot}/tests/testrunner.os",
"-run",
"${file}",
],
"echoCommand": true,
"showOutput": "always",
"suppressTaskName": true,
// "isBuildCommand": false,
"isBuildCommand": false,
"isTestCommand": true,
"problemMatcher": {
"fileLocation": "absolute",
Expand Down Expand Up @@ -88,7 +83,7 @@
"echoCommand": true,
"showOutput": "always",
"suppressTaskName": true,
// "isBuildCommand": false,
"isBuildCommand": false,
"isTestCommand": true,
"problemMatcher": {
"fileLocation": "absolute",
Expand All @@ -99,15 +94,6 @@
"location": 2,
"message": 3
}
// ,
// {
// "regexp": "([^{]*)}",
// // "file": 1,
// // "location": 2,
// "message": 1,
// "loop":true
// }

]
}
},
Expand All @@ -117,15 +103,13 @@
"${workspaceRoot}/../1bdd/src/bdd.os",
"gen",
"${file}",
// "-verbose",
// "on",
"-out",
"${workspaceRoot}/exec.log"
],
"echoCommand": true,
"showOutput": "always",
"suppressTaskName": true,
// "isBuildCommand": false,
"isBuildCommand": false,
"isTestCommand": false,
"problemMatcher": {
"fileLocation": "absolute",
Expand Down

0 comments on commit 3f9168a

Please sign in to comment.