No way to access $HOME in the vitest.nodeExecutable setting #436
ethanjdiamond
started this conversation in
Feedback
Replies: 1 comment
-
You should be able to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to set up the settings.json for my project so
vitest.nodeExecutable
points at the local machine's mise shim for node, but I can't seem to find a way to do it.I tried this:
vitest.nodeExecutable="~/.local/share/mise/shims/node"
But it resolves to
[PATH_TO_WORKSPACE]~/.local/share/mise/shims/node
instead for[HOME]/.local/share/mise/shims/node
.Without this functionality, I won't be able to set this up for all users of my project properly. Is there a way to do this?
Beta Was this translation helpful? Give feedback.
All reactions