我试图让 vscode-ruby 在 asdf-vm 环境中运行。可以在设置中设置捆绑器的路径。我已将其设置为:
bundle
/home/user/.asdf/shims/bundle
如果我加载一个 ruby 文件,扩展程序会抱怨:
/bin/sh: bundle: command not found
我的环境是:
Version: 1.39.2
Commit: 6ab598523be7a800d7f3eb4d92d7ab9a66069390
Date: 2019-10-18T10:58:05.878Z
Electron: 4.2.12
Chrome: 69.0.3497.128
Node.js: 10.11.0
V8: 6.9.427.31-electron.0
OS: Linux x64 5.3.8-arch1-1
我怎样才能让它工作?