-
-
Notifications
You must be signed in to change notification settings - Fork 193
Open
Description
I'm having some trouble with a VSCode extension that executes a ruby command: htmlbeautifier (via the vscode-erb-beautify extension).
I have no trouble executing the htmlbeautifier
command from my shell (having chruby'd to the correct version), including the vscode terminal, but vscode errors with couldn't run htmlbeautifier 'spawn htmlbeautifier ENOENT'
, presumably because it's still using the system ruby.
Any ideas on how to get this working?
I have both the chruby.sh
and auto.sh
source
d in my .zshrc
.
ingemar
Metadata
Metadata
Assignees
Labels
No labels