Ruby Test Explorer での環境変数

VS Code の Ruby Test Explorer で、環境変数はどこに設定する?と思ったのでメモ

https://github.com/connorshea/vscode-ruby-test-adapter/issues/20
を見れば分かるように、
setting.json"settings" に書いてあげればよい。

"rubyTestExplorer.rspecCommand": "ABC=d bundle exec rspec",

misc

Posted by tako