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 use asdf to manage my node versions. I want to have inshellisense available across all of my versions. As it stands, I have to run npm install -g @microsoft/inshellisense for each version of node that I install. It'd be easer if you used bun or similar to provide a native executable that I could use independently of my current node runtimes.
Describe the solution you'd like
I want to be able to run inshellisense no matter which version of node that is currently on my path.
Describe alternatives you've considered npx inshellisense
Additional context
None.
The text was updated successfully, but these errors were encountered:
Just a follow up here, most of the projects like caxa or pkg have been deprecated with Node 21's support of sea. node-pty; however, only supports Node 18 officially (with Node 16 & 20 making the cut, but not 21). As a result, there isn't a good solution for building a native executable via Node. Bun might work in the future, but for now, node-pty doesn't support Bun (see microsoft/node-pty#632).
Is your feature request related to a problem? Please describe.
I use
asdf
to manage mynode
versions. I want to haveinshellisense
available across all of my versions. As it stands, I have to runnpm install -g @microsoft/inshellisense
for each version ofnode
that I install. It'd be easer if you usedbun
or similar to provide a native executable that I could use independently of my currentnode
runtimes.Describe the solution you'd like
I want to be able to run
inshellisense
no matter which version ofnode
that is currently on my path.Describe alternatives you've considered
npx inshellisense
Additional context
None.
The text was updated successfully, but these errors were encountered: