-
Notifications
You must be signed in to change notification settings - Fork 204
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
do<enter> becomes defoverridable() when creating new functions #610
Comments
I am not able to recreate this. Unless I literally have an empty file and type in:
Is there something I am missing? |
I have seen this behavior myself but can not reproduce it right now. Will keep my eye out for what might trigger it. |
👋 @axelson I installed the extension from the Open VSX registry which has the current version at 0.8.0 |
My current version is v0.8.1 and as I said, I can not currently recreate it, but have experienced it before. Thanks for the followup. I'm going to jump off the thread unless it pops up again. |
@fkumro Okay, it looks like I missed the Open VSX registry when I released 0.8.1. So I just published 0.8.1. Can you upgrade and try again please? |
Thanks @axelson, upgrading to v0.8.1 seems to have fixed this issue for me 🎉 |
@kinson Great! I'm going to go ahead and close it. @fkumro if you're still encountering it let me know and we can re-open it or file a new issue as appropriate. And thanks @hassanshaikley for taking a look at this 👍 |
@axelson Updated and the issue is solved, thank you 🙇♂️ |
Great! |
Environment
Pop!_OS 21.04
VSCodium
elixir-lsp/vscode-elixir-ls
Troubleshooting
.elixir_ls
directory, then restart your editorLogs
mix new empty
, then open that project with VS Code and open an Elixir file. Is your issue reproducible on the empty project? If not, please publish a repo on Github that does reproduce it.Yes,
mix new empty
will allow you to recreate the issue.Issue
When creating a new function, autocomplete changes
do<enter>
todefoverridable()
.becomes
The text was updated successfully, but these errors were encountered: