microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.72k stars 29.09k forks source link

Extension host terminated unexpectedly #101659

Closed Leteesh closed 4 years ago

Leteesh commented 4 years ago

Issue Type: Bug

As soon as I open Visual Studio Code I get an error that says "Extension host terminated unexpectedly". I am unable to use any extensions. I have tried uninstalling all extensions.

I have uninstalled and reinstalled the program but that has not helped.

VS Code version: Code 1.46.1 (cd9ea6488829f560dc949a8b2fb789f3cdc05f5d, 2020-06-17T21:13:20.174Z) OS version: Windows_NT x64 10.0.17134

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-6600U CPU @ 2.60GHz (4 x 2808)| |GPU Status|2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled| |Load (avg)|undefined| |Memory (System)|15.64GB (6.05GB free)| |Process Argv|| |Screen Reader|no| |VM|0%|
Extensions (1) Extension|Author (truncated)|Version ---|---|--- mssql|ms-|1.9.0
Reelz commented 4 years ago

Got same issue with same vscode version but on mac.

Version: 1.46.1
Commit: cd9ea6488829f560dc949a8b2fb789f3cdc05f5d
Date: 2020-06-17T21:17:14.222Z (2 wks ago)
Electron: 7.3.1
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Darwin x64 19.5.0
System info
CPUs Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz (8 x 2900)
GPU Status 2d_canvas: enabled flash_3d: enabled flash_stage3d: enabled flash_stage3d_baseline: enabled gpu_compositing: enabled metal: disabled_off multiple_raster_threads: enabled_on oop_rasterization: disabled_off protected_video_decode: unavailable_off rasterization: enabled skia_renderer: disabled_off_ok video_decode: enabled viz_display_compositor: enabled_on viz_hit_test_surface_layer: disabled_off_ok webgl: enabled webgl2: enabled
Load (avg) 2, 2, 2
Memory (System) 16.00GB (2.17GB free)
Process Argv
Screen Reader no
VM 0%
Include my enabled extensions
Extension Author (truncated) Version
vscode-eclipse-keybindings alp 0.12.0
prettier-vscode esb 5.1.3
code-runner for 0.10.0
vscode-styled-components jpo 0.0.29
intellij-idea-keybindings k-- 0.2.41
kite kit 0.119.0
vscode-docker ms- 1.3.1
python ms- 2020.6.91350
java red 0.63.0
remote-browser spr 0.7.3
vscodeintellicode Vis 1.2.9
vscode-java-debug vsc 0.26.0
vscode-java-dependency vsc 0.10.2
vscode-java-pack vsc 0.9.1
vscode-java-test vsc 0.23.0
vscode-maven vsc 0.22.0
vscode-icons vsc 10.1.1
vscode-todo-highlight way 1.0.4
JavaScriptSnippets xab 1.8.0
ReactSnippets xab 2.4.0

I've also tried to disable all extensions and reload window, but it didn't helped.

Edit: added console log screenshot:

Console Log Console log
alexdima commented 4 years ago

Is there any information in the developer tools (F1 > Developer tools) ?

gone2808 commented 4 years ago

//There are errors in my Vscode.I have just had the same problem.I don's understand this much, All of there was copied in my Error's Dev tool


abstractExtensionService.ts:485 Extension 'ms-dotnettools.csharp cannot use PROPOSED API (must started out of dev or enabled via --enable-proposed-api)
updateEnableProposedApi @ abstractExtensionService.ts:485
_checkEnableProposedApi @ abstractExtensionService.ts:274
_scanAndHandleExtensions @ extensionService.ts:454
async function (async)
_scanAndHandleExtensions @ extensionService.ts:451
_initialize @ abstractExtensionService.ts:102
(anonymous) @ extensionService.ts:143
requestIdleCallback (async)
t.runWhenIdle @ async.ts:722
(anonymous) @ extensionService.ts:142
Promise.then (async)
e @ extensionService.ts:140
_createInstance @ instantiationService.ts:111
_createServiceInstance @ instantiationService.ts:210
_createServiceInstanceWithOwner @ instantiationService.ts:199
_createAndCacheServiceInstance @ instantiationService.ts:188
_getOrCreateServiceInstance @ instantiationService.ts:136
get @ instantiationService.ts:54
initLayout @ layout.ts:256
(anonymous) @ workbench.ts:145
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:138
open @ desktop.main.ts:123
async function (async)
open @ desktop.main.ts:111
t.main @ desktop.main.ts:327
(anonymous) @ workbench.js:33
Promise.then (async)
(anonymous) @ workbench.js:29
(anonymous) @ bootstrap-window.js:129
t._invokeFactory @ loader.js:1043
t.complete @ loader.js:1053
s._onModuleComplete @ loader.js:1674
s._onModuleComplete @ loader.js:1686
s._resolve @ loader.js:1634
s.defineModule @ loader.js:1281
r @ loader.js:1724
c @ loader.js:794
(anonymous) @ workbench.common.main.ts:129
(anonymous) @ fake:1
t._createAndEvalScript @ loader.js:797
(anonymous) @ loader.js:779
u @ loader.js:892
(anonymous) @ loader.js:897
readFileAfterClose @ internal/fs/read_file_context.js:61

abstractExtensionService.ts:396 [tht13.python]: 'configuration.jsonValidation.url' must be an absolute URL or start with './'  to reference schemas located in the extension.
_logMessageInConsole @ abstractExtensionService.ts:396
_handleExtensionPointMessage @ abstractExtensionService.ts:347
n @ abstractExtensionService.ts:323
_msg @ extensionsRegistry.ts:37
error @ extensionsRegistry.ts:46
(anonymous) @ jsonValidationExtensionPoint.ts:77
(anonymous) @ jsonValidationExtensionPoint.ts:57
_handle @ extensionsRegistry.ts:142
acceptUsers @ extensionsRegistry.ts:133
_handleExtensionPoint @ abstractExtensionService.ts:382
_doHandleExtensionPoints @ abstractExtensionService.ts:328
_registerAndHandleExtensions @ extensionService.ts:569
_startLocalExtensionHost @ extensionService.ts:559
_scanAndHandleExtensions @ extensionService.ts:554
async function (async)
_scanAndHandleExtensions @ extensionService.ts:451
_initialize @ abstractExtensionService.ts:102
(anonymous) @ extensionService.ts:143
requestIdleCallback (async)
t.runWhenIdle @ async.ts:722
(anonymous) @ extensionService.ts:142
Promise.then (async)
e @ extensionService.ts:140
_createInstance @ instantiationService.ts:111
_createServiceInstance @ instantiationService.ts:210
_createServiceInstanceWithOwner @ instantiationService.ts:199
_createAndCacheServiceInstance @ instantiationService.ts:188
_getOrCreateServiceInstance @ instantiationService.ts:136
get @ instantiationService.ts:54
initLayout @ layout.ts:256
(anonymous) @ workbench.ts:145
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:138
open @ desktop.main.ts:123
async function (async)
open @ desktop.main.ts:111
t.main @ desktop.main.ts:327
(anonymous) @ workbench.js:33
Promise.then (async)
(anonymous) @ workbench.js:29
(anonymous) @ bootstrap-window.js:129
t._invokeFactory @ loader.js:1043
t.complete @ loader.js:1053
s._onModuleComplete @ loader.js:1674
s._onModuleComplete @ loader.js:1686
s._resolve @ loader.js:1634
s.defineModule @ loader.js:1281
r @ loader.js:1724
c @ loader.js:794
(anonymous) @ workbench.common.main.ts:129
(anonymous) @ fake:1
t._createAndEvalScript @ loader.js:797
(anonymous) @ loader.js:779
u @ loader.js:892
(anonymous) @ loader.js:897
readFileAfterClose @ internal/fs/read_file_context.js:61

TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.cpp.embedded.macro.
Old grammar file: file:///c%3A/Users/mr%20Hai/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json.
New grammar file: file:///c%3A/Users/mr%20Hai/.vscode/extensions/jeff-hykin.better-cpp-syntax-1.14.31/syntaxes/cpp.embedded.macro.tmLanguage.json
register @ TMScopeRegistry.ts:45
s @ TMGrammarFactory.ts:73
_getOrCreateGrammarFactory @ abstractTextMateService.ts:246
async function (async)
_getOrCreateGrammarFactory @ abstractTextMateService.ts:235
(anonymous) @ abstractTextMateService.ts:271
_registerDefinitionIfAvailable @ abstractTextMateService.ts:269
(anonymous) @ abstractTextMateService.ts:151
_handle @ extensionsRegistry.ts:142
acceptUsers @ extensionsRegistry.ts:133
_handleExtensionPoint @ abstractExtensionService.ts:382
_doHandleExtensionPoints @ abstractExtensionService.ts:328
_registerAndHandleExtensions @ extensionService.ts:569
_startLocalExtensionHost @ extensionService.ts:559
_scanAndHandleExtensions @ extensionService.ts:554
async function (async)
_scanAndHandleExtensions @ extensionService.ts:451
_initialize @ abstractExtensionService.ts:102
(anonymous) @ extensionService.ts:143
requestIdleCallback (async)
t.runWhenIdle @ async.ts:722
(anonymous) @ extensionService.ts:142
Promise.then (async)
e @ extensionService.ts:140
_createInstance @ instantiationService.ts:111
_createServiceInstance @ instantiationService.ts:210
_createServiceInstanceWithOwner @ instantiationService.ts:199
_createAndCacheServiceInstance @ instantiationService.ts:188
_getOrCreateServiceInstance @ instantiationService.ts:136
get @ instantiationService.ts:54
initLayout @ layout.ts:256
(anonymous) @ workbench.ts:145
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:138
open @ desktop.main.ts:123
async function (async)
open @ desktop.main.ts:111
t.main @ desktop.main.ts:327
(anonymous) @ workbench.js:33
Promise.then (async)
(anonymous) @ workbench.js:29
(anonymous) @ bootstrap-window.js:129
t._invokeFactory @ loader.js:1043
t.complete @ loader.js:1053
s._onModuleComplete @ loader.js:1674
s._onModuleComplete @ loader.js:1686
s._resolve @ loader.js:1634
s.defineModule @ loader.js:1281
r @ loader.js:1724
c @ loader.js:794
(anonymous) @ workbench.common.main.ts:129
(anonymous) @ fake:1
t._createAndEvalScript @ loader.js:797
(anonymous) @ loader.js:779
u @ loader.js:892
(anonymous) @ loader.js:897
readFileAfterClose @ internal/fs/read_file_context.js:61

TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.cpp.
Old grammar file: file:///c%3A/Users/mr%20Hai/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/cpp/syntaxes/cpp.tmLanguage.json.
New grammar file: file:///c%3A/Users/mr%20Hai/.vscode/extensions/jeff-hykin.better-cpp-syntax-1.14.31/syntaxes/cpp.tmLanguage.json
register @ TMScopeRegistry.ts:45
s @ TMGrammarFactory.ts:73
_getOrCreateGrammarFactory @ abstractTextMateService.ts:246
async function (async)
_getOrCreateGrammarFactory @ abstractTextMateService.ts:235
(anonymous) @ abstractTextMateService.ts:271
_registerDefinitionIfAvailable @ abstractTextMateService.ts:269
(anonymous) @ abstractTextMateService.ts:151
_handle @ extensionsRegistry.ts:142
acceptUsers @ extensionsRegistry.ts:133
_handleExtensionPoint @ abstractExtensionService.ts:382
_doHandleExtensionPoints @ abstractExtensionService.ts:328
_registerAndHandleExtensions @ extensionService.ts:569
_startLocalExtensionHost @ extensionService.ts:559
_scanAndHandleExtensions @ extensionService.ts:554
async function (async)
_scanAndHandleExtensions @ extensionService.ts:451
_initialize @ abstractExtensionService.ts:102
(anonymous) @ extensionService.ts:143
requestIdleCallback (async)
t.runWhenIdle @ async.ts:722
(anonymous) @ extensionService.ts:142
Promise.then (async)
e @ extensionService.ts:140
_createInstance @ instantiationService.ts:111
_createServiceInstance @ instantiationService.ts:210
_createServiceInstanceWithOwner @ instantiationService.ts:199
_createAndCacheServiceInstance @ instantiationService.ts:188
_getOrCreateServiceInstance @ instantiationService.ts:136
get @ instantiationService.ts:54
initLayout @ layout.ts:256
(anonymous) @ workbench.ts:145
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:138
open @ desktop.main.ts:123
async function (async)
open @ desktop.main.ts:111
t.main @ desktop.main.ts:327
(anonymous) @ workbench.js:33
Promise.then (async)
(anonymous) @ workbench.js:29
(anonymous) @ bootstrap-window.js:129
t._invokeFactory @ loader.js:1043
t.complete @ loader.js:1053
s._onModuleComplete @ loader.js:1674
s._onModuleComplete @ loader.js:1686
s._resolve @ loader.js:1634
s.defineModule @ loader.js:1281
r @ loader.js:1724
c @ loader.js:794
(anonymous) @ workbench.common.main.ts:129
(anonymous) @ fake:1
t._createAndEvalScript @ loader.js:797
(anonymous) @ loader.js:779
u @ loader.js:892
(anonymous) @ loader.js:897
readFileAfterClose @ internal/fs/read_file_context.js:61

TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.c.
Old grammar file: file:///c%3A/Users/mr%20Hai/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/cpp/syntaxes/c.tmLanguage.json.
New grammar file: file:///c%3A/Users/mr%20Hai/.vscode/extensions/jeff-hykin.better-cpp-syntax-1.14.31/syntaxes/c.tmLanguage.json
register @ TMScopeRegistry.ts:45
s @ TMGrammarFactory.ts:73
_getOrCreateGrammarFactory @ abstractTextMateService.ts:246
async function (async)
_getOrCreateGrammarFactory @ abstractTextMateService.ts:235
(anonymous) @ abstractTextMateService.ts:271
_registerDefinitionIfAvailable @ abstractTextMateService.ts:269
(anonymous) @ abstractTextMateService.ts:151
_handle @ extensionsRegistry.ts:142
acceptUsers @ extensionsRegistry.ts:133
_handleExtensionPoint @ abstractExtensionService.ts:382
_doHandleExtensionPoints @ abstractExtensionService.ts:328
_registerAndHandleExtensions @ extensionService.ts:569
_startLocalExtensionHost @ extensionService.ts:559
_scanAndHandleExtensions @ extensionService.ts:554
async function (async)
_scanAndHandleExtensions @ extensionService.ts:451
_initialize @ abstractExtensionService.ts:102
(anonymous) @ extensionService.ts:143
requestIdleCallback (async)
t.runWhenIdle @ async.ts:722
(anonymous) @ extensionService.ts:142
Promise.then (async)
e @ extensionService.ts:140
_createInstance @ instantiationService.ts:111
_createServiceInstance @ instantiationService.ts:210
_createServiceInstanceWithOwner @ instantiationService.ts:199
_createAndCacheServiceInstance @ instantiationService.ts:188
_getOrCreateServiceInstance @ instantiationService.ts:136
get @ instantiationService.ts:54
initLayout @ layout.ts:256
(anonymous) @ workbench.ts:145
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:138
open @ desktop.main.ts:123
async function (async)
open @ desktop.main.ts:111
t.main @ desktop.main.ts:327
(anonymous) @ workbench.js:33
Promise.then (async)
(anonymous) @ workbench.js:29
(anonymous) @ bootstrap-window.js:129
t._invokeFactory @ loader.js:1043
t.complete @ loader.js:1053
s._onModuleComplete @ loader.js:1674
s._onModuleComplete @ loader.js:1686
s._resolve @ loader.js:1634
s.defineModule @ loader.js:1281
r @ loader.js:1724
c @ loader.js:794
(anonymous) @ workbench.common.main.ts:129
(anonymous) @ fake:1
t._createAndEvalScript @ loader.js:797
(anonymous) @ loader.js:779
u @ loader.js:892
(anonymous) @ loader.js:897
readFileAfterClose @ internal/fs/read_file_context.js:61

TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.objcpp.
Old grammar file: file:///c%3A/Users/mr%20Hai/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/objective-c/syntaxes/objective-c%2B%2B.tmLanguage.json.
New grammar file: file:///c%3A/Users/mr%20Hai/.vscode/extensions/jeff-hykin.better-cpp-syntax-1.14.31/syntaxes/objcpp.tmLanguage.json
register @ TMScopeRegistry.ts:45
s @ TMGrammarFactory.ts:73
_getOrCreateGrammarFactory @ abstractTextMateService.ts:246
async function (async)
_getOrCreateGrammarFactory @ abstractTextMateService.ts:235
(anonymous) @ abstractTextMateService.ts:271
_registerDefinitionIfAvailable @ abstractTextMateService.ts:269
(anonymous) @ abstractTextMateService.ts:151
_handle @ extensionsRegistry.ts:142
acceptUsers @ extensionsRegistry.ts:133
_handleExtensionPoint @ abstractExtensionService.ts:382
_doHandleExtensionPoints @ abstractExtensionService.ts:328
_registerAndHandleExtensions @ extensionService.ts:569
_startLocalExtensionHost @ extensionService.ts:559
_scanAndHandleExtensions @ extensionService.ts:554
async function (async)
_scanAndHandleExtensions @ extensionService.ts:451
_initialize @ abstractExtensionService.ts:102
(anonymous) @ extensionService.ts:143
requestIdleCallback (async)
t.runWhenIdle @ async.ts:722
(anonymous) @ extensionService.ts:142
Promise.then (async)
e @ extensionService.ts:140
_createInstance @ instantiationService.ts:111
_createServiceInstance @ instantiationService.ts:210
_createServiceInstanceWithOwner @ instantiationService.ts:199
_createAndCacheServiceInstance @ instantiationService.ts:188
_getOrCreateServiceInstance @ instantiationService.ts:136
get @ instantiationService.ts:54
initLayout @ layout.ts:256
(anonymous) @ workbench.ts:145
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:138
open @ desktop.main.ts:123
async function (async)
open @ desktop.main.ts:111
t.main @ desktop.main.ts:327
(anonymous) @ workbench.js:33
Promise.then (async)
(anonymous) @ workbench.js:29
(anonymous) @ bootstrap-window.js:129
t._invokeFactory @ loader.js:1043
t.complete @ loader.js:1053
s._onModuleComplete @ loader.js:1674
s._onModuleComplete @ loader.js:1686
s._resolve @ loader.js:1634
s.defineModule @ loader.js:1281
r @ loader.js:1724
c @ loader.js:794
(anonymous) @ workbench.common.main.ts:129
(anonymous) @ fake:1
t._createAndEvalScript @ loader.js:797
(anonymous) @ loader.js:779
u @ loader.js:892
(anonymous) @ loader.js:897
readFileAfterClose @ internal/fs/read_file_context.js:61

TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.objc.
Old grammar file: file:///c%3A/Users/mr%20Hai/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/objective-c/syntaxes/objective-c.tmLanguage.json.
New grammar file: file:///c%3A/Users/mr%20Hai/.vscode/extensions/jeff-hykin.better-cpp-syntax-1.14.31/syntaxes/objc.tmLanguage.json
register @ TMScopeRegistry.ts:45
s @ TMGrammarFactory.ts:73
_getOrCreateGrammarFactory @ abstractTextMateService.ts:246
async function (async)
_getOrCreateGrammarFactory @ abstractTextMateService.ts:235
(anonymous) @ abstractTextMateService.ts:271
_registerDefinitionIfAvailable @ abstractTextMateService.ts:269
(anonymous) @ abstractTextMateService.ts:151
_handle @ extensionsRegistry.ts:142
acceptUsers @ extensionsRegistry.ts:133
_handleExtensionPoint @ abstractExtensionService.ts:382
_doHandleExtensionPoints @ abstractExtensionService.ts:328
_registerAndHandleExtensions @ extensionService.ts:569
_startLocalExtensionHost @ extensionService.ts:559
_scanAndHandleExtensions @ extensionService.ts:554
async function (async)
_scanAndHandleExtensions @ extensionService.ts:451
_initialize @ abstractExtensionService.ts:102
(anonymous) @ extensionService.ts:143
requestIdleCallback (async)
t.runWhenIdle @ async.ts:722
(anonymous) @ extensionService.ts:142
Promise.then (async)
e @ extensionService.ts:140
_createInstance @ instantiationService.ts:111
_createServiceInstance @ instantiationService.ts:210
_createServiceInstanceWithOwner @ instantiationService.ts:199
_createAndCacheServiceInstance @ instantiationService.ts:188
_getOrCreateServiceInstance @ instantiationService.ts:136
get @ instantiationService.ts:54
initLayout @ layout.ts:256
(anonymous) @ workbench.ts:145
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:138
open @ desktop.main.ts:123
async function (async)
open @ desktop.main.ts:111
t.main @ desktop.main.ts:327
(anonymous) @ workbench.js:33
Promise.then (async)
(anonymous) @ workbench.js:29
(anonymous) @ bootstrap-window.js:129
t._invokeFactory @ loader.js:1043
t.complete @ loader.js:1053
s._onModuleComplete @ loader.js:1674
s._onModuleComplete @ loader.js:1686
s._resolve @ loader.js:1634
s.defineModule @ loader.js:1281
r @ loader.js:1724
c @ loader.js:794
(anonymous) @ workbench.common.main.ts:129
(anonymous) @ fake:1
t._createAndEvalScript @ loader.js:797
(anonymous) @ loader.js:779
u @ loader.js:892
(anonymous) @ loader.js:897
readFileAfterClose @ internal/fs/read_file_context.js:61

TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.python.
Old grammar file: file:///c%3A/Users/mr%20Hai/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/python/syntaxes/MagicPython.tmLanguage.json.
New grammar file: file:///c%3A/Users/mr%20Hai/.vscode/extensions/magicstack.magicpython-1.1.0/grammars/MagicPython.tmLanguage
register @ TMScopeRegistry.ts:45
s @ TMGrammarFactory.ts:73
_getOrCreateGrammarFactory @ abstractTextMateService.ts:246
async function (async)
_getOrCreateGrammarFactory @ abstractTextMateService.ts:235
(anonymous) @ abstractTextMateService.ts:271
_registerDefinitionIfAvailable @ abstractTextMateService.ts:269
(anonymous) @ abstractTextMateService.ts:151
_handle @ extensionsRegistry.ts:142
acceptUsers @ extensionsRegistry.ts:133
_handleExtensionPoint @ abstractExtensionService.ts:382
_doHandleExtensionPoints @ abstractExtensionService.ts:328
_registerAndHandleExtensions @ extensionService.ts:569
_startLocalExtensionHost @ extensionService.ts:559
_scanAndHandleExtensions @ extensionService.ts:554
async function (async)
_scanAndHandleExtensions @ extensionService.ts:451
_initialize @ abstractExtensionService.ts:102
(anonymous) @ extensionService.ts:143
requestIdleCallback (async)
t.runWhenIdle @ async.ts:722
(anonymous) @ extensionService.ts:142
Promise.then (async)
e @ extensionService.ts:140
_createInstance @ instantiationService.ts:111
_createServiceInstance @ instantiationService.ts:210
_createServiceInstanceWithOwner @ instantiationService.ts:199
_createAndCacheServiceInstance @ instantiationService.ts:188
_getOrCreateServiceInstance @ instantiationService.ts:136
get @ instantiationService.ts:54
initLayout @ layout.ts:256
(anonymous) @ workbench.ts:145
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:138
open @ desktop.main.ts:123
async function (async)
open @ desktop.main.ts:111
t.main @ desktop.main.ts:327
(anonymous) @ workbench.js:33
Promise.then (async)
(anonymous) @ workbench.js:29
(anonymous) @ bootstrap-window.js:129
t._invokeFactory @ loader.js:1043
t.complete @ loader.js:1053
s._onModuleComplete @ loader.js:1674
s._onModuleComplete @ loader.js:1686
s._resolve @ loader.js:1634
s.defineModule @ loader.js:1281
r @ loader.js:1724
c @ loader.js:794
(anonymous) @ workbench.common.main.ts:129
(anonymous) @ fake:1
t._createAndEvalScript @ loader.js:797
(anonymous) @ loader.js:779
u @ loader.js:892
(anonymous) @ loader.js:897
readFileAfterClose @ internal/fs/read_file_context.js:61

TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.python.
Old grammar file: file:///c%3A/Users/mr%20Hai/.vscode/extensions/magicstack.magicpython-1.1.0/grammars/MagicPython.tmLanguage.
New grammar file: file:///c%3A/Users/mr%20Hai/.vscode/extensions/tht13.python-0.2.3/syntaxes/python.tmLanguage
register @ TMScopeRegistry.ts:45
s @ TMGrammarFactory.ts:73
_getOrCreateGrammarFactory @ abstractTextMateService.ts:246
async function (async)
_getOrCreateGrammarFactory @ abstractTextMateService.ts:235
(anonymous) @ abstractTextMateService.ts:271
_registerDefinitionIfAvailable @ abstractTextMateService.ts:269
(anonymous) @ abstractTextMateService.ts:151
_handle @ extensionsRegistry.ts:142
acceptUsers @ extensionsRegistry.ts:133
_handleExtensionPoint @ abstractExtensionService.ts:382
_doHandleExtensionPoints @ abstractExtensionService.ts:328
_registerAndHandleExtensions @ extensionService.ts:569
_startLocalExtensionHost @ extensionService.ts:559
_scanAndHandleExtensions @ extensionService.ts:554
async function (async)
_scanAndHandleExtensions @ extensionService.ts:451
_initialize @ abstractExtensionService.ts:102
(anonymous) @ extensionService.ts:143
requestIdleCallback (async)
t.runWhenIdle @ async.ts:722
(anonymous) @ extensionService.ts:142
Promise.then (async)
e @ extensionService.ts:140
_createInstance @ instantiationService.ts:111
_createServiceInstance @ instantiationService.ts:210
_createServiceInstanceWithOwner @ instantiationService.ts:199
_createAndCacheServiceInstance @ instantiationService.ts:188
_getOrCreateServiceInstance @ instantiationService.ts:136
get @ instantiationService.ts:54
initLayout @ layout.ts:256
(anonymous) @ workbench.ts:145
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:138
open @ desktop.main.ts:123
async function (async)
open @ desktop.main.ts:111
t.main @ desktop.main.ts:327
(anonymous) @ workbench.js:33
Promise.then (async)
(anonymous) @ workbench.js:29
(anonymous) @ bootstrap-window.js:129
t._invokeFactory @ loader.js:1043
t.complete @ loader.js:1053
s._onModuleComplete @ loader.js:1674
s._onModuleComplete @ loader.js:1686
s._resolve @ loader.js:1634
s.defineModule @ loader.js:1281
r @ loader.js:1724
c @ loader.js:794
(anonymous) @ workbench.common.main.ts:129
(anonymous) @ fake:1
t._createAndEvalScript @ loader.js:797
(anonymous) @ loader.js:779
u @ loader.js:892
(anonymous) @ loader.js:897
readFileAfterClose @ internal/fs/read_file_context.js:61

TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.regexp.python.
Old grammar file: file:///c%3A/Users/mr%20Hai/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/python/syntaxes/MagicRegExp.tmLanguage.json.
New grammar file: file:///c%3A/Users/mr%20Hai/.vscode/extensions/tht13.python-0.2.3/syntaxes/Regular%20Expressions%20%28Python%29.tmLanguage
register @ TMScopeRegistry.ts:45
s @ TMGrammarFactory.ts:73
_getOrCreateGrammarFactory @ abstractTextMateService.ts:246
async function (async)
_getOrCreateGrammarFactory @ abstractTextMateService.ts:235
(anonymous) @ abstractTextMateService.ts:271
_registerDefinitionIfAvailable @ abstractTextMateService.ts:269
(anonymous) @ abstractTextMateService.ts:151
_handle @ extensionsRegistry.ts:142
acceptUsers @ extensionsRegistry.ts:133
_handleExtensionPoint @ abstractExtensionService.ts:382
_doHandleExtensionPoints @ abstractExtensionService.ts:328
_registerAndHandleExtensions @ extensionService.ts:569
_startLocalExtensionHost @ extensionService.ts:559
_scanAndHandleExtensions @ extensionService.ts:554
async function (async)
_scanAndHandleExtensions @ extensionService.ts:451
_initialize @ abstractExtensionService.ts:102
(anonymous) @ extensionService.ts:143
requestIdleCallback (async)
t.runWhenIdle @ async.ts:722
(anonymous) @ extensionService.ts:142
Promise.then (async)
e @ extensionService.ts:140
_createInstance @ instantiationService.ts:111
_createServiceInstance @ instantiationService.ts:210
_createServiceInstanceWithOwner @ instantiationService.ts:199
_createAndCacheServiceInstance @ instantiationService.ts:188
_getOrCreateServiceInstance @ instantiationService.ts:136
get @ instantiationService.ts:54
initLayout @ layout.ts:256
(anonymous) @ workbench.ts:145
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:138
open @ desktop.main.ts:123
async function (async)
open @ desktop.main.ts:111
t.main @ desktop.main.ts:327
(anonymous) @ workbench.js:33
Promise.then (async)
(anonymous) @ workbench.js:29
(anonymous) @ bootstrap-window.js:129
t._invokeFactory @ loader.js:1043
t.complete @ loader.js:1053
s._onModuleComplete @ loader.js:1674
s._onModuleComplete @ loader.js:1686
s._resolve @ loader.js:1634
s.defineModule @ loader.js:1281
r @ loader.js:1724
c @ loader.js:794
(anonymous) @ workbench.common.main.ts:129
(anonymous) @ fake:1
t._createAndEvalScript @ loader.js:797
(anonymous) @ loader.js:779
u @ loader.js:892
(anonymous) @ loader.js:897
readFileAfterClose @ internal/fs/read_file_context.js:61

abstractExtensionService.ts:396 [xabikos.JavaScriptSnippets]: Unknown language in `contributes.JavaScriptSnippets.language`. Provided value: vue
_logMessageInConsole @ abstractExtensionService.ts:396
_handleExtensionPointMessage @ abstractExtensionService.ts:347
n @ abstractExtensionService.ts:323
_msg @ extensionsRegistry.ts:37
error @ extensionsRegistry.ts:46
e.toValidSnippet @ snippetsService.ts:62
(anonymous) @ snippetsService.ts:216
_handle @ extensionsRegistry.ts:142
setHandler @ extensionsRegistry.ts:127
_initExtensionSnippets @ snippetsService.ts:206
(anonymous) @ snippetsService.ts:146
Promise.then (async)
e @ snippetsService.ts:145
_createInstance @ instantiationService.ts:111
(anonymous) @ instantiationService.ts:216
_executor @ async.ts:753
(anonymous) @ async.ts:760
requestIdleCallback (async)
t.runWhenIdle @ async.ts:722
t.IdleValue @ async.ts:760
_createServiceInstance @ instantiationService.ts:216
_createServiceInstanceWithOwner @ instantiationService.ts:199
_createServiceInstanceWithOwner @ instantiationService.ts:201
_createServiceInstanceWithOwner @ instantiationService.ts:201
_createAndCacheServiceInstance @ instantiationService.ts:188
_getOrCreateServiceInstance @ instantiationService.ts:136
_createInstance @ instantiationService.ts:88
createInstance @ instantiationService.ts:76
e @ codeEditorWidget.ts:302
_createInstance @ instantiationService.ts:111
createInstance @ instantiationService.ts:76
createEditorControl @ textEditor.ts:144
createEditor @ textEditor.ts:125
create @ baseEditor.ts:106
doCreateEditorPane @ editorControl.ts:115
doShowEditorPane @ editorControl.ts:83
openEditor @ editorControl.ts:65
(anonymous) @ editorGroupView.ts:973
doShowEditor @ editorGroupView.ts:971
restoreEditors @ editorGroupView.ts:462
e @ editorGroupView.ts:213
_createInstance @ instantiationService.ts:111
createInstance @ instantiationService.ts:76
createFromSerialized @ editorGroupView.ts:65
doCreateGroupView @ editorPart.ts:536
fromJSON @ editorPart.ts:1003
_deserializeNode @ gridview.ts:1210
(anonymous) @ gridview.ts:1203
_deserializeNode @ gridview.ts:1201
_deserialize @ gridview.ts:1194
deserialize @ gridview.ts:1188
deserialize @ grid.ts:576
doCreateGridControlWithState @ editorPart.ts:997
doCreateGridControlWithPreviousState @ editorPart.ts:964
doCreateGridControl @ editorPart.ts:929
createContentArea @ editorPart.ts:822
create @ part.ts:76
(anonymous) @ workbench.ts:357
renderWorkbench @ workbench.ts:354
(anonymous) @ workbench.ts:157
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:138
open @ desktop.main.ts:123
async function (async)
open @ desktop.main.ts:111
t.main @ desktop.main.ts:327
(anonymous) @ workbench.js:33
Promise.then (async)
(anonymous) @ workbench.js:29
(anonymous) @ bootstrap-window.js:129
t._invokeFactory @ loader.js:1043
t.complete @ loader.js:1053
s._onModuleComplete @ loader.js:1674
s._onModuleComplete @ loader.js:1686
s._resolve @ loader.js:1634
s.defineModule @ loader.js:1281
r @ loader.js:1724
c @ loader.js:794
(anonymous) @ workbench.common.main.ts:129
(anonymous) @ fake:1
t._createAndEvalScript @ loader.js:797
(anonymous) @ loader.js:779
u @ loader.js:892
(anonymous) @ loader.js:897
readFileAfterClose @ internal/fs/read_file_context.js:61
Show 31 more frames

2console.ts:137 [Extension Host] (node:16884) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166

console.ts:137 [Extension Host] Congratulations, your extension "code-gnu-global" is now active!
console.ts:137 [Extension Host] Looking for parseable documents...
console.ts:137 [Extension Host] Command: global --encode-path " " -f "d:\DevC++\Print\Str003.c" running...
console.ts:137 [Extension Host] Command: global --encode-path " " -f "d:\CPP\Queue_SupPrime.cpp" running...
console.ts:137 [Extension Host] Command: global --encode-path " " -f "d:\DevC++\Print\Str003.c" running...
console.ts:137 [Extension Host] Command: global --encode-path " " -f "d:\CPP\Queue_SupPrime.cpp" running...
console.ts:137 [Extension Host] Command: global --encode-path " " -f "d:\DevC++\Print\Str003.c" running...

log.ts:197   ERR spawnSync global ENOENT: Error: spawnSync global ENOENT
    at Object.spawnSync (internal/child_process.js:1041:20)
    at spawnSync (child_process.js:620:24)
    at Global.execute (c:\Users\mr Hai\.vscode\extensions\jaycetyle.vscode-gnu-global-0.3.3\out\global\executableBase.js:19:20)
    at Global.executeOnDocument (c:\Users\mr Hai\.vscode\extensions\jaycetyle.vscode-gnu-global-0.3.3\out\global\global.js:151:21)
    at Global.provideDocumentSymbols (c:\Users\mr Hai\.vscode\extensions\jaycetyle.vscode-gnu-global-0.3.3\out\global\global.js:126:28)
    at c:\Users\mr Hai\.vscode\extensions\jaycetyle.vscode-gnu-global-0.3.3\out\documentSymbolProvider.js:12:37
    at new Promise (<anonymous>)
    at GlobalDocumentSymbolProvider.provideDocumentSymbols (c:\Users\mr Hai\.vscode\extensions\jaycetyle.vscode-gnu-global-0.3.3\out\documentSymbolProvider.js:10:16)
    at c:\Users\mr Hai\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:674:498
    at c:\Users\mr Hai\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:52:136
    at new Promise (<anonymous>)
    at Object.t.asPromise (c:\Users\mr Hai\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:52:108)
    at v.provideDocumentSymbols (c:\Users\mr Hai\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:674:469)
    at c:\Users\mr Hai\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:696:399
    at e._withAdapter (c:\Users\mr Hai\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:695:632)
    at e.$provideDocumentSymbols (c:\Users\mr Hai\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:696:377)
    at e._doInvokeHandler (c:\Users\mr Hai\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:804:1013)
    at e._invokeHandler (c:\Users\mr Hai\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:804:705)
    at e._receiveRequest (c:\Users\mr Hai\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:803:293)
    at e._receiveOneMessage (c:\Users\mr Hai\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:802:156)
    at c:\Users\mr Hai\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:800:416
    at e.fire (c:\Users\mr Hai\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:46:242)
    at v.fire (c:\Users\mr Hai\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:239:274)
    at c:\Users\mr Hai\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:975:649
    at e.fire (c:\Users\mr Hai\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:46:242)
    at v.fire (c:\Users\mr Hai\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:239:274)
    at t.PersistentProtocol._receiveMessage (c:\Users\mr Hai\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:243:629)
    at c:\Users\mr Hai\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:240:824
    at e.fire (c:\Users\mr Hai\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:46:242)
    at p.acceptChunk (c:\Users\mr Hai\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:236:737)
    at c:\Users\mr Hai\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:236:89
    at Socket.t (c:\Users\mr Hai\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:245:185)
    at Socket.emit (events.js:203:13)
    at addChunk (_stream_readable.js:295:12)
    at readableAddChunk (_stream_readable.js:276:11)
    at Socket.Readable.push (_stream_readable.js:210:10)
    at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)
console.ts:137 [Extension Host] activating extension
console.ts:137 [Extension Host] starting language server
console.ts:137 [Extension Host] Error: Error: Command failed: global --encode-path " " -f "d:\DevC++\Print\Str003.c"'global' is not recognized as an internal or external command,
operable program or batch file.
 `global --encode-path " " -f "d:\DevC++\Print\Str003.c"` (exited with error code 1)
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] undefined
console.ts:137 [Extension Host] Error: Error: Command failed: global --encode-path " " -f "d:\CPP\Queue_SupPrime.cpp"'global' is not recognized as an internal or external command,
operable program or batch file.
 `global --encode-path " " -f "d:\CPP\Queue_SupPrime.cpp"` (exited with error code 1)
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166

console.ts:137 [Extension Host] undefined

console.ts:137 [Extension Host] Error: Error: Command failed: global --encode-path " " -f "d:\DevC++\Print\Str003.c"'global' is not recognized as an internal or external command,
operable program or batch file.
 `global --encode-path " " -f "d:\DevC++\Print\Str003.c"` (exited with error code 1)
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166

console.ts:137 [Extension Host] undefined

console.ts:137 [Extension Host] Error: Error: Command failed: global --encode-path " " -f "d:\DevC++\Print\Str003.c"'global' is not recognized as an internal or external command,
operable program or batch file.
 `global --encode-path " " -f "d:\DevC++\Print\Str003.c"` (exited with error code 1)
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] undefined
console.ts:137 [Extension Host] Error: Error: Command failed: global --encode-path " " -f "d:\CPP\Queue_SupPrime.cpp"'global' is not recognized as an internal or external command,
operable program or batch file.
 `global --encode-path " " -f "d:\CPP\Queue_SupPrime.cpp"` (exited with error code 1)
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] undefined
console.ts:137 [Extension Host] Found all parseable documents.
console.ts:137 [Extension Host] Parsing documents and looking for CSS class definitions...
extensionHost.ts:222 Extension Host
extensionHost.ts:223 Debugger attached.
log.ts:191  WARN UNRESPONSIVE extension host, 'ms-vsliveshare.vsliveshare' took 99% of 6080.376ms, saved PROFILE here: 'C:\Users\MRHAI~1\AppData\Local\Temp\exthost-a4b56e.cpuprofile' (7) [{…}, {…}, {…}, {…}, {…}, {…}, {…}]
extensionHost.ts:222 Extension Host
extensionHost.ts:223 c:\Users\mr Hai\.vscode\extensions\karigari.chat-0.35.0\out\extension.js:151
 */t.pathMatch=function(e,t){if(t===e)return!0;if(0===e.indexOf(t)){if("/"===t.substr(-1))return!0;if("/"===e.substr(t.length,1))return!0}return!1}},function(e,t,i){var a=i(4),n=i(32).BigInteger,s=(i(49).ECPointFp,i(8).Buffer);function o(e,t){return e.length>=t?e:o("0"+e,t)}t.ECCurves=i(278),t.ECKey=function(e,t,i){var r,c=e(),p=c.getN(),l=Math.floor(p.bitLength()/8);if(t)if(i){e=c.getCurve();this.P=e.decodePointHex(t.toString("hex"))}else{if(t.length!=l)return!1;r=new n(t.toString("hex"),16)}else{var u=p.subtract(n.ONE),f=new n(a.randomBytes(p.bitLength()));r=f.mod(u).add(n.ONE),this.P=c.getG().multiply(r)}this.P&&(this.PublicKey=s.from(c.getCurve().encodeCompressedPointHex(this.P),"hex")),r&&(this.PrivateKey=s.from(o(r.toString(16),2*l),"hex"),this.deriveSharedSecret=function(e){if(!e||!e.P)return!1;var t=e.P.multiply(r);return s.from(o(t.getX().toBigInteger().toString(16),2*l),"hex")})}},function(e,t,i){var a;e.exports={Verifier

Error: Setup Team Chat to work for your account.
    at c:\Users\mr Hai\.vscode\extensions\karigari.chat-0.35.0\out\extension.js:151:179152
    at Timeout._onTimeout (c:\Users\mr Hai\.vscode\extensions\karigari.chat-0.35.0\out\extension.js:151:179182)
    at listOnTimeout (internal/timers.js:531:17)
    at processTimers (internal/timers.js:475:7)
abstractExtensionService.ts:155 Extension host terminated unexpectedly. Code:  1  Signal:  null
_onExtensionHostCrashed @ abstractExtensionService.ts:155
_onExtensionHostCrashed @ extensionService.ts:384
_onExtensionHostCrashOrExit @ abstractExtensionService.ts:147
(anonymous) @ abstractExtensionService.ts:137
fire @ event.ts:587
_onExtHostProcessExit @ extensionHost.ts:493
(anonymous) @ extensionHost.ts:238
emit @ events.js:203
ChildProcess._handle.onexit @ internal/child_process.js:272
notificationsAlerts.ts:40 Extension host terminated unexpectedly.
onDidChangeNotification @ notificationsAlerts.ts:40
(anonymous) @ notificationsAlerts.ts:26
fire @ event.ts:587
addNotification @ notifications.ts:207
notify @ notificationService.ts:106
prompt @ notificationService.ts:171
_onExtensionHostCrashed @ extensionService.ts:404
_onExtensionHostCrashOrExit @ abstractExtensionService.ts:147
(anonymous) @ abstractExtensionService.ts:137
fire @ event.ts:587
_onExtHostProcessExit @ extensionHost.ts:493
(anonymous) @ extensionHost.ts:238
emit @ events.js:203
ChildProcess._handle.onexit @ internal/child_process.js:272
alexdima commented 4 years ago

@gone2808 There are a lot of extensions running for you. Can you please try by disabling all extensions?

From looking at the error log, here are extensions that might be problematic:

I have seen reports in the past that karigari.chat causes extension host crashes. Can you please try to disable that one?

Leteesh commented 4 years ago

@alexdima This is what I have in the developer tools.

abstractExtensionService.ts:155 Extension host terminated unexpectedly. Code: 0 Signal: null _onExtensionHostCrashed @ abstractExtensionService.ts:155 notificationsAlerts.ts:40 Extension host terminated unexpectedly. onDidChangeNotification @ notificationsAlerts.ts:40 log.ts:197 ERR Error: [File Watcher (nsfw)] terminated unexpectedly and is restarted again... log.ts:197 ERR [File Watcher (nsfw)] terminated unexpectedly and is restarted again... log.ts:197 ERR Error: [File Watcher (nsfw)] terminated unexpectedly and is restarted again... log.ts:197 ERR [File Watcher (nsfw)] terminated unexpectedly and is restarted again... log.ts:197 ERR Error: [File Watcher (nsfw)] terminated unexpectedly and is restarted again... log.ts:197 ERR [File Watcher (nsfw)] terminated unexpectedly and is restarted again... log.ts:197 ERR Error: [File Watcher (nsfw)] terminated unexpectedly and is restarted again... log.ts:197 ERR [File Watcher (nsfw)] terminated unexpectedly and is restarted again... log.ts:197 ERR Error: [File Watcher (nsfw)] terminated unexpectedly and is restarted again... log.ts:197 ERR [File Watcher (nsfw)] terminated unexpectedly and is restarted again... 2ipc.cp.ts:227 IPC "File Watcher (nsfw)" errored with Error: write EPIPE (anonymous) @ ipc.cp.ts:227 log.ts:197 ERR Error: [File Watcher (nsfw)] terminated unexpectedly and is restarted again... log.ts:197 ERR [File Watcher (nsfw)] terminated unexpectedly and is restarted again... log.ts:197 ERR Error: [File Watcher (nsfw)] failed to start after retrying for some time, giving up. Please report this as a bug report! log.ts:197 ERR [File Watcher (nsfw)] failed to start after retrying for some time, giving up. Please report this as a bug report!

alexdima commented 4 years ago

@Leteesh Are you opening a very large folder or something like that? Can you please try to disable your extensions?

bpasero commented 4 years ago

Can you please follow the steps in https://github.com/Microsoft/vscode/wiki/Native-Crash-Issues to get at more details around the crash and attach the result here? Thanks!

Leteesh commented 4 years ago

@alexdima All my extensions were/are disabled. The error occurs as soon as I open vscode, before I try opening anything.

@bpasero I attempted the first part by running code --crash-reporter-directory but it did nothing (vscode did not open) whereas when I just run code then vscode opens. I then moved on to the Debug Diagnostic Tool for Windows and when I followed the steps I did not get a .dmp file in the logs after receiving the 'Extension host terminated unexpectedly.' error. I chose the option to restart the extension host and received the same error but still no .dmp file. Not sure what else to do.

image

bpasero commented 4 years ago

How about code --crash-reporter-directory <dir> --verbose? Note that you must pass over a folder.

xuanswe commented 4 years ago

Please vote this related issue: Prevent global crash when extension crashes!

Leteesh commented 4 years ago

@bpasero I tried that, didn't get any files in the reports folder that was created but I've attached the output from the terminal. I really hope this helps. output.txt

bpasero commented 4 years ago

This is an interesting output in that log:

"%c[0709/142803.502:ERROR:registration_protocol_win.cc(56)] CreateFile: The system cannot find the file specified. (0x2)
%c[0709/142803.506:ERROR:crash_reporter_win.cc(90)] Failed to set handler IPC pipe name: \\.\pipe\crashpad_155808_VHFHFMZZMHCWVEKR
 color: red color: red", source: file:///C:/Users/xxxxxx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js (4516)

@deepak1556 ever seen this?

deepak1556 commented 4 years ago

Yeah thats just crashpad setup is not correct, crashpad expects to get the pipe handle to watch the child process once it has been setup from the main process, we are currently initializing the main process from the renderer once the window is being setup https://github.com/microsoft/vscode/blob/master/src/vs/workbench/electron-browser/window.ts#L556 , I guess this is too late for other child processes.

alexdima commented 4 years ago

@deepak1556 I'm not sure I understand your comment. Is that the root cause of the crash or is that some random failure unrelated to the crash?

@Leteesh Are there any special environmental variables that you have configured? Can you please try running set in a cmd.exe window? (We have seen in the past that some ELECTRON env variables can lead to crashes of the extension host process)

deepak1556 commented 4 years ago

@alexdima sorry for the confusion, I was explaining the reason behind the log https://github.com/microsoft/vscode/issues/101659#issuecomment-656161890 which is the reason for not recording the crash. This is not the cause of extension host crash.

Since we can't get crash dump here, only way is for the user to debug the crash process. @alexdima is it possible to pause the start of extension host with --inspect-brk ? That way the user can attach visual studio debugger to that process and get the stack trace.

alexdima commented 4 years ago

@Leteesh

  1. Are there any special environmental variables that you have configured? Can you please try running set in a cmd.exe window and sharing your env?
  2. Do you have Visual Studio installed? If yes, can you please launch code --inspect-brk-extensions=4754, open a window, then launch Help > Open Process Explorer and identify the pid of the extensionHost process, then attach to that process from Visual Studio?
wlad commented 4 years ago

I run into this issue w/ VSCode 1.47.0. Seems only to happen w/ Remote Development extensions

Extension host terminated unexpectedly.
onDidChangeNotification @ notificationsAlerts.ts:40

Extension Host
localProcessExtensionHost.ts:234 events.js:180
      throw er; // Unhandled 'error' event
      ^

[Error: read ECONNRESET
    at TCP.onStreamRead (internal/stream_base_commons.js:183:27)
Emitted 'error' event at:
    at emitErrorNT (internal/streams/destroy.js:91:8)
    at emitErrorAndCloseNT (internal/streams/destroy.js:59:3)
    at processTicksAndRejections (internal/process/task_queues.js:77:11)] {
  errno: 'ECONNRESET',
  code: 'ECONNRESET',
  syscall: 'read'
}

image

image

Version: 1.47.0 (user setup) Commit: d5e9aa0227e057a60c82568bf31c04730dc15dcd Date: 2020-07-09T08:02:06.629Z Electron: 7.3.2 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Windows_NT x64 10.0.19041

Leteesh commented 4 years ago

@alexdima I ran set and have attached the output.

Unfortunately, I do not have Visual Studio installed. set.txt

assaftenen commented 4 years ago

What helped me is just disabled all extensions

alexdima commented 4 years ago

@wlad Please open a separate issue, as the message "Extension host terminated unexpectedly" can be caused by multiple reasons, and it is not necessary that everyone shares the same root cause, especially with different configurations like in your case with remote development.


@Leteesh Thank you for the extra information. I have compared your environmental variables with ones from a Windows VM I have created and nothing looks fishy to me (the environmental variables are similar).

Some more troubleshooting steps:

github-actions[bot] commented 4 years ago

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!

Leteesh commented 4 years ago

@alexdima You're welcome. Please see below.

ext-host-log.txt

alexdima commented 4 years ago

@Leteesh Thank you for the extra information. So the following built-in extensions activate eagerly:

Given you mention that there appear to be some trouble with git, I wonder if there is some kind of mix-up with your git.exe which might lead to the crash. Could you please go to the extensions viewlet, the type @builtin, then under Features look for the Git extension and disable it. Does the crash reproduce after disabling the builtin git extension?

Leteesh commented 4 years ago

@alexdima Looks like I'm unable to disable it. I managed to locate the Git extension, I've clicked on the disable button but nothing happens when I do so.

dalexhd commented 4 years ago

Same issue here...

alexdima commented 4 years ago

@Leteesh Can you please search for it in the builtin extensions. You can type @builtin in the search field or there is an action which types that for you in the ... menu somewhere. Then, you can disable it:

image

Leteesh commented 4 years ago

@alexdima I had to disable github first then it allowed me to disable git. However, the crash still reproduces after disabling git.

alexdima commented 4 years ago

@Leteesh Does a crash also occur with our Insiders version? Our Insiders version upgrades us from Electron 7 to Electron 9 and that might improve stability on some systems.

dalexhd commented 4 years ago

@Leteesh Does a crash also occur with our Insiders version? Our Insiders version upgrades us from Electron 7 to Electron 9 and that might improve stability on some systems.

I still have same issue with insider version.

Version: 1.49.0-insider (user setup) Commit: e4256dd1a02339bb1d56647ecd9134bf38bc7c03 Date: 2020-09-04T18:49:12.955Z (14 hrs ago) Electron: 9.2.1 Chrome: 83.0.4103.122 Node.js: 12.14.1 V8: 8.3.110.13-electron.0 OS: Windows_NT x64 10.0.19042

alexdima commented 4 years ago

@dalexhd Please create a separate issue.

@Leteesh I missed this comment from you:

Insiders seems to work, however the source control isn't picking up that my folder is a git folder but I'll uninstall and reinstall git to see if that helps.

Our upcoming stable release will update Electron from 7 to 9 (as in our insiders), so I expect that it will then fix the crashes for you.

Leteesh commented 4 years ago

@alexdima Okay, awesome - thanks. That won't fix the git problem though, will it?

alexdima commented 4 years ago

@Leteesh I never quite understood what exactly is your git problem, and if perhaps that is the root cause of the crashes? Did you install git in a custom location? Did you try configuring "git.path"? Do things crash in stable if you configure "git.enabled": false ?

dalexhd commented 4 years ago

@alexdima Why Am I going to create a different issue, if this is the exact issue I'm having right now xd?

Leteesh commented 4 years ago

@alexdima no worries, it is sorted out now. Thank you so much for all your help 👍

alexdima commented 4 years ago

@dalexhd The extension host can crash due to many reasons (out of memory, segmentation fault, a faulty extension, a faulty installation, etc.). It is highly unlikely that you share the exact same root cause as @Leteesh . Please create a separate issue using the issue reporter. I am happy to engage with you in a separate issue, where we will go through the same steps.