WangGossip
Results
1
issues of
WangGossip
## 🐛 Bug Report 如题,远程连接到我的服务器上,并通过VSCode在服务器装上Leetcode插件之后,插件无法正常使用,会提示`Error: The Node.js executable does not exist on path nodejs`。 此时我已经安装了node和npm,也加入了PATH,可以直接在命令行进行调用。修改工作区下.vscode文件夹中的`launch.json`,把node所在位置添加到`runtimeExecutable`这一项也是无法运行。 Ubuntu版本:18.04 Node版本:14.17.6 ## To Reproduce 1. 安装Remote-SSH插件,远程连接到一个Ubuntu服务器 2. 在服务器上安装Leetcode插件 3. 在服务器上安装node 4. 无法启用插件 ## Expected...