0
vscode端末の内部ではなく、外部端末からbatファイルを起動することは可能ですか?タスクを介して外部端末でvscodeタスクを起動する。2.0.0
タスクのサンプル:
だから、{
"label": "Build",
"type": "shell",
"command": "./build.bat",
"presentation": {
"reveal": "always",
"panel": "new"
},
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}