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

Fix that gulp tasks also run on Windows

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