Open2
初めてのVisual Studio Code Extension

- 上記のページを参考にプロジェクトを作成し、実行しようとするとエラーが発生し実行できない。
- dockerコンテナ上で実行している事が原因?
- どうやらプロジェクトの以下のタスクのproblemMatcherの「$esbuild-watch」が未定義である事が原因
{
"type": "npm",
"script": "watch:esbuild",
"group": "build",
"problemMatcher": "$esbuild-watch",
^^^^^^^^^^^^^^^^
"isBackground": true,
"label": "npm: watch:esbuild",
"presentation": {
"group": "watch",
"reveal": "never"
}
},