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 noticed that my dev vm is running out of the memory. When I checked running processes I have seen a lot of running Microsoft.ArmLanguageServer.dll servers. It seems like closing the vscode leaks the language servers and keeps them running.
I took a look at the vscode-azurearmtools code and it seems to me that the logic is correct. It uses the disposable so it should automatically stop the server. Looking at the logs it seems to me that the Vscode LaunguageClient sends a shutdown
I noticed that my dev vm is running out of the memory. When I checked running processes I have seen a lot of running Microsoft.ArmLanguageServer.dll servers. It seems like closing the vscode leaks the language servers and keeps them running.
I took a look at the vscode-azurearmtools code and it seems to me that the logic is correct. It uses the disposable so it should automatically stop the server. Looking at the logs it seems to me that the Vscode LaunguageClient sends a shutdown
but ArmLanguageServer ignores it.
Could someone help here?
The text was updated successfully, but these errors were encountered: