this post was submitted on 12 Sep 2023
5 points (100.0% liked)
VS Code
4 readers
1 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Cool. Where does this succeed and where does it fail?
E.g. Works in powershell outside of vscode but fails in vscode's embedded powershell
Edit: Also, how do you trigger the original error? Are you clicking in vscode's UI? Using the command pallette? Using the embedded terminal?
Hi, thank you for responding, sorry for my incomplete reply.
After running
dotnet fsi
on the command line, I tried in vs code again. FSI Start...and it worked!So I don't know if it need a "first run" or something changed between last night and now....but oh well. Thank you for your help!
Oh awesome. Glad that worked for you!
Sounds like some kind of initial processing needs to run outside of vscode before it works normally. Might be worth reporting on github!