提问人:Meher Hendi 提问时间:8/21/2023 更新时间:8/21/2023 访问量:78
如何在 VScode 的 launch.json 配置中为 node 设置 runtimeExecutable
How to set runtimeExecutable for node in launch.json config for VScode
问:
我想设置 runtimeExecutable 变量,以便它适用于克隆 git 并准备好开箱即用的节点调试器的任何人,
如何设置配置,以便runtimeExecutable自动选择机器上设置的默认nvm?
我尝试设置 ${env:HOME},但这还不够,因为人们使用具有不同路径的不同节点版本
答: 暂无答案
评论