-
-
Notifications
You must be signed in to change notification settings - Fork 279
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
v5.7.2 does not work #1576
Comments
Hey @mrboring 👋, Thank you for opening an issue. We will get back to you as https://opencollective.com/ionide
|
yeah same here. 5.7.2 seems to be broken somehow /cc @baronfel @Krzysztof-Cieslak |
At least it's not only me, I thought I messed too much with these extensions and was crazy removing and reinstalling VS Code. @Krzysztof-Cieslak says here the update is working for him 😕 ionide/FsAutoComplete#830 (comment) Weird thing is the VS Code logs don't say anything. I tried by adding a |
I have the same problem. Reverting to 5.7.1 still works however. |
Now properly debugging after building this repo. Still not sure what the problem is, but it seems the extension hangs when trying to run |
Thanks, this is probably a result of some typing definition updates that came along with the FSAC update. I'll work on rolling those back early this morning and releasing a new version. Gotta get some coffee first though! |
Just the change from #1579 makes 5.7.2 work on my computer. Now you ask me why it was working before... I have no idea. As an aside, in this helper the |
5.7.3 is rolling out now, and @alfonsogarciacaro I've also made the suggested fix to the helpers - thanks for that spot! |
I can confirm. It's fixed for me. Thanks folks |
v5.7.3 is working fine for me. Thanks for the quick response! |
v5.7.3 still not working on Ubuntu for me, should I open another issue? |
Describe the bug
v5.7.2 does not work in vscode.
Alt+Enter
givescommand 'fsi.SendSelection' not found
I saw another user having the same issue in the
editor_support
Slack channel.Steps to reproduce
fsx
file.Alt+Enter
.Expected behaviour
Alt+Enter
should run the selected code inFSI
Machine info
Additional context
Reverting to v5.7.1 resolves the issue.
The text was updated successfully, but these errors were encountered: