You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a python session that I was using. I then tried to run a python file. VS Code correctly detected that a groovy file was being run and raised an error. Unfortunately, it also disconnected from the server. The DH server is still running fine.
It would be better to:
raise an error on the right (like it does)
Log an error (which it doesn't)
Not disconnect
The text was updated successfully, but these errors were encountered:
- Cleanup panel caches on server disconnect. Should resolve [Panel list
does not reflect the current server state
#145](#145)
- Added a toast when running a script for the first time auto connects
to a server that doesn't support the language. Part of [Attempting to
run a groovy file in python results in a disconnect
#97](#97)
- Map value disposal
- Event handler disposal
- Fixed circular dependencies issue between services and util folders.
Services can now depend on utils. Utils should not depend on services.
I had a python session that I was using. I then tried to run a python file. VS Code correctly detected that a groovy file was being run and raised an error. Unfortunately, it also disconnected from the server. The DH server is still running fine.
It would be better to:
The text was updated successfully, but these errors were encountered: