-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension host crashes upon launch of VSC #126031
Comments
Can you attach the output from developer tools? |
Can you please remind me how to do this? Also, I have downgraded to 1.56.2 since no useful work is possible with 1.57.0. (I immediately found that 1.56.2 is also broken #126035 so I'm figuring out how to downgrade one more release.) |
Click the "Open Developer Tools (button)" and click on Console. |
Same here Check logs below, notice the time. Extensions EnabledDevtools Output - Extensions enabled14:25:40.657 electron/js2c/renderer_init.js:65 The vm module of Node.js is deprecated in the renderer process and will be removed.
t._load @ electron/js2c/renderer_init.js:65
14:25:42.769 log.ts:290 WARN Settings pattern "keyboard.*" doesn't match any settings
14:25:46.205 log.ts:290 WARN Settings pattern "keyboard.*" doesn't match any settings
14:25:46.497 console.ts:137 [Extension Host] (node:47576) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.(Use `Code --trace-deprecation ...` to show where the warning was created)
S @ console.ts:137
14:25:49.569 log.ts:290 WARN Settings pattern "keyboard.*" doesn't match any settings
14:25:51.101 log.ts:290 WARN Settings pattern "keyboard.*" doesn't match any settings
14:25:54.591 log.ts:290 WARN Settings pattern "keyboard.*" doesn't match any settings
14:25:58.964 log.ts:290 WARN Settings pattern "keyboard.*" doesn't match any settings
14:26:35.993 log.ts:290 WARN Settings pattern "keyboard.*" doesn't match any settings
14:26:38.086 abstractExtensionService.ts:621 Extension host terminated unexpectedly. Code: 7 Signal: null
_onExtensionHostCrashed @ abstractExtensionService.ts:621
14:26:38.152 log.ts:296 ERR Extension host terminated unexpectedly. The following extensions were running: vscode.microsoft-authentication, vscode.configuration-editing, vscode.extension-editing, vscode.json-language-features, vscode.npm, vscode.typescript-language-features, VisualStudioExptTeam.vscodeintellicode, vscode.debug-auto-launch, vscode.git, pranaygp.vscode-css-peek, ms-vscode.js-debug, vscode.github, vscode.github-authentication, vscode.emmet, vscode.merge-conflict, ms-vscode-remote.remote-wsl-recommender, vscode.testing-editor-contributions, ms-vscode-remote.remote-wsl, alefragnani.Bookmarks, ban.spellright, codespaces-contrib.codeswing, CoenraadS.bracket-pair-colorizer-2, ctf0.show-unsaved-changes, dbaeumer.vscode-eslint, eamodio.gitlens, eg2.vscode-npm-script, esbenp.prettier-vscode, Fooxly.workspace, gencer.html-slim-scss-css-class-completion, HaaLeo.timing, HookyQR.beautify, ionutvmi.path-autocomplete, jamesohortle.unicodehover, Oigene.sessions, salbert.comment-ts, SonarSource.sonarlint-vscode, stephen-riley.regexworkbench, usernamehw.errorlens, vscode-icons-team.vscode-icons, vsls-contrib.gistfs, wix.vscode-import-cost, xyz.local-history, yzhang.markdown-all-in-one
14:26:38.153 notificationsAlerts.ts:40 Extension host terminated unexpectedly.
onDidChangeNotification @ notificationsAlerts.ts:40
14:26:38.185 localProcessExtensionHost.ts:272 Extension Host
14:26:38.185 localProcessExtensionHost.ts:273 c:\Users\user\.vscode\extensions\stephen-riley.regexworkbench-2.0.5\node_modules\@stephen-riley\pcre2-wasm\dist\libpcre2.js:95 throw ex; ^Error: [mobx] There are multiple, different versions of MobX active. Make sure MobX is loaded only once or use `configure({ isolateGlobalState: true })` at h (c:\Users\user\.vscode\extensions\vsls-contrib.gistfs-0.2.8\out\prod\extension.js:33:1063) at l (c:\Users\user\.vscode\extensions\vsls-contrib.gistfs-0.2.8\out\prod\extension.js:33:1023) at Timeout._onTimeout (c:\Users\user\.vscode\extensions\vsls-contrib.gistfs-0.2.8\out\prod\extension.js:33:16292) at listOnTimeout (internal/timers.js:554:17) at processTimers (internal/timers.js:497:7)
14:27:07.093 console.ts:137 [Extension Host] (node:50960) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.(Use `Code --trace-deprecation ...` to show where the warning was created)
S @ console.ts:137
14:27:07.739 log.ts:290 WARN Settings pattern "keyboard.*" doesn't match any settings
14:27:09.629 console.ts:137 [Extension Host] UnicodeHover: providers pushed.
14:27:09.655 console.ts:137 [Extension Host] Looking for parseable documents...
14:27:09.693 console.ts:137 [Extension Host] TypeError: Cannot convert undefined or null to object
14:27:09.693 console.ts:137 [Extension Host] TypeError: Cannot convert undefined or null to object
S @ console.ts:137
14:27:10.777 localProcessExtensionHost.ts:272 Extension Host
14:27:10.777 localProcessExtensionHost.ts:273 c:\Users\user\.vscode\extensions\stephen-riley.regexworkbench-2.0.5\node_modules\@stephen-riley\pcre2-wasm\dist\libpcre2.js:95 throw ex; ^Error: [MobX] minified error nr: 35. Find the full error at: https://github.com/mobxjs/mobx/blob/mobx6/src/errors.ts at n (c:\Users\user\.vscode\extensions\codespaces-contrib.codeswing-0.0.16\dist\extension.js:2:1590490) at Timeout._onTimeout (c:\Users\user\.vscode\extensions\codespaces-contrib.codeswing-0.0.16\dist\extension.js:2:1607968) at listOnTimeout (internal/timers.js:554:17) at processTimers (internal/timers.js:497:7)
14:27:10.804 abstractExtensionService.ts:621 Extension host terminated unexpectedly. Code: 7 Signal: null
_onExtensionHostCrashed @ abstractExtensionService.ts:621
14:27:10.836 log.ts:296 ERR Extension host terminated unexpectedly. The following extensions were running: vscode.microsoft-authentication, vscode.configuration-editing, vscode.extension-editing, vscode.json-language-features, vscode.npm, eg2.vscode-npm-script, vscode.typescript-language-features, jamesohortle.unicodehover, VisualStudioExptTeam.vscodeintellicode, wix.vscode-import-cost, salbert.comment-ts, ms-vscode.js-debug, vscode.debug-auto-launch, vscode.git, ban.spellright, CoenraadS.bracket-pair-colorizer-2, ctf0.show-unsaved-changes, Fooxly.workspace, gencer.html-slim-scss-css-class-completion, HaaLeo.timing, HookyQR.beautify, ionutvmi.path-autocomplete, Oigene.sessions, stephen-riley.regexworkbench, vscode-icons-team.vscode-icons, vsls-contrib.gistfs, xyz.local-history, vscode.github-authentication, yzhang.markdown-all-in-one, pranaygp.vscode-css-peek, codespaces-contrib.codeswing, SonarSource.sonarlint-vscode
14:27:10.836 notificationsAlerts.ts:40 Extension host terminated unexpectedly.
onDidChangeNotification @ notificationsAlerts.ts:40
14:27:17.529 commentService.ts:198 Canceled: Canceled
at Object.p [as canceled] (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:8:1157)
at r._remoteCall (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1832:11979)
at Proxy.D.<computed>.M.charCodeAt.D.<computed> (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1832:8511)
at c.getDocumentComments (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2699:49431)
at file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:851:55198
at Map.forEach (<anonymous>)
at S.getComments (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:851:55177)
at file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2245:4088
at Object.w [as createCancelablePromise] (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:68:11055)
at L.beginCompute (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2245:3959)
at L.onModelChanged (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2245:8035)
at file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2245:3771
at n.fire (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:60:1835)
at dn.setModel (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:654:517)
at M.setInput (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2470:90307)
at async M.setInput (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2470:174455)
14:38:37.402 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
14:38:37.402 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
14:38:37.402 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
14:38:37.402 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
14:38:37.402 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
14:38:37.402 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
14:30:19.482 loader.js:702 [Violation] 'setTimeout' handler took 87ms
14:33:07.212 commentService.ts:198 Canceled: Canceled
at Object.p [as canceled] (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:8:1157)
at r._remoteCall (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1832:11979)
at Proxy.D.<computed>.M.charCodeAt.D.<computed> (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1832:8511)
at c.getDocumentComments (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2699:49431)
at file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:851:55198
at Map.forEach (<anonymous>)
at S.getComments (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:851:55177)
at file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2245:4088
at Object.w [as createCancelablePromise] (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:68:11055)
at L.beginCompute (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2245:3959)
at L.onModelChanged (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2245:8035)
at file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2245:3771
at n.fire (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:60:1835)
at dn.setModel (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:654:517)
at M.setInput (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2470:90307)
at async M.setInput (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2470:174455)
14:33:19.620 commentService.ts:198 Canceled: Canceled
at Object.p [as canceled] (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:8:1157)
at r._remoteCall (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1832:11979)
at Proxy.D.<computed>.M.charCodeAt.D.<computed> (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1832:8511)
at c.getDocumentComments (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2699:49431)
at file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:851:55198
at Map.forEach (<anonymous>)
at S.getComments (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:851:55177)
at file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2245:4088
at Object.w [as createCancelablePromise] (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:68:11055)
at L.beginCompute (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2245:3959)
at L.onModelChanged (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2245:8035)
at file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2245:3771
at n.fire (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:60:1835)
at dn.setModel (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:654:517)
at M.setInput (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2470:90307)
at async M.setInput (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2470:174455)
14:35:37.904 htmlContent.ts:64 [Violation] 'requestAnimationFrame' handler took 60ms Extension Host Ouput - Extensions enabled[2021-06-13 14:25:48.462] [exthost] [info] extension host started
[2021-06-13 14:25:51.089] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication {"startup":false,"extensionId":{"value":"vscode.microsoft-authentication","_lower":"vscode.microsoft-authentication"},"activationEvent":"onAuthenticationRequest:microsoft"}
[2021-06-13 14:25:51.089] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/microsoft-authentication/dist/extension.js
[2021-06-13 14:25:51.119] [exthost] [info] ExtensionService#_doActivateExtension vscode.configuration-editing {"startup":false,"extensionId":{"value":"vscode.configuration-editing","_lower":"vscode.configuration-editing"},"activationEvent":"onLanguage:json"}
[2021-06-13 14:25:51.120] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/configuration-editing/dist/configurationEditingMain
[2021-06-13 14:25:51.130] [exthost] [info] ExtensionService#_doActivateExtension vscode.extension-editing {"startup":false,"extensionId":{"value":"vscode.extension-editing","_lower":"vscode.extension-editing"},"activationEvent":"onLanguage:json"}
[2021-06-13 14:25:51.130] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/extension-editing/dist/extensionEditingMain
[2021-06-13 14:25:51.151] [exthost] [info] ExtensionService#_doActivateExtension vscode.json-language-features {"startup":false,"extensionId":{"value":"vscode.json-language-features","_lower":"vscode.json-language-features"},"activationEvent":"onLanguage:json"}
[2021-06-13 14:25:51.151] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/json-language-features/client/dist/node/jsonClientMain
[2021-06-13 14:25:51.344] [exthost] [info] ExtensionService#_doActivateExtension vscode.npm {"startup":false,"extensionId":{"value":"vscode.npm","_lower":"vscode.npm"},"activationEvent":"onLanguage:json"}
[2021-06-13 14:25:51.345] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/npm/dist/npmMain
[2021-06-13 14:25:51.392] [exthost] [info] ExtensionService#_doActivateExtension vscode.typescript-language-features {"startup":false,"extensionId":{"value":"vscode.typescript-language-features","_lower":"vscode.typescript-language-features"},"activationEvent":"onLanguage:javascript"}
[2021-06-13 14:25:51.392] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/typescript-language-features/dist/extension
[2021-06-13 14:25:51.446] [exthost] [info] ExtensionService#_doActivateExtension VisualStudioExptTeam.vscodeintellicode {"startup":false,"extensionId":{"value":"VisualStudioExptTeam.vscodeintellicode","_lower":"visualstudioexptteam.vscodeintellicode"},"activationEvent":"onLanguage:javascript"}
[2021-06-13 14:25:51.446] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/visualstudioexptteam.vscodeintellicode-1.2.14/dist/intellicode
[2021-06-13 14:25:52.479] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch {"startup":true,"extensionId":{"value":"vscode.debug-auto-launch","_lower":"vscode.debug-auto-launch"},"activationEvent":"*"}
[2021-06-13 14:25:52.480] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/debug-auto-launch/dist/extension
[2021-06-13 14:25:52.486] [exthost] [info] ExtensionService#_doActivateExtension vscode.git {"startup":true,"extensionId":{"value":"vscode.github","_lower":"vscode.github"},"activationEvent":"*"}
[2021-06-13 14:25:52.486] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/git/dist/main
[2021-06-13 14:25:54.980] [exthost] [info] ExtensionService#_doActivateExtension pranaygp.vscode-css-peek {"startup":true,"extensionId":{"value":"pranaygp.vscode-css-peek","_lower":"pranaygp.vscode-css-peek"},"activationEvent":"workspaceContains:**/*.css,**/*.scss,**/*.sass,**/*.less"}
[2021-06-13 14:25:54.980] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/pranaygp.vscode-css-peek-4.2.0/client/out/extension
[2021-06-13 14:25:55.342] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode.js-debug {"startup":false,"extensionId":{"value":"ms-vscode.js-debug","_lower":"ms-vscode.js-debug"},"activationEvent":"onCommand:extension.js-debug.clearAutoAttachVariables"}
[2021-06-13 14:25:55.342] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/ms-vscode.js-debug/src/extension.js
[2021-06-13 14:25:56.210] [exthost] [info] ExtensionService#_doActivateExtension vscode.github {"startup":true,"extensionId":{"value":"vscode.github","_lower":"vscode.github"},"activationEvent":"*"}
[2021-06-13 14:25:56.210] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/github/dist/extension.js
[2021-06-13 14:25:56.302] [exthost] [info] eager extensions activated
[2021-06-13 14:25:56.364] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication {"startup":false,"extensionId":{"value":"vscode.github-authentication","_lower":"vscode.github-authentication"},"activationEvent":"onAuthenticationRequest:github"}
[2021-06-13 14:25:56.364] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/github-authentication/dist/extension.js
[2021-06-13 14:25:56.395] [exthost] [info] ExtensionService#_doActivateExtension vscode.emmet {"startup":false,"extensionId":{"value":"vscode.emmet","_lower":"vscode.emmet"},"activationEvent":"onStartupFinished"}
[2021-06-13 14:25:56.395] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/emmet/dist/node/emmetNodeMain
[2021-06-13 14:25:56.416] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict {"startup":false,"extensionId":{"value":"vscode.merge-conflict","_lower":"vscode.merge-conflict"},"activationEvent":"onStartupFinished"}
[2021-06-13 14:25:56.416] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/merge-conflict/dist/mergeConflictMain
[2021-06-13 14:25:56.430] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode-remote.remote-wsl-recommender {"startup":false,"extensionId":{"value":"ms-vscode-remote.remote-wsl-recommender","_lower":"ms-vscode-remote.remote-wsl-recommender"},"activationEvent":"onStartupFinished"}
[2021-06-13 14:25:56.430] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/ms-vscode-remote.remote-wsl-recommender/dist/extension.js
[2021-06-13 14:25:56.463] [exthost] [info] ExtensionService#_doActivateExtension vscode.testing-editor-contributions {"startup":false,"extensionId":{"value":"vscode.testing-editor-contributions","_lower":"vscode.testing-editor-contributions"},"activationEvent":"onStartupFinished"}
[2021-06-13 14:25:56.463] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/testing-editor-contributions/dist/extension.js
[2021-06-13 14:25:56.465] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode-remote.remote-wsl {"startup":false,"extensionId":{"value":"ms-vscode-remote.remote-wsl","_lower":"ms-vscode-remote.remote-wsl"},"activationEvent":"onStartupFinished"}
[2021-06-13 14:25:56.465] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/ms-vscode-remote.remote-wsl-0.56.4/dist/extension
[2021-06-13 14:26:35.418] [exthost] [info] ExtensionService#_doActivateExtension alefragnani.Bookmarks {"startup":false,"extensionId":{"value":"alefragnani.Bookmarks","_lower":"alefragnani.bookmarks"},"activationEvent":"onStartupFinished"}
[2021-06-13 14:26:35.418] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/alefragnani.bookmarks-13.0.4/dist/extension
[2021-06-13 14:26:35.437] [exthost] [info] ExtensionService#_doActivateExtension ban.spellright {"startup":false,"extensionId":{"value":"ban.spellright","_lower":"ban.spellright"},"activationEvent":"*"}
[2021-06-13 14:26:35.437] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/ban.spellright-3.0.58/src/extension
[2021-06-13 14:26:35.439] [exthost] [info] ExtensionService#_doActivateExtension codespaces-contrib.codeswing {"startup":false,"extensionId":{"value":"codespaces-contrib.codeswing","_lower":"codespaces-contrib.codeswing"},"activationEvent":"onStartupFinished"}
[2021-06-13 14:26:35.439] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/codespaces-contrib.codeswing-0.0.16/dist/extension.js
[2021-06-13 14:26:35.997] [exthost] [info] ExtensionService#_doActivateExtension CoenraadS.bracket-pair-colorizer-2 {"startup":false,"extensionId":{"value":"CoenraadS.bracket-pair-colorizer-2","_lower":"coenraads.bracket-pair-colorizer-2"},"activationEvent":"*"}
[2021-06-13 14:26:35.997] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/coenraads.bracket-pair-colorizer-2-0.2.0/out/src/extension
[2021-06-13 14:26:36.052] [exthost] [info] ExtensionService#_doActivateExtension ctf0.show-unsaved-changes {"startup":false,"extensionId":{"value":"ctf0.show-unsaved-changes","_lower":"ctf0.show-unsaved-changes"},"activationEvent":"*"}
[2021-06-13 14:26:36.052] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/ctf0.show-unsaved-changes-0.0.9/extension.js
[2021-06-13 14:26:36.061] [exthost] [info] ExtensionService#_doActivateExtension dbaeumer.vscode-eslint {"startup":false,"extensionId":{"value":"dbaeumer.vscode-eslint","_lower":"dbaeumer.vscode-eslint"},"activationEvent":"onStartupFinished"}
[2021-06-13 14:26:36.061] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/dbaeumer.vscode-eslint-2.1.20/client/out/extension
[2021-06-13 14:26:36.110] [exthost] [info] ExtensionService#_doActivateExtension eamodio.gitlens {"startup":false,"extensionId":{"value":"eamodio.gitlens","_lower":"eamodio.gitlens"},"activationEvent":"onStartupFinished"}
[2021-06-13 14:26:36.110] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/eamodio.gitlens-11.4.1/dist/gitlens
[2021-06-13 14:26:36.264] [exthost] [info] ExtensionService#_doActivateExtension eg2.vscode-npm-script {"startup":false,"extensionId":{"value":"eg2.vscode-npm-script","_lower":"eg2.vscode-npm-script"},"activationEvent":"onLanguage:json"}
[2021-06-13 14:26:36.264] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/eg2.vscode-npm-script-0.3.22/dist/extension
[2021-06-13 14:26:36.271] [exthost] [info] ExtensionService#_doActivateExtension esbenp.prettier-vscode {"startup":false,"extensionId":{"value":"esbenp.prettier-vscode","_lower":"esbenp.prettier-vscode"},"activationEvent":"onStartupFinished"}
[2021-06-13 14:26:36.271] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/esbenp.prettier-vscode-6.4.0/dist/extension
[2021-06-13 14:26:36.377] [exthost] [info] ExtensionService#_doActivateExtension Fooxly.workspace {"startup":false,"extensionId":{"value":"Fooxly.workspace","_lower":"fooxly.workspace"},"activationEvent":"*"}
[2021-06-13 14:26:36.377] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/fooxly.workspace-1.1.2/out/extension.js
[2021-06-13 14:26:36.383] [exthost] [info] ExtensionService#_doActivateExtension gencer.html-slim-scss-css-class-completion {"startup":false,"extensionId":{"value":"gencer.html-slim-scss-css-class-completion","_lower":"gencer.html-slim-scss-css-class-completion"},"activationEvent":"*"}
[2021-06-13 14:26:36.383] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/gencer.html-slim-scss-css-class-completion-1.7.8/dist/extension
[2021-06-13 14:26:36.533] [exthost] [info] ExtensionService#_doActivateExtension HaaLeo.timing {"startup":false,"extensionId":{"value":"HaaLeo.timing","_lower":"haaleo.timing"},"activationEvent":"*"}
[2021-06-13 14:26:36.533] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/haaleo.timing-2.6.0/dist/timing
[2021-06-13 14:26:36.559] [exthost] [info] ExtensionService#_doActivateExtension HookyQR.beautify {"startup":false,"extensionId":{"value":"HookyQR.beautify","_lower":"hookyqr.beautify"},"activationEvent":"*"}
[2021-06-13 14:26:36.559] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/hookyqr.beautify-1.5.0/extension
[2021-06-13 14:26:36.625] [exthost] [info] ExtensionService#_doActivateExtension ionutvmi.path-autocomplete {"startup":false,"extensionId":{"value":"ionutvmi.path-autocomplete","_lower":"ionutvmi.path-autocomplete"},"activationEvent":"*"}
[2021-06-13 14:26:36.625] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/ionutvmi.path-autocomplete-1.17.1/out/src/extension
[2021-06-13 14:26:36.639] [exthost] [info] ExtensionService#_doActivateExtension jamesohortle.unicodehover {"startup":false,"extensionId":{"value":"jamesohortle.unicodehover","_lower":"jamesohortle.unicodehover"},"activationEvent":"onLanguage:javascript"}
[2021-06-13 14:26:36.640] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/jamesohortle.unicodehover-0.2.1/out/extension
[2021-06-13 14:26:36.821] [exthost] [info] ExtensionService#_doActivateExtension Oigene.sessions {"startup":false,"extensionId":{"value":"Oigene.sessions","_lower":"oigene.sessions"},"activationEvent":"*"}
[2021-06-13 14:26:36.821] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/oigene.sessions-1.0.1/out/extension.js
[2021-06-13 14:26:36.823] [exthost] [info] ExtensionService#_doActivateExtension salbert.comment-ts {"startup":false,"extensionId":{"value":"salbert.comment-ts","_lower":"salbert.comment-ts"},"activationEvent":"onLanguage:typescript"}
[2021-06-13 14:26:36.823] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/salbert.comment-ts-1.0.21/out/src/extension
[2021-06-13 14:26:37.065] [exthost] [info] ExtensionService#_doActivateExtension SonarSource.sonarlint-vscode {"startup":false,"extensionId":{"value":"SonarSource.sonarlint-vscode","_lower":"sonarsource.sonarlint-vscode"},"activationEvent":"onLanguage:javascript"}
[2021-06-13 14:26:37.065] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/sonarsource.sonarlint-vscode-2.0.0/dist/extension
[2021-06-13 14:26:37.109] [exthost] [info] ExtensionService#_doActivateExtension stephen-riley.regexworkbench {"startup":false,"extensionId":{"value":"stephen-riley.regexworkbench","_lower":"stephen-riley.regexworkbench"},"activationEvent":"*"}
[2021-06-13 14:26:37.109] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/stephen-riley.regexworkbench-2.0.5/out/extension.js
[2021-06-13 14:26:37.123] [exthost] [info] ExtensionService#_doActivateExtension usernamehw.errorlens {"startup":false,"extensionId":{"value":"usernamehw.errorlens","_lower":"usernamehw.errorlens"},"activationEvent":"onStartupFinished"}
[2021-06-13 14:26:37.123] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/usernamehw.errorlens-3.2.7/dist/extension
[2021-06-13 14:26:37.127] [exthost] [info] ExtensionService#_doActivateExtension vscode-icons-team.vscode-icons {"startup":false,"extensionId":{"value":"vscode-icons-team.vscode-icons","_lower":"vscode-icons-team.vscode-icons"},"activationEvent":"*"}
[2021-06-13 14:26:37.127] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/vscode-icons-team.vscode-icons-11.4.0/dist/src/vscode-icons.bundle.js
[2021-06-13 14:26:37.166] [exthost] [info] ExtensionService#_doActivateExtension vsls-contrib.gistfs {"startup":false,"extensionId":{"value":"vsls-contrib.gistfs","_lower":"vsls-contrib.gistfs"},"activationEvent":"*"}
[2021-06-13 14:26:37.166] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/vsls-contrib.gistfs-0.2.8/out/prod/extension.js
[2021-06-13 14:26:37.235] [exthost] [info] ExtensionService#_doActivateExtension wix.vscode-import-cost {"startup":false,"extensionId":{"value":"wix.vscode-import-cost","_lower":"wix.vscode-import-cost"},"activationEvent":"onLanguage:javascript"}
[2021-06-13 14:26:37.235] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/wix.vscode-import-cost-2.15.0/out/extension.js
[2021-06-13 14:26:37.853] [exthost] [info] ExtensionService#_doActivateExtension xyz.local-history {"startup":false,"extensionId":{"value":"xyz.local-history","_lower":"xyz.local-history"},"activationEvent":"*"}
[2021-06-13 14:26:37.853] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/xyz.local-history-1.8.1/out/src/extension
[2021-06-13 14:27:07.184] [exthost] [info] extension host started
[2021-06-13 14:27:07.236] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication {"startup":false,"extensionId":{"value":"vscode.microsoft-authentication","_lower":"vscode.microsoft-authentication"},"activationEvent":"onAuthenticationRequest:microsoft"}
[2021-06-13 14:27:07.236] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/microsoft-authentication/dist/extension.js
[2021-06-13 14:27:07.248] [exthost] [info] ExtensionService#_doActivateExtension vscode.configuration-editing {"startup":false,"extensionId":{"value":"vscode.configuration-editing","_lower":"vscode.configuration-editing"},"activationEvent":"onLanguage:json"}
[2021-06-13 14:27:07.249] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/configuration-editing/dist/configurationEditingMain
[2021-06-13 14:27:07.255] [exthost] [info] ExtensionService#_doActivateExtension vscode.extension-editing {"startup":false,"extensionId":{"value":"vscode.extension-editing","_lower":"vscode.extension-editing"},"activationEvent":"onLanguage:json"}
[2021-06-13 14:27:07.255] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/extension-editing/dist/extensionEditingMain
[2021-06-13 14:27:07.262] [exthost] [info] ExtensionService#_doActivateExtension vscode.json-language-features {"startup":false,"extensionId":{"value":"vscode.json-language-features","_lower":"vscode.json-language-features"},"activationEvent":"onLanguage:json"}
[2021-06-13 14:27:07.263] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/json-language-features/client/dist/node/jsonClientMain
[2021-06-13 14:27:07.282] [exthost] [info] ExtensionService#_doActivateExtension vscode.npm {"startup":false,"extensionId":{"value":"vscode.npm","_lower":"vscode.npm"},"activationEvent":"onLanguage:json"}
[2021-06-13 14:27:07.282] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/npm/dist/npmMain
[2021-06-13 14:27:07.298] [exthost] [info] ExtensionService#_doActivateExtension eg2.vscode-npm-script {"startup":false,"extensionId":{"value":"eg2.vscode-npm-script","_lower":"eg2.vscode-npm-script"},"activationEvent":"onLanguage:json"}
[2021-06-13 14:27:07.298] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/eg2.vscode-npm-script-0.3.22/dist/extension
[2021-06-13 14:27:07.306] [exthost] [info] ExtensionService#_doActivateExtension vscode.typescript-language-features {"startup":false,"extensionId":{"value":"SonarSource.sonarlint-vscode","_lower":"sonarsource.sonarlint-vscode"},"activationEvent":"onLanguage:javascript"}
[2021-06-13 14:27:07.306] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/typescript-language-features/dist/extension
[2021-06-13 14:27:07.318] [exthost] [info] ExtensionService#_doActivateExtension jamesohortle.unicodehover {"startup":false,"extensionId":{"value":"jamesohortle.unicodehover","_lower":"jamesohortle.unicodehover"},"activationEvent":"onLanguage:javascript"}
[2021-06-13 14:27:07.318] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/jamesohortle.unicodehover-0.2.1/out/extension
[2021-06-13 14:27:07.508] [exthost] [info] ExtensionService#_doActivateExtension VisualStudioExptTeam.vscodeintellicode {"startup":false,"extensionId":{"value":"VisualStudioExptTeam.vscodeintellicode","_lower":"visualstudioexptteam.vscodeintellicode"},"activationEvent":"onLanguage:javascript"}
[2021-06-13 14:27:07.508] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/visualstudioexptteam.vscodeintellicode-1.2.14/dist/intellicode
[2021-06-13 14:27:07.541] [exthost] [info] ExtensionService#_doActivateExtension wix.vscode-import-cost {"startup":false,"extensionId":{"value":"wix.vscode-import-cost","_lower":"wix.vscode-import-cost"},"activationEvent":"onLanguage:javascript"}
[2021-06-13 14:27:07.542] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/wix.vscode-import-cost-2.15.0/out/extension.js
[2021-06-13 14:27:08.088] [exthost] [info] ExtensionService#_doActivateExtension salbert.comment-ts {"startup":false,"extensionId":{"value":"salbert.comment-ts","_lower":"salbert.comment-ts"},"activationEvent":"onLanguage:typescript"}
[2021-06-13 14:27:08.088] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/salbert.comment-ts-1.0.21/out/src/extension
[2021-06-13 14:27:08.290] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode.js-debug {"startup":false,"extensionId":{"value":"ms-vscode.js-debug","_lower":"ms-vscode.js-debug"},"activationEvent":"onCommand:extension.js-debug.clearAutoAttachVariables"}
[2021-06-13 14:27:08.290] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/ms-vscode.js-debug/src/extension.js
[2021-06-13 14:27:08.373] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch {"startup":false,"extensionId":{"value":"vscode.debug-auto-launch","_lower":"vscode.debug-auto-launch"},"activationEvent":"*"}
[2021-06-13 14:27:08.373] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/debug-auto-launch/dist/extension
[2021-06-13 14:27:08.376] [exthost] [info] ExtensionService#_doActivateExtension vscode.git {"startup":false,"extensionId":{"value":"vscode.github","_lower":"vscode.github"},"activationEvent":"*"}
[2021-06-13 14:27:08.377] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/git/dist/main
[2021-06-13 14:27:08.392] [exthost] [info] ExtensionService#_doActivateExtension ban.spellright {"startup":false,"extensionId":{"value":"ban.spellright","_lower":"ban.spellright"},"activationEvent":"*"}
[2021-06-13 14:27:08.392] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/ban.spellright-3.0.58/src/extension
[2021-06-13 14:27:08.395] [exthost] [info] ExtensionService#_doActivateExtension CoenraadS.bracket-pair-colorizer-2 {"startup":false,"extensionId":{"value":"CoenraadS.bracket-pair-colorizer-2","_lower":"coenraads.bracket-pair-colorizer-2"},"activationEvent":"*"}
[2021-06-13 14:27:08.395] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/coenraads.bracket-pair-colorizer-2-0.2.0/out/src/extension
[2021-06-13 14:27:08.429] [exthost] [info] ExtensionService#_doActivateExtension ctf0.show-unsaved-changes {"startup":false,"extensionId":{"value":"ctf0.show-unsaved-changes","_lower":"ctf0.show-unsaved-changes"},"activationEvent":"*"}
[2021-06-13 14:27:08.429] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/ctf0.show-unsaved-changes-0.0.9/extension.js
[2021-06-13 14:27:08.435] [exthost] [info] ExtensionService#_doActivateExtension Fooxly.workspace {"startup":false,"extensionId":{"value":"Fooxly.workspace","_lower":"fooxly.workspace"},"activationEvent":"*"}
[2021-06-13 14:27:08.435] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/fooxly.workspace-1.1.2/out/extension.js
[2021-06-13 14:27:08.438] [exthost] [info] ExtensionService#_doActivateExtension gencer.html-slim-scss-css-class-completion {"startup":false,"extensionId":{"value":"gencer.html-slim-scss-css-class-completion","_lower":"gencer.html-slim-scss-css-class-completion"},"activationEvent":"*"}
[2021-06-13 14:27:08.438] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/gencer.html-slim-scss-css-class-completion-1.7.8/dist/extension
[2021-06-13 14:27:08.547] [exthost] [info] ExtensionService#_doActivateExtension HaaLeo.timing {"startup":false,"extensionId":{"value":"HaaLeo.timing","_lower":"haaleo.timing"},"activationEvent":"*"}
[2021-06-13 14:27:08.547] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/haaleo.timing-2.6.0/dist/timing
[2021-06-13 14:27:08.571] [exthost] [info] ExtensionService#_doActivateExtension HookyQR.beautify {"startup":false,"extensionId":{"value":"HookyQR.beautify","_lower":"hookyqr.beautify"},"activationEvent":"*"}
[2021-06-13 14:27:08.571] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/hookyqr.beautify-1.5.0/extension
[2021-06-13 14:27:08.620] [exthost] [info] ExtensionService#_doActivateExtension ionutvmi.path-autocomplete {"startup":false,"extensionId":{"value":"ionutvmi.path-autocomplete","_lower":"ionutvmi.path-autocomplete"},"activationEvent":"*"}
[2021-06-13 14:27:08.620] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/ionutvmi.path-autocomplete-1.17.1/out/src/extension
[2021-06-13 14:27:08.634] [exthost] [info] ExtensionService#_doActivateExtension Oigene.sessions {"startup":false,"extensionId":{"value":"Oigene.sessions","_lower":"oigene.sessions"},"activationEvent":"*"}
[2021-06-13 14:27:08.634] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/oigene.sessions-1.0.1/out/extension.js
[2021-06-13 14:27:08.636] [exthost] [info] ExtensionService#_doActivateExtension stephen-riley.regexworkbench {"startup":false,"extensionId":{"value":"stephen-riley.regexworkbench","_lower":"stephen-riley.regexworkbench"},"activationEvent":"*"}
[2021-06-13 14:27:08.636] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/stephen-riley.regexworkbench-2.0.5/out/extension.js
[2021-06-13 14:27:08.647] [exthost] [info] ExtensionService#_doActivateExtension vscode-icons-team.vscode-icons {"startup":false,"extensionId":{"value":"vscode-icons-team.vscode-icons","_lower":"vscode-icons-team.vscode-icons"},"activationEvent":"*"}
[2021-06-13 14:27:08.648] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/vscode-icons-team.vscode-icons-11.4.0/dist/src/vscode-icons.bundle.js
[2021-06-13 14:27:08.688] [exthost] [info] ExtensionService#_doActivateExtension vsls-contrib.gistfs {"startup":false,"extensionId":{"value":"vsls-contrib.gistfs","_lower":"vsls-contrib.gistfs"},"activationEvent":"*"}
[2021-06-13 14:27:08.689] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/vsls-contrib.gistfs-0.2.8/out/prod/extension.js
[2021-06-13 14:27:08.738] [exthost] [info] ExtensionService#_doActivateExtension xyz.local-history {"startup":false,"extensionId":{"value":"xyz.local-history","_lower":"xyz.local-history"},"activationEvent":"*"}
[2021-06-13 14:27:08.738] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/xyz.local-history-1.8.1/out/src/extension
[2021-06-13 14:27:08.777] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication {"startup":false,"extensionId":{"value":"vscode.github-authentication","_lower":"vscode.github-authentication"},"activationEvent":"onAuthenticationRequest:github"}
[2021-06-13 14:27:08.777] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/github-authentication/dist/extension.js
[2021-06-13 14:27:08.816] [exthost] [info] ExtensionService#_doActivateExtension yzhang.markdown-all-in-one {"startup":true,"extensionId":{"value":"yzhang.markdown-all-in-one","_lower":"yzhang.markdown-all-in-one"},"activationEvent":"workspaceContains:README.md"}
[2021-06-13 14:27:08.816] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/yzhang.markdown-all-in-one-3.4.0/dist/extension
[2021-06-13 14:27:09.816] [exthost] [info] ExtensionService#_doActivateExtension pranaygp.vscode-css-peek {"startup":true,"extensionId":{"value":"pranaygp.vscode-css-peek","_lower":"pranaygp.vscode-css-peek"},"activationEvent":"workspaceContains:**/*.css,**/*.scss,**/*.sass,**/*.less"}
[2021-06-13 14:27:09.817] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/pranaygp.vscode-css-peek-4.2.0/client/out/extension
[2021-06-13 14:27:09.918] [exthost] [info] ExtensionService#_doActivateExtension codespaces-contrib.codeswing {"startup":false,"extensionId":{"value":"vsls-contrib.gistfs","_lower":"vsls-contrib.gistfs"},"activationEvent":"api"}
[2021-06-13 14:27:09.918] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/codespaces-contrib.codeswing-0.0.16/dist/extension.js
[2021-06-13 14:27:10.516] [exthost] [info] ExtensionService#_doActivateExtension SonarSource.sonarlint-vscode {"startup":false,"extensionId":{"value":"SonarSource.sonarlint-vscode","_lower":"sonarsource.sonarlint-vscode"},"activationEvent":"onLanguage:javascript"}
[2021-06-13 14:27:10.516] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/sonarsource.sonarlint-vscode-2.0.0/dist/extension Extensions DisabledDevtools Ouput - Extensions disabledSome messages have been moved to the Issues panel.
14:44:35.284 electron/js2c/renderer_init.js:65 The vm module of Node.js is deprecated in the renderer process and will be removed.
t._load @ electron/js2c/renderer_init.js:65
14:44:36.495 log.ts:296 ERR Cannot read property 'root' of undefined: TypeError: Cannot read property 'root' of undefined
at Jt.refreshTree (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2416:57106)
at Jt.renderTree (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2416:56907)
at file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2416:38051
at n.fire (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:60:1835)
at updateWorkspaceTrust (file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2863:130276)
at async file:///C:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2863:127177
14:44:36.562 log.ts:290 WARN Settings pattern "keyboard.*" doesn't match any settings
14:44:37.481 console.ts:137 [Extension Host] (node:31252) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.(Use `Code --trace-deprecation ...` to show where the warning was created)
S @ console.ts:137
14:44:38.354 log.ts:290 WARN Settings pattern "keyboard.*" doesn't match any settings
14:44:39.228 log.ts:290 WARN Settings pattern "keyboard.*" doesn't match any settings
14:44:40.056 log.ts:290 WARN Settings pattern "keyboard.*" doesn't match any settings
14:46:27.498 event.ts:24 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
onFirstListenerAdd @ event.ts:24
_event._event @ event.ts:563
(anonymous) @ event.ts:56
onFirstListenerAdd @ event.ts:117
_event._event @ event.ts:563
x @ listWidget.ts:566
createMouseController @ listWidget.ts:1311
Y @ listWidget.ts:1296
_ @ listService.ts:227
_createInstance @ instantiationService.ts:110
createInstance @ instantiationService.ts:76
createNotificationsList @ notificationsList.ts:78
show @ notificationsList.ts:52
show @ notificationsCenter.ts:89
(anonymous) @ notificationsCommands.ts:81
invokeFunction @ instantiationService.ts:61
_tryExecuteCommand @ commandService.ts:84
(anonymous) @ commandService.ts:73 Extension Host Ouput - Extensions disabled[2021-06-13 14:27:07.184] [exthost] [info] extension host started
[2021-06-13 14:27:07.236] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication {"startup":false,"extensionId":{"value":"vscode.microsoft-authentication","_lower":"vscode.microsoft-authentication"},"activationEvent":"onAuthenticationRequest:microsoft"}
[2021-06-13 14:27:07.236] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/microsoft-authentication/dist/extension.js
[2021-06-13 14:27:07.248] [exthost] [info] ExtensionService#_doActivateExtension vscode.configuration-editing {"startup":false,"extensionId":{"value":"vscode.configuration-editing","_lower":"vscode.configuration-editing"},"activationEvent":"onLanguage:json"}
[2021-06-13 14:27:07.249] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/configuration-editing/dist/configurationEditingMain
[2021-06-13 14:27:07.255] [exthost] [info] ExtensionService#_doActivateExtension vscode.extension-editing {"startup":false,"extensionId":{"value":"vscode.extension-editing","_lower":"vscode.extension-editing"},"activationEvent":"onLanguage:json"}
[2021-06-13 14:27:07.255] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/extension-editing/dist/extensionEditingMain
[2021-06-13 14:27:07.262] [exthost] [info] ExtensionService#_doActivateExtension vscode.json-language-features {"startup":false,"extensionId":{"value":"vscode.json-language-features","_lower":"vscode.json-language-features"},"activationEvent":"onLanguage:json"}
[2021-06-13 14:27:07.263] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/json-language-features/client/dist/node/jsonClientMain
[2021-06-13 14:27:07.282] [exthost] [info] ExtensionService#_doActivateExtension vscode.npm {"startup":false,"extensionId":{"value":"vscode.npm","_lower":"vscode.npm"},"activationEvent":"onLanguage:json"}
[2021-06-13 14:27:07.282] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/npm/dist/npmMain
[2021-06-13 14:27:07.298] [exthost] [info] ExtensionService#_doActivateExtension eg2.vscode-npm-script {"startup":false,"extensionId":{"value":"eg2.vscode-npm-script","_lower":"eg2.vscode-npm-script"},"activationEvent":"onLanguage:json"}
[2021-06-13 14:27:07.298] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/eg2.vscode-npm-script-0.3.22/dist/extension
[2021-06-13 14:27:07.306] [exthost] [info] ExtensionService#_doActivateExtension vscode.typescript-language-features {"startup":false,"extensionId":{"value":"SonarSource.sonarlint-vscode","_lower":"sonarsource.sonarlint-vscode"},"activationEvent":"onLanguage:javascript"}
[2021-06-13 14:27:07.306] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/typescript-language-features/dist/extension
[2021-06-13 14:27:07.318] [exthost] [info] ExtensionService#_doActivateExtension jamesohortle.unicodehover {"startup":false,"extensionId":{"value":"jamesohortle.unicodehover","_lower":"jamesohortle.unicodehover"},"activationEvent":"onLanguage:javascript"}
[2021-06-13 14:27:07.318] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/jamesohortle.unicodehover-0.2.1/out/extension
[2021-06-13 14:27:07.508] [exthost] [info] ExtensionService#_doActivateExtension VisualStudioExptTeam.vscodeintellicode {"startup":false,"extensionId":{"value":"VisualStudioExptTeam.vscodeintellicode","_lower":"visualstudioexptteam.vscodeintellicode"},"activationEvent":"onLanguage:javascript"}
[2021-06-13 14:27:07.508] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/visualstudioexptteam.vscodeintellicode-1.2.14/dist/intellicode
[2021-06-13 14:27:07.541] [exthost] [info] ExtensionService#_doActivateExtension wix.vscode-import-cost {"startup":false,"extensionId":{"value":"wix.vscode-import-cost","_lower":"wix.vscode-import-cost"},"activationEvent":"onLanguage:javascript"}
[2021-06-13 14:27:07.542] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/wix.vscode-import-cost-2.15.0/out/extension.js
[2021-06-13 14:27:08.088] [exthost] [info] ExtensionService#_doActivateExtension salbert.comment-ts {"startup":false,"extensionId":{"value":"salbert.comment-ts","_lower":"salbert.comment-ts"},"activationEvent":"onLanguage:typescript"}
[2021-06-13 14:27:08.088] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/salbert.comment-ts-1.0.21/out/src/extension
[2021-06-13 14:27:08.290] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode.js-debug {"startup":false,"extensionId":{"value":"ms-vscode.js-debug","_lower":"ms-vscode.js-debug"},"activationEvent":"onCommand:extension.js-debug.clearAutoAttachVariables"}
[2021-06-13 14:27:08.290] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/ms-vscode.js-debug/src/extension.js
[2021-06-13 14:27:08.373] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch {"startup":false,"extensionId":{"value":"vscode.debug-auto-launch","_lower":"vscode.debug-auto-launch"},"activationEvent":"*"}
[2021-06-13 14:27:08.373] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/debug-auto-launch/dist/extension
[2021-06-13 14:27:08.376] [exthost] [info] ExtensionService#_doActivateExtension vscode.git {"startup":false,"extensionId":{"value":"vscode.github","_lower":"vscode.github"},"activationEvent":"*"}
[2021-06-13 14:27:08.377] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/git/dist/main
[2021-06-13 14:27:08.392] [exthost] [info] ExtensionService#_doActivateExtension ban.spellright {"startup":false,"extensionId":{"value":"ban.spellright","_lower":"ban.spellright"},"activationEvent":"*"}
[2021-06-13 14:27:08.392] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/ban.spellright-3.0.58/src/extension
[2021-06-13 14:27:08.395] [exthost] [info] ExtensionService#_doActivateExtension CoenraadS.bracket-pair-colorizer-2 {"startup":false,"extensionId":{"value":"CoenraadS.bracket-pair-colorizer-2","_lower":"coenraads.bracket-pair-colorizer-2"},"activationEvent":"*"}
[2021-06-13 14:27:08.395] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/coenraads.bracket-pair-colorizer-2-0.2.0/out/src/extension
[2021-06-13 14:27:08.429] [exthost] [info] ExtensionService#_doActivateExtension ctf0.show-unsaved-changes {"startup":false,"extensionId":{"value":"ctf0.show-unsaved-changes","_lower":"ctf0.show-unsaved-changes"},"activationEvent":"*"}
[2021-06-13 14:27:08.429] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/ctf0.show-unsaved-changes-0.0.9/extension.js
[2021-06-13 14:27:08.435] [exthost] [info] ExtensionService#_doActivateExtension Fooxly.workspace {"startup":false,"extensionId":{"value":"Fooxly.workspace","_lower":"fooxly.workspace"},"activationEvent":"*"}
[2021-06-13 14:27:08.435] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/fooxly.workspace-1.1.2/out/extension.js
[2021-06-13 14:27:08.438] [exthost] [info] ExtensionService#_doActivateExtension gencer.html-slim-scss-css-class-completion {"startup":false,"extensionId":{"value":"gencer.html-slim-scss-css-class-completion","_lower":"gencer.html-slim-scss-css-class-completion"},"activationEvent":"*"}
[2021-06-13 14:27:08.438] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/gencer.html-slim-scss-css-class-completion-1.7.8/dist/extension
[2021-06-13 14:27:08.547] [exthost] [info] ExtensionService#_doActivateExtension HaaLeo.timing {"startup":false,"extensionId":{"value":"HaaLeo.timing","_lower":"haaleo.timing"},"activationEvent":"*"}
[2021-06-13 14:27:08.547] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/haaleo.timing-2.6.0/dist/timing
[2021-06-13 14:27:08.571] [exthost] [info] ExtensionService#_doActivateExtension HookyQR.beautify {"startup":false,"extensionId":{"value":"HookyQR.beautify","_lower":"hookyqr.beautify"},"activationEvent":"*"}
[2021-06-13 14:27:08.571] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/hookyqr.beautify-1.5.0/extension
[2021-06-13 14:27:08.620] [exthost] [info] ExtensionService#_doActivateExtension ionutvmi.path-autocomplete {"startup":false,"extensionId":{"value":"ionutvmi.path-autocomplete","_lower":"ionutvmi.path-autocomplete"},"activationEvent":"*"}
[2021-06-13 14:27:08.620] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/ionutvmi.path-autocomplete-1.17.1/out/src/extension
[2021-06-13 14:27:08.634] [exthost] [info] ExtensionService#_doActivateExtension Oigene.sessions {"startup":false,"extensionId":{"value":"Oigene.sessions","_lower":"oigene.sessions"},"activationEvent":"*"}
[2021-06-13 14:27:08.634] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/oigene.sessions-1.0.1/out/extension.js
[2021-06-13 14:27:08.636] [exthost] [info] ExtensionService#_doActivateExtension stephen-riley.regexworkbench {"startup":false,"extensionId":{"value":"stephen-riley.regexworkbench","_lower":"stephen-riley.regexworkbench"},"activationEvent":"*"}
[2021-06-13 14:27:08.636] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/stephen-riley.regexworkbench-2.0.5/out/extension.js
[2021-06-13 14:27:08.647] [exthost] [info] ExtensionService#_doActivateExtension vscode-icons-team.vscode-icons {"startup":false,"extensionId":{"value":"vscode-icons-team.vscode-icons","_lower":"vscode-icons-team.vscode-icons"},"activationEvent":"*"}
[2021-06-13 14:27:08.648] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/vscode-icons-team.vscode-icons-11.4.0/dist/src/vscode-icons.bundle.js
[2021-06-13 14:27:08.688] [exthost] [info] ExtensionService#_doActivateExtension vsls-contrib.gistfs {"startup":false,"extensionId":{"value":"vsls-contrib.gistfs","_lower":"vsls-contrib.gistfs"},"activationEvent":"*"}
[2021-06-13 14:27:08.689] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/vsls-contrib.gistfs-0.2.8/out/prod/extension.js
[2021-06-13 14:27:08.738] [exthost] [info] ExtensionService#_doActivateExtension xyz.local-history {"startup":false,"extensionId":{"value":"xyz.local-history","_lower":"xyz.local-history"},"activationEvent":"*"}
[2021-06-13 14:27:08.738] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/xyz.local-history-1.8.1/out/src/extension
[2021-06-13 14:27:08.777] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication {"startup":false,"extensionId":{"value":"vscode.github-authentication","_lower":"vscode.github-authentication"},"activationEvent":"onAuthenticationRequest:github"}
[2021-06-13 14:27:08.777] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/github-authentication/dist/extension.js
[2021-06-13 14:27:08.816] [exthost] [info] ExtensionService#_doActivateExtension yzhang.markdown-all-in-one {"startup":true,"extensionId":{"value":"yzhang.markdown-all-in-one","_lower":"yzhang.markdown-all-in-one"},"activationEvent":"workspaceContains:README.md"}
[2021-06-13 14:27:08.816] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/yzhang.markdown-all-in-one-3.4.0/dist/extension
[2021-06-13 14:27:09.816] [exthost] [info] ExtensionService#_doActivateExtension pranaygp.vscode-css-peek {"startup":true,"extensionId":{"value":"pranaygp.vscode-css-peek","_lower":"pranaygp.vscode-css-peek"},"activationEvent":"workspaceContains:**/*.css,**/*.scss,**/*.sass,**/*.less"}
[2021-06-13 14:27:09.817] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/pranaygp.vscode-css-peek-4.2.0/client/out/extension
[2021-06-13 14:27:09.918] [exthost] [info] ExtensionService#_doActivateExtension codespaces-contrib.codeswing {"startup":false,"extensionId":{"value":"vsls-contrib.gistfs","_lower":"vsls-contrib.gistfs"},"activationEvent":"api"}
[2021-06-13 14:27:09.918] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/codespaces-contrib.codeswing-0.0.16/dist/extension.js
[2021-06-13 14:27:10.516] [exthost] [info] ExtensionService#_doActivateExtension SonarSource.sonarlint-vscode {"startup":false,"extensionId":{"value":"SonarSource.sonarlint-vscode","_lower":"sonarsource.sonarlint-vscode"},"activationEvent":"onLanguage:javascript"}
[2021-06-13 14:27:10.516] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/.vscode/extensions/sonarsource.sonarlint-vscode-2.0.0/dist/extension
[2021-06-13 14:44:38.303] [exthost] [info] extension host started
[2021-06-13 14:44:38.534] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication {"startup":false,"extensionId":{"value":"vscode.microsoft-authentication","_lower":"vscode.microsoft-authentication"},"activationEvent":"onAuthenticationRequest:microsoft"}
[2021-06-13 14:44:38.534] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/microsoft-authentication/dist/extension.js
[2021-06-13 14:44:38.549] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch {"startup":true,"extensionId":{"value":"vscode.debug-auto-launch","_lower":"vscode.debug-auto-launch"},"activationEvent":"*"}
[2021-06-13 14:44:38.549] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/debug-auto-launch/dist/extension
[2021-06-13 14:44:38.553] [exthost] [info] ExtensionService#_doActivateExtension vscode.git {"startup":true,"extensionId":{"value":"vscode.github","_lower":"vscode.github"},"activationEvent":"*"}
[2021-06-13 14:44:38.553] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/git/dist/main
[2021-06-13 14:44:38.569] [exthost] [info] ExtensionService#_doActivateExtension vscode.npm {"startup":true,"extensionId":{"value":"vscode.npm","_lower":"vscode.npm"},"activationEvent":"workspaceContains:package.json"}
[2021-06-13 14:44:38.569] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/npm/dist/npmMain
[2021-06-13 14:44:39.209] [exthost] [info] ExtensionService#_doActivateExtension vscode.github {"startup":true,"extensionId":{"value":"vscode.github","_lower":"vscode.github"},"activationEvent":"*"}
[2021-06-13 14:44:39.210] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/github/dist/extension.js
[2021-06-13 14:44:39.433] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode.js-debug {"startup":false,"extensionId":{"value":"ms-vscode.js-debug","_lower":"ms-vscode.js-debug"},"activationEvent":"onCommand:extension.js-debug.clearAutoAttachVariables"}
[2021-06-13 14:44:39.433] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/ms-vscode.js-debug/src/extension.js
[2021-06-13 14:44:39.699] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication {"startup":false,"extensionId":{"value":"vscode.github-authentication","_lower":"vscode.github-authentication"},"activationEvent":"onAuthenticationRequest:github"}
[2021-06-13 14:44:39.700] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/github-authentication/dist/extension.js
[2021-06-13 14:44:39.773] [exthost] [info] eager extensions activated
[2021-06-13 14:44:39.782] [exthost] [info] ExtensionService#_doActivateExtension vscode.emmet {"startup":false,"extensionId":{"value":"vscode.emmet","_lower":"vscode.emmet"},"activationEvent":"onStartupFinished"}
[2021-06-13 14:44:39.782] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/emmet/dist/node/emmetNodeMain
[2021-06-13 14:44:39.788] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict {"startup":false,"extensionId":{"value":"vscode.merge-conflict","_lower":"vscode.merge-conflict"},"activationEvent":"onStartupFinished"}
[2021-06-13 14:44:39.788] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/merge-conflict/dist/mergeConflictMain
[2021-06-13 14:44:39.793] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode-remote.remote-wsl-recommender {"startup":false,"extensionId":{"value":"ms-vscode-remote.remote-wsl-recommender","_lower":"ms-vscode-remote.remote-wsl-recommender"},"activationEvent":"onStartupFinished"}
[2021-06-13 14:44:39.794] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/ms-vscode-remote.remote-wsl-recommender/dist/extension.js
[2021-06-13 14:44:39.803] [exthost] [info] ExtensionService#_doActivateExtension vscode.testing-editor-contributions {"startup":false,"extensionId":{"value":"vscode.testing-editor-contributions","_lower":"vscode.testing-editor-contributions"},"activationEvent":"onStartupFinished"}
[2021-06-13 14:44:39.803] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/user/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/testing-editor-contributions/dist/extension.js I'm going to check enabling/disabling each extension now, I'm prematurely contributing with logs since the issue already was filed. Version: 1.57.0 (user setup) |
Possible duplicate of #125989 |
I found the culprit to be GistPad vsls-contrib.gistfs in my case. |
Sorry for the slow response (weekend), I'm trying to untangle the thread here. @oscarrutt
@liquidia
@depascalis
|
I'm on macOS 10.11.6 < 10.12. More soon. |
Log file attached. I launched 1.57.0 normally, with extensions as usual. Toggled dev tools window, saved contents to the attached file. |
I'm not using GistPad vsls-contrib.gistfs but I too have the problem. Are you saying you disabled GistPad vsls-contrib.gistfs and are no longer getting a crashing extension host? |
Yes. I launched as directed. First a dialog appeared saying that all extensions were disabled. A few seconds later another dialog appeared, the same as in the original post, saying that the extension host had terminated unexpectedly. New log file attached resulting from this launch. |
I happened to just now be testing VSC-insiders 1.58.0, latest overnight (see below) and it also crashes the extension host. Version: 1.58.0-insider |
@oscarrutt Thank you for the additional information. Sorry about my confusion, I misread the OS version and mixed it up. Indeed Darwin 15.6.0 is macOS 10.11.6, so you are hitting #125989 . Let's track in #125989 |
Yes disabling GistPad kept the extension host from crashing in my case. Please run the Extension Bisect command to determine which extension is causing the crash in your case. @alexdima The author of GistPad is unable to reproduce the issue at the moment, so the issue might be more complex. Is there anything more I can contribute with to help with the issue? |
Issue Type: Bug
This behavior began today probably after a relaunch allowed VSC to automatically update itself to 1.57.0.
Launch Visual Studio Code 1.57.0 on macOS
Observe the pop-up dialog box that says, "Extension host terminated unexpectedly. *Open Developer Tools (button) and *Restart Extension Host (button).
Observe that none of the extensions work.
Click on Restart Extension Host.
Go to 1. or 2.
Version: 1.57.0
Commit: b4c1bd0
Date: 2021-06-09T17:22:31.215Z
Electron: 12.0.9
Chrome: 89.0.4389.128
Node.js: 14.16.0
V8: 8.9.255.25-electron.0
OS: Darwin x64 15.6.0
VS Code version: Code 1.57.0 (b4c1bd0, 2021-06-09T17:22:31.215Z)
OS version: Darwin x64 15.6.0
Restricted Mode: No
System Info
gpu_compositing: disabled_software
metal: disabled_off
multiple_raster_threads: disabled_off
oop_rasterization: disabled_off
opengl: disabled_off
rasterization: disabled_software
skia_renderer: disabled_off_ok
video_decode: disabled_software
webgl: unavailable_software
webgl2: unavailable_software
Extensions (44)
(4 theme extensions excluded)
A/B Experiments
The text was updated successfully, but these errors were encountered: