We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Crashes on fresh install on Ubuntu when using bash.
To Reproduce Steps to reproduce the behavior:
volta install @microsoft/inshellisense
inshellisense bind
node:internal/errors:496
Error: spawn powershell ENOENT
Expected behavior I assume it should call the bash version?
Environment
inshellisense --version
Additional context
The text was updated successfully, but these errors were encountered:
Same output for fish on ubuntu
Sorry, something went wrong.
same on mac os x
the new update hasn't fixed it @cpendery :(
andrzej@MUNIT-521 ~> inshellisense bind Select your desired shell for keybinding creation Loading... node:internal/errors:497 ErrorCaptureStackTrace(err); ^ Error: spawn powershell ENOENT at ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { errno: -2, code: 'ENOENT', syscall: 'spawn powershell', path: 'powershell', spawnargs: [ '-c', 'echo $profile' ], cmd: 'echo $profile', stdout: '', stderr: '' } Node.js v20.8.1 andrzej@MUNIT-521 ~ [1]> inshellisense --version 0.0.1-rc.2
the new update hasn't fixed it @cpendery :( andrzej@MUNIT-521 ~> inshellisense bind Select your desired shell for keybinding creation Loading... node:internal/errors:497 ErrorCaptureStackTrace(err); ^ Error: spawn powershell ENOENT at ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { errno: -2, code: 'ENOENT', syscall: 'spawn powershell', path: 'powershell', spawnargs: [ '-c', 'echo $profile' ], cmd: 'echo $profile', stdout: '', stderr: '' } Node.js v20.8.1 andrzej@MUNIT-521 ~ [1]> inshellisense --version 0.0.1-rc.2
@agluszak it'll be fixed in 0.0.1-rc.3 which hasn't been released yet
0.0.1-rc.3
cpendery
Successfully merging a pull request may close this issue.
Describe the bug
Crashes on fresh install on Ubuntu when using bash.
To Reproduce
Steps to reproduce the behavior:
volta install @microsoft/inshellisense
inshellisense bind
node:internal/errors:496
->Error: spawn powershell ENOENT
Expected behavior
I assume it should call the bash version?
Environment
inshellisense --version
: n/aAdditional context
The text was updated successfully, but these errors were encountered: