提交 dddb9d45 编写于 作者: E Erich Gamma

Fix that gulp tasks also run on Windows

上级 a1f27a5e
{ {
"version": "0.1.0", "version": "0.1.0",
"command": "./node_modules/.bin/gulp", "windows": {
"command": ".\\node_modules\\.bin\\gulp"
},
"osx": {
"command": "./node_modules/.bin/gulp"
},
"linux": {
"command": "./node_modules/.bin/gulp"
},
"isShellCommand": true, "isShellCommand": true,
"tasks": [ "tasks": [
{ {
...@@ -12,7 +20,9 @@ ...@@ -12,7 +20,9 @@
"isWatching": true, "isWatching": true,
"problemMatcher": { "problemMatcher": {
"owner": "typescript", "owner": "typescript",
"fileLocation": ["absolute"], "fileLocation": [
"absolute"
],
"pattern": { "pattern": {
"regexp": "^\\*\\*\\* Error: ([^(]+)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\): (.*)$", "regexp": "^\\*\\*\\* Error: ([^(]+)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\): (.*)$",
"file": 1, "file": 1,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册