I have this problem with my VS code(V1.43.2). I keep getting this error 'Extension host terminated unexpectedly.' When I open the developer tools to see where the error is I see these below errors
ERR Language client is not ready yet: Error: Language client is not ready yet at t.LanguageClient.sendRequest (c:\Users\cc612417\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\html-language-features\client\dist\htmlMain.js:1:42925)
the other errors I see are
abstractExtensionService.ts:155 Extension host terminated unexpectedly. Code: 0 Signal: null
notificationsAlerts.ts:40 Extension host terminated unexpectedly.
I have tried disabling all the extension, I even uninstalled all the extension just to be sure but the error persists. Even when I opened VS code with parameter that disables all the extension --disable-extensions, the error persists. This error causes a lot of VS code features not to work, like code formatting, source control integration etc., I have tried updating it to the latest version as well.
Could you please help with this ?