-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
Add support for "hot-code replace" #686
Comments
Ah, I see. Perhaps we should ask for more information on the Discord channel for metals on this particular feature? |
So I'm not sure Metals is actually the correct place for the discussion. I'd do the following:
|
I'm trying to find a specification for this. It's hard! It seems to be a custom DAP extension, or something like that. I've found a few relevant references:
Perhaps you are right that this is something that should be added to nvim-dap? |
But it seems like this may be a more relevant reference in case we want to implement this into nvim-metals directly. |
I asked for some more in one of the related issues and got a reply there. For convenience, I'm quoting it:
|
Describe the feature
In Metals v1.3.0 there is now support for socalled hot-code replace, see https://scalameta.org/metals/blog/2024/04/15/thalium/#debugger-improvements.
It would be very nice to have this available in Neovim with nvim-metals!
See also: https://discord.com/channels/632642981228314653/632841743435563028/1277531516821311560
Potential ways to implement
No response
The text was updated successfully, but these errors were encountered: