Skip to content

Extension host terminated unexpectedly - Message always appearing #44265

@KBPsystem777

Description

@KBPsystem777

Whenever I launch VSCode, I am always receiving this message:
image

I already clicked the Restart Extension Host multiple times but it doesn't resolve the issue.

By opening the DevTools, I saw this error on the console:

image

Line 281 of extensionService.ts error on this Code:

console.error('Extension host terminated unexpectedly. Code: ', code, ' Signal: ', signal);

Line 126 of messageService.ts error on this Code:

console.error(toErrorMessage(message, true));

  • VSCode Version:

image

  • OS Version: Windows 10
    Steps to Reproduce:
  1. Updated VSCode to version: January 2018 (version 1.20)
  2. Installed extension:
    image

Does this issue occur when all extensions are disabled?: Yes

Metadata

Metadata

Assignees

Labels

*caused-by-extensionIssue identified to be caused by an extension

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions