-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
bug: The PowerShell extension terminal does not appear to evaluate PowerShell expressions. #3
Comments
Are you sure the Powershell LS has finished attaching to your buffer? It looks like it hasn't. What's the output from |
For the record, I see the following whille doing the same:
|
Output of
Output of
|
It looks like you are setting up the powershell LS using |
I see. So it's a configuration issue with my setup? In that case, I guess maybe it'd be best to close the issue. I am using |
Link the repo with your neovim configuration and i can take a look |
If you don't mind having a quick look, my current config is below: If the solution is something simple, I'd really appreciate your help. My config was originally based off an earlier version of https://github.com/ThePrimeagen/init.lua (before he migrated from Packer), I've marginally changed / added some things, and probably made a mess of things somewhat. It's grown a little out of date as I never managed to incorporate neovim into my daily workflow. I'm mostly working with PS at work, and losing the integrated terminal in VS Code was a huge annoyance with my workflow so neovim use at work didn't last. I was using neovim for personal projects with rust and c, but my hobby/personal programming projects have been pretty dry for the last 12 months, so I haven't been using neovim much at all for a while. |
Did you check docs and existing issues?
Neovim version (nvim -v)
0.10.1
Operating system/version
MacOS 14.2.1
Describe the bug
The PowerShell extension terminal does not appear to evaluate PowerShell expressions.
Steps To Reproduce
:lua require'powershell'.toggle_term()
10 + 10
) using:lua require'powershell'.eval()
Expected Behavior
Expected to see output of 20, however, I see the following:
The text was updated successfully, but these errors were encountered: