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

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:

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));

- OS Version: Windows 10
Steps to Reproduce:
- Updated VSCode to version:
January 2018 (version 1.20)
- Installed extension:

Does this issue occur when all extensions are disabled?: Yes
Whenever I launch VSCode, I am always receiving this message:

Line 281 of
extensionService.tserror on this Code:console.error('Extension host terminated unexpectedly. Code: ', code, ' Signal: ', signal);Line 126 of
messageService.tserror on this Code:console.error(toErrorMessage(message, true));Steps to Reproduce:
January 2018 (version 1.20)Does this issue occur when all extensions are disabled?: Yes