flathub / flathub/com.visualstudio.code

Can't use host shell with launch.json, which makes node debugging impossible

オープン
#317 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Shell
スター
217
フォーク
82
平均マージ
1日 7時間
マージ済み PR(30日)
1

説明

I have config keys below in settings.json

```json
"terminal.integrated.defaultProfile.linux": "toolbox",
"terminal.integrated.profiles.linux": {
"toolbox": {
"path": "/usr/bin/flatpak-spawn",
"args": ["--host", "toolbox", "enter"]
}
}
```

But these config won't be applied to debugging environment, seems VSCode ignored the change of default shell in launch.json. Without the toolbox environment, node debugging is impossible because there's no "node" in the PATH of VSCode flatpak and SDK.

![ANrw.jpg](http://fars.ee/ANrw.jpg)
*Tips: "没有那个文件或目录" means "No such file or directory" in English*

launch.json

```json
{
"configurations": [
{
"name": "Electron Main",
"type": "node",
"request": "launch",
"program": "${workspaceFolder}/dist/main.js",
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron"
}
]
}
```

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。