瀏覽代碼

Fixes missing problem matchers

main
Eric Amodio 3 年之前
父節點
當前提交
6d75dec83c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      .vscode/tasks.json

+ 2
- 2
.vscode/tasks.json 查看文件

@ -20,7 +20,7 @@
"type": "npm",
"script": "build",
"group": "build",
"problemMatcher": ["$ts-checker5-webpack", "$ts-checker5-eslint-webpack"]
"problemMatcher": ["$ts-checker-webpack", "$ts-checker-eslint-webpack"]
},
{
"type": "npm",
@ -36,7 +36,7 @@
"isDefault": true
},
"isBackground": true,
"problemMatcher": ["$ts-checker5-webpack-watch", "$ts-checker5-eslint-webpack-watch"]
"problemMatcher": ["$ts-checker-webpack-watch", "$ts-checker-eslint-webpack-watch"]
}
]
}

Loading…
取消
儲存