You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am running on an Apple Silicon M1 mac, and I keep tns running in an x86 version of node 14 using nvm. It is convenient to then have a .nvmrc file sitting in the root, for a nice command line-based workflow. Unfortunately, when using this extension, I must alias nvm v14 as the default version for VSCode to execute tns in the right environment.
Describe the solution you'd like
VSCode offers a runtimeVersion attribute used with the node debugger, to correctly set the environment with nvm. Support for the runtimeVersion attribute would be ideal.
Describe alternatives you've considered nvm alias default v14 works or alias default to whatever version of node you have globally installed tns to.
Is your feature request related to a problem? Please describe.
I am running on an Apple Silicon M1 mac, and I keep
tns
running in an x86 version of node 14 using nvm. It is convenient to then have a.nvmrc
file sitting in the root, for a nice command line-based workflow. Unfortunately, when using this extension, I must alias nvm v14 as the default version for VSCode to executetns
in the right environment.Describe the solution you'd like
VSCode offers a
runtimeVersion
attribute used with the node debugger, to correctly set the environment with nvm. Support for theruntimeVersion
attribute would be ideal.Describe alternatives you've considered
nvm alias default v14
works or alias default to whatever version of node you have globally installedtns
to.Additional context
https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_multi-version-support
The text was updated successfully, but these errors were encountered: