0

i cannot debug or run my code on vscode for java however i have installed all the extensions needed for java package. while i open the vscode editor it gives a message "extension host unexpectedly terminated"

  • 1
    Does this help https://stackoverflow.com/questions/46457994/receiving-error-message-extension-host-terminated-unexpectedly-in-visual-stud ? – Shubham Apr 12 '20 at 14:02
  • Probably this: https://stackoverflow.com/questions/61160837/extension-host-terminated-unexpectedly-in-vs-code/61161079#61161079 – Mark Apr 12 '20 at 15:51

1 Answers1

1

Go to the antivirus software that you used in your pc, then add the extensionhostprocess.js in the ignored processes while scanning. I encountered the same issue, and my antivirus popped up saying extensionhostprocess.js has been repaired. So I restored it from the quarantine process, then everything worked fine for me.

praj1wal
  • 11
  • 1