Skip to content
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

Potential race condition issue when installing the Python extension #124870

Closed
luabud opened this issue May 28, 2021 · 5 comments
Closed

Potential race condition issue when installing the Python extension #124870

luabud opened this issue May 28, 2021 · 5 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug extensions Issues concerning extensions verified Verification succeeded
Milestone

Comments

@luabud
Copy link
Member

luabud commented May 28, 2021

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

  • VS Code Version: 1.56.2
  • OS Version: Windows 10

Hi there!

When running user studies we noticed that a lot of users when installing the Python extension for the first time saw this notification about Pylance (that is now automatically installed with the Python extension):

image

The Python extension seems to start activation after Pylance tries to activate, or something like that. There are some failures in the logs below which I don't completely understand. But the problem is that right now on first install, a lot of users are having to reload the window to start using IntelliSense, which isn't ideal :(

I was also able to repro this by uninstalling the Python extension, then installing it again and opening a Python file to trigger activation.

If the solution would need to go in the Python extension side, I'm happy to move this issue to our repo. Just figured I'd get some light from you on how we can solve this 😊

Log (Extension Host)

[2021-05-26 07:36:59.769] [exthost] [info] extension host started
[2021-05-26 07:37:00.119] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication {"startup":false,"extensionId":{"value":"vscode.microsoft-authentication","_lower":"vscode.microsoft-authentication"},"activationEvent":"onAuthenticationRequest:microsoft"}
[2021-05-26 07:37:00.119] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/microsoft-authentication/dist/extension.js
[2021-05-26 07:37:00.161] [exthost] [info] ExtensionService#_doActivateExtension ms-toolsai.jupyter {"startup":false,"extensionId":{"value":"ms-toolsai.jupyter","_lower":"ms-toolsai.jupyter"},"activationEvent":"onLanguage:python"}
[2021-05-26 07:37:00.161] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/ms-toolsai.jupyter-2021.6.832593372/out/client/extension
[2021-05-26 07:37:00.530] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch {"startup":true,"extensionId":{"value":"vscode.debug-auto-launch","_lower":"vscode.debug-auto-launch"},"activationEvent":"*"}
[2021-05-26 07:37:00.530] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/debug-auto-launch/dist/extension
[2021-05-26 07:37:00.539] [exthost] [info] ExtensionService#_doActivateExtension vscode.git {"startup":true,"extensionId":{"value":"vscode.github","_lower":"vscode.github"},"activationEvent":"*"}
[2021-05-26 07:37:00.539] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/git/dist/main
[2021-05-26 07:37:00.564] [exthost] [info] ExtensionService#_doActivateExtension GitHub.codespaces {"startup":true,"extensionId":{"value":"GitHub.codespaces","_lower":"github.codespaces"},"activationEvent":"*"}
[2021-05-26 07:37:00.564] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/github.codespaces-0.10.3/out/bundle/extension-bundle.js
[2021-05-26 07:37:01.421] [exthost] [info] ExtensionService#_doActivateExtension hoovercj.vscode-power-mode {"startup":true,"extensionId":{"value":"hoovercj.vscode-power-mode","_lower":"hoovercj.vscode-power-mode"},"activationEvent":"*"}
[2021-05-26 07:37:01.421] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/hoovercj.vscode-power-mode-2.2.0/out/src/extension
[2021-05-26 07:37:01.776] [exthost] [info] ExtensionService#_doActivateExtension ms-vsliveshare.vsliveshare {"startup":true,"extensionId":{"value":"ms-vsliveshare.vsliveshare","_lower":"ms-vsliveshare.vsliveshare"},"activationEvent":"*"}
[2021-05-26 07:37:01.776] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/ms-vsliveshare.vsliveshare-1.0.4272/out/prod/extension-prod
[2021-05-26 07:37:02.509] [exthost] [info] ExtensionService#_doActivateExtension tonybaloney.vscode-pets {"startup":true,"extensionId":{"value":"tonybaloney.vscode-pets","_lower":"tonybaloney.vscode-pets"},"activationEvent":"*"}
[2021-05-26 07:37:02.509] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/tonybaloney.vscode-pets-1.8.0/out/extension/extension.js
[2021-05-26 07:37:02.533] [exthost] [info] ExtensionService#_doActivateExtension zhuangtongfa.material-theme {"startup":true,"extensionId":{"value":"zhuangtongfa.material-theme","_lower":"zhuangtongfa.material-theme"},"activationEvent":"*"}
[2021-05-26 07:37:02.533] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/zhuangtongfa.material-theme-3.10.14/out/extension.js
[2021-05-26 07:37:03.047] [exthost] [info] ExtensionService#_doActivateExtension vscode.configuration-editing {"startup":false,"extensionId":{"value":"vscode.configuration-editing","_lower":"vscode.configuration-editing"},"activationEvent":"onLanguage:jsonc"}
[2021-05-26 07:37:03.047] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/configuration-editing/dist/configurationEditingMain
[2021-05-26 07:37:03.060] [exthost] [info] ExtensionService#_doActivateExtension vscode.json-language-features {"startup":false,"extensionId":{"value":"vscode.json-language-features","_lower":"vscode.json-language-features"},"activationEvent":"onLanguage:jsonc"}
[2021-05-26 07:37:03.060] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/json-language-features/client/dist/node/jsonClientMain
[2021-05-26 07:37:03.082] [exthost] [info] ExtensionService#_doActivateExtension vscode.typescript-language-features {"startup":false,"extensionId":{"value":"vscode.typescript-language-features","_lower":"vscode.typescript-language-features"},"activationEvent":"onLanguage:jsonc"}
[2021-05-26 07:37:03.082] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/typescript-language-features/dist/extension
[2021-05-26 07:37:03.121] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication {"startup":false,"extensionId":{"value":"GitHub.codespaces","_lower":"github.codespaces"},"activationEvent":"api"}
[2021-05-26 07:37:03.121] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/github-authentication/dist/extension.js
[2021-05-26 07:37:03.645] [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-05-26 07:37:03.645] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/ms-vscode.js-debug/src/extension.js
[2021-05-26 07:37:03.759] [exthost] [info] ExtensionService#_doActivateExtension vscode.github {"startup":false,"extensionId":{"value":"vscode.github","_lower":"vscode.github"},"activationEvent":"*"}
[2021-05-26 07:37:03.759] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/github/dist/extension.js
[2021-05-26 07:37:03.769] [exthost] [info] ExtensionService#_doActivateExtension ms-python.python {"startup":false,"extensionId":{"value":"ms-python.vscode-pylance","_lower":"ms-python.vscode-pylance"},"activationEvent":"onLanguage:python"}
[2021-05-26 07:37:03.769] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/ms-python.python-2021.6.834355108-dev/out/client/extension
[2021-05-26 07:37:09.840] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict {"startup":false,"extensionId":{"value":"vscode.merge-conflict","_lower":"vscode.merge-conflict"},"activationEvent":"onStartupFinished"}
[2021-05-26 07:37:09.840] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/merge-conflict/dist/mergeConflictMain
[2021-05-26 07:37:09.860] [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-05-26 07:37:09.860] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/ms-vscode-remote.remote-wsl-recommender/dist/extension.js
[2021-05-26 07:37:09.874] [exthost] [info] ExtensionService#_doActivateExtension vscode.testing-editor-contributions {"startup":false,"extensionId":{"value":"vscode.testing-editor-contributions","_lower":"vscode.testing-editor-contributions"},"activationEvent":"onStartupFinished"}
[2021-05-26 07:37:09.874] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/testing-editor-contributions/dist/extension.js
[2021-05-26 07:37:09.879] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode-remote.remote-containers {"startup":false,"extensionId":{"value":"ms-vscode-remote.remote-containers","_lower":"ms-vscode-remote.remote-containers"},"activationEvent":"onStartupFinished"}
[2021-05-26 07:37:09.879] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/ms-vscode-remote.remote-containers-0.177.2/dist/extension/extension
[2021-05-26 07:37:10.026] [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-05-26 07:37:10.026] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/ms-vscode-remote.remote-wsl-0.56.2/dist/extension
[2021-05-26 07:37:10.766] [exthost] [info] eager extensions activated
[2021-05-26 07:37:10.797] [exthost] [info] ExtensionService#_doActivateExtension ms-python.vscode-pylance {"startup":false,"extensionId":{"value":"ms-python.vscode-pylance","_lower":"ms-python.vscode-pylance"},"activationEvent":"onLanguage:python"}
[2021-05-26 07:37:10.797] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/ms-python.vscode-pylance-2021.5.3/dist/extension.bundle.js
[2021-05-26 13:07:31.430] [exthost] [error] [ms-python.python] provider FAILED
[2021-05-26 13:07:31.431] [exthost] [error] Canceled: Canceled
    at E.makeCancelError (c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:183409)
    at E.handleFailedRequest (c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:183260)
    at c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:151121
[2021-05-26 13:07:43.339] [exthost] [error] [ms-python.python] provider FAILED
[2021-05-26 13:07:43.339] [exthost] [error] Canceled: Canceled
    at E.makeCancelError (c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:183409)
    at E.handleFailedRequest (c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:183260)
    at c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:143602
[2021-05-26 13:07:46.895] [exthost] [error] [ms-python.python] provider FAILED
[2021-05-26 13:07:46.895] [exthost] [error] Canceled: Canceled
    at E.makeCancelError (c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:183409)
    at E.handleFailedRequest (c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:183260)
    at c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:143602
[2021-05-26 13:09:02.822] [exthost] [info] extension host terminating: received terminate message from renderer
[2021-05-26 13:09:03.971] [exthost] [info] exiting with code 0
[2021-05-26 13:09:05.428] [exthost] [info] extension host started
[2021-05-26 13:09:05.673] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication {"startup":false,"extensionId":{"value":"vscode.microsoft-authentication","_lower":"vscode.microsoft-authentication"},"activationEvent":"onAuthenticationRequest:microsoft"}
[2021-05-26 13:09:05.673] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/microsoft-authentication/dist/extension.js
[2021-05-26 13:09:05.693] [exthost] [info] ExtensionService#_doActivateExtension ms-toolsai.jupyter {"startup":false,"extensionId":{"value":"ms-toolsai.jupyter","_lower":"ms-toolsai.jupyter"},"activationEvent":"onLanguage:python"}
[2021-05-26 13:09:05.693] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/ms-toolsai.jupyter-2021.6.832593372/out/client/extension
[2021-05-26 13:09:06.035] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch {"startup":true,"extensionId":{"value":"vscode.debug-auto-launch","_lower":"vscode.debug-auto-launch"},"activationEvent":"*"}
[2021-05-26 13:09:06.035] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/debug-auto-launch/dist/extension
[2021-05-26 13:09:06.048] [exthost] [info] ExtensionService#_doActivateExtension vscode.git {"startup":true,"extensionId":{"value":"vscode.github","_lower":"vscode.github"},"activationEvent":"*"}
[2021-05-26 13:09:06.048] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/git/dist/main
[2021-05-26 13:09:06.073] [exthost] [info] ExtensionService#_doActivateExtension GitHub.codespaces {"startup":true,"extensionId":{"value":"GitHub.codespaces","_lower":"github.codespaces"},"activationEvent":"*"}
[2021-05-26 13:09:06.073] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/github.codespaces-0.10.3/out/bundle/extension-bundle.js
[2021-05-26 13:09:06.930] [exthost] [info] ExtensionService#_doActivateExtension hoovercj.vscode-power-mode {"startup":true,"extensionId":{"value":"hoovercj.vscode-power-mode","_lower":"hoovercj.vscode-power-mode"},"activationEvent":"*"}
[2021-05-26 13:09:06.930] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/hoovercj.vscode-power-mode-2.2.0/out/src/extension
[2021-05-26 13:09:07.318] [exthost] [info] ExtensionService#_doActivateExtension ms-vsliveshare.vsliveshare {"startup":true,"extensionId":{"value":"ms-vsliveshare.vsliveshare","_lower":"ms-vsliveshare.vsliveshare"},"activationEvent":"*"}
[2021-05-26 13:09:07.318] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/ms-vsliveshare.vsliveshare-1.0.4272/out/prod/extension-prod
[2021-05-26 13:09:08.041] [exthost] [info] ExtensionService#_doActivateExtension tonybaloney.vscode-pets {"startup":true,"extensionId":{"value":"tonybaloney.vscode-pets","_lower":"tonybaloney.vscode-pets"},"activationEvent":"*"}
[2021-05-26 13:09:08.041] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/tonybaloney.vscode-pets-1.8.0/out/extension/extension.js
[2021-05-26 13:09:08.063] [exthost] [info] ExtensionService#_doActivateExtension zhuangtongfa.material-theme {"startup":true,"extensionId":{"value":"zhuangtongfa.material-theme","_lower":"zhuangtongfa.material-theme"},"activationEvent":"*"}
[2021-05-26 13:09:08.063] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/zhuangtongfa.material-theme-3.10.14/out/extension.js
[2021-05-26 13:09:08.467] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication {"startup":false,"extensionId":{"value":"GitHub.codespaces","_lower":"github.codespaces"},"activationEvent":"api"}
[2021-05-26 13:09:08.467] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/github-authentication/dist/extension.js
[2021-05-26 13:09:08.931] [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-05-26 13:09:08.931] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/ms-vscode.js-debug/src/extension.js
[2021-05-26 13:09:09.049] [exthost] [info] ExtensionService#_doActivateExtension vscode.github {"startup":false,"extensionId":{"value":"vscode.github","_lower":"vscode.github"},"activationEvent":"*"}
[2021-05-26 13:09:09.049] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/github/dist/extension.js
[2021-05-26 13:09:09.058] [exthost] [info] ExtensionService#_doActivateExtension ms-python.python {"startup":false,"extensionId":{"value":"ms-python.vscode-pylance","_lower":"ms-python.vscode-pylance"},"activationEvent":"onLanguage:python"}
[2021-05-26 13:09:09.058] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/ms-python.python-2021.6.834355108-dev/out/client/extension
[2021-05-26 13:09:10.117] [exthost] [info] ExtensionService#_doActivateExtension ms-python.vscode-pylance {"startup":false,"extensionId":{"value":"ms-python.vscode-pylance","_lower":"ms-python.vscode-pylance"},"activationEvent":"onLanguage:python"}
[2021-05-26 13:09:10.117] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/ms-python.vscode-pylance-2021.5.4-pre.1/dist/extension.bundle.js
[2021-05-26 13:09:13.082] [exthost] [info] ExtensionService#_doActivateExtension vscode.configuration-editing {"startup":false,"extensionId":{"value":"vscode.configuration-editing","_lower":"vscode.configuration-editing"},"activationEvent":"onLanguage:jsonc"}
[2021-05-26 13:09:13.082] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/configuration-editing/dist/configurationEditingMain
[2021-05-26 13:09:13.093] [exthost] [info] ExtensionService#_doActivateExtension vscode.json-language-features {"startup":false,"extensionId":{"value":"vscode.json-language-features","_lower":"vscode.json-language-features"},"activationEvent":"onLanguage:jsonc"}
[2021-05-26 13:09:13.093] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/json-language-features/client/dist/node/jsonClientMain
[2021-05-26 13:09:13.121] [exthost] [info] ExtensionService#_doActivateExtension vscode.typescript-language-features {"startup":false,"extensionId":{"value":"vscode.typescript-language-features","_lower":"vscode.typescript-language-features"},"activationEvent":"onLanguage:jsonc"}
[2021-05-26 13:09:13.121] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/typescript-language-features/dist/extension
[2021-05-26 13:09:14.294] [exthost] [info] eager extensions activated
[2021-05-26 13:09:14.903] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict {"startup":false,"extensionId":{"value":"vscode.merge-conflict","_lower":"vscode.merge-conflict"},"activationEvent":"onStartupFinished"}
[2021-05-26 13:09:14.903] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/merge-conflict/dist/mergeConflictMain
[2021-05-26 13:09:14.912] [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-05-26 13:09:14.912] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/ms-vscode-remote.remote-wsl-recommender/dist/extension.js
[2021-05-26 13:09:14.931] [exthost] [info] ExtensionService#_doActivateExtension vscode.testing-editor-contributions {"startup":false,"extensionId":{"value":"vscode.testing-editor-contributions","_lower":"vscode.testing-editor-contributions"},"activationEvent":"onStartupFinished"}
[2021-05-26 13:09:14.932] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/testing-editor-contributions/dist/extension.js
[2021-05-26 13:09:14.937] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode-remote.remote-containers {"startup":false,"extensionId":{"value":"ms-vscode-remote.remote-containers","_lower":"ms-vscode-remote.remote-containers"},"activationEvent":"onStartupFinished"}
[2021-05-26 13:09:14.937] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/ms-vscode-remote.remote-containers-0.177.2/dist/extension/extension
[2021-05-26 13:09:15.156] [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-05-26 13:09:15.156] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/ms-vscode-remote.remote-wsl-0.56.3/dist/extension
[2021-05-26 13:09:15.943] [exthost] [error] [ms-python.python] provider FAILED
[2021-05-26 13:09:15.943] [exthost] [error] Canceled: Canceled
    at E.makeCancelError (c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:183409)
    at E.handleFailedRequest (c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:183260)
    at c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:148248
[2021-05-26 13:09:15.956] [exthost] [error] [ms-python.python] provider FAILED
[2021-05-26 13:09:15.956] [exthost] [error] Canceled: Canceled
    at E.makeCancelError (c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:183409)
    at E.handleFailedRequest (c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:183260)
    at c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:148248
[2021-05-26 13:09:19.510] [exthost] [error] [ms-python.python] provider FAILED
[2021-05-26 13:09:19.510] [exthost] [error] Canceled: Canceled
    at E.makeCancelError (c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:183409)
    at E.handleFailedRequest (c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:183260)
    at c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:151121
[2021-05-26 13:09:34.244] [exthost] [error] [ms-python.python] provider FAILED
[2021-05-26 13:09:34.244] [exthost] [error] Canceled: Canceled
    at E.makeCancelError (c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:183409)
    at E.handleFailedRequest (c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:183260)
    at c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:143602
[2021-05-26 13:09:40.225] [exthost] [error] [ms-python.python] provider FAILED
[2021-05-26 13:09:40.226] [exthost] [error] Canceled: Canceled
    at E.makeCancelError (c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:183409)
    at E.handleFailedRequest (c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:183260)
    at c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:143602
[2021-05-26 13:10:25.323] [exthost] [error] [ms-python.python] provider FAILED
[2021-05-26 13:10:25.323] [exthost] [error] Canceled: Canceled
    at E.makeCancelError (c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:183409)
    at E.handleFailedRequest (c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:183260)
    at c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:143602
[2021-05-26 13:10:32.816] [exthost] [error] [ms-python.python] provider FAILED
[2021-05-26 13:10:32.816] [exthost] [error] Canceled: Canceled
    at E.makeCancelError (c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:183409)
    at E.handleFailedRequest (c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:183260)
    at c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:143602
[2021-05-26 16:57:15.711] [exthost] [error] [ms-python.python] provider FAILED
[2021-05-26 16:57:15.713] [exthost] [error] Canceled: Canceled
    at E.makeCancelError (c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:183409)
    at E.handleFailedRequest (c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:183260)
    at c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:143602
[2021-05-26 19:07:54.938] [exthost] [info] extension host terminating: received terminate message from renderer
[2021-05-26 19:07:57.136] [exthost] [info] exiting with code 0
[2021-05-26 19:07:57.226] [exthost] [info] extension host started
[2021-05-26 19:07:57.478] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication {"startup":false,"extensionId":{"value":"vscode.microsoft-authentication","_lower":"vscode.microsoft-authentication"},"activationEvent":"onAuthenticationRequest:microsoft"}
[2021-05-26 19:07:57.478] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/microsoft-authentication/dist/extension.js
[2021-05-26 19:07:57.496] [exthost] [info] ExtensionService#_doActivateExtension ms-toolsai.jupyter {"startup":false,"extensionId":{"value":"ms-toolsai.jupyter","_lower":"ms-toolsai.jupyter"},"activationEvent":"onLanguage:python"}
[2021-05-26 19:07:57.497] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/ms-toolsai.jupyter-2021.6.832593372/out/client/extension
[2021-05-26 19:07:57.842] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch {"startup":true,"extensionId":{"value":"vscode.debug-auto-launch","_lower":"vscode.debug-auto-launch"},"activationEvent":"*"}
[2021-05-26 19:07:57.842] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/debug-auto-launch/dist/extension
[2021-05-26 19:07:57.857] [exthost] [info] ExtensionService#_doActivateExtension vscode.git {"startup":true,"extensionId":{"value":"vscode.github","_lower":"vscode.github"},"activationEvent":"*"}
[2021-05-26 19:07:57.857] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/git/dist/main
[2021-05-26 19:07:57.889] [exthost] [info] ExtensionService#_doActivateExtension GitHub.codespaces {"startup":true,"extensionId":{"value":"GitHub.codespaces","_lower":"github.codespaces"},"activationEvent":"*"}
[2021-05-26 19:07:57.889] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/github.codespaces-0.10.3/out/bundle/extension-bundle.js
[2021-05-26 19:07:58.670] [exthost] [info] ExtensionService#_doActivateExtension hoovercj.vscode-power-mode {"startup":true,"extensionId":{"value":"hoovercj.vscode-power-mode","_lower":"hoovercj.vscode-power-mode"},"activationEvent":"*"}
[2021-05-26 19:07:58.670] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/hoovercj.vscode-power-mode-2.2.0/out/src/extension
[2021-05-26 19:07:59.111] [exthost] [info] ExtensionService#_doActivateExtension ms-vsliveshare.vsliveshare {"startup":true,"extensionId":{"value":"ms-vsliveshare.vsliveshare","_lower":"ms-vsliveshare.vsliveshare"},"activationEvent":"*"}
[2021-05-26 19:07:59.111] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/ms-vsliveshare.vsliveshare-1.0.4272/out/prod/extension-prod
[2021-05-26 19:07:59.974] [exthost] [info] ExtensionService#_doActivateExtension tonybaloney.vscode-pets {"startup":true,"extensionId":{"value":"tonybaloney.vscode-pets","_lower":"tonybaloney.vscode-pets"},"activationEvent":"*"}
[2021-05-26 19:07:59.974] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/tonybaloney.vscode-pets-1.8.0/out/extension/extension.js
[2021-05-26 19:07:59.995] [exthost] [info] ExtensionService#_doActivateExtension zhuangtongfa.material-theme {"startup":true,"extensionId":{"value":"zhuangtongfa.material-theme","_lower":"zhuangtongfa.material-theme"},"activationEvent":"*"}
[2021-05-26 19:07:59.995] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/zhuangtongfa.material-theme-3.10.14/out/extension.js
[2021-05-26 19:08:00.442] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication {"startup":false,"extensionId":{"value":"GitHub.codespaces","_lower":"github.codespaces"},"activationEvent":"api"}
[2021-05-26 19:08:00.442] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/github-authentication/dist/extension.js
[2021-05-26 19:08:00.860] [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-05-26 19:08:00.860] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/ms-vscode.js-debug/src/extension.js
[2021-05-26 19:08:00.985] [exthost] [info] ExtensionService#_doActivateExtension vscode.github {"startup":false,"extensionId":{"value":"vscode.github","_lower":"vscode.github"},"activationEvent":"*"}
[2021-05-26 19:08:00.985] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/github/dist/extension.js
[2021-05-26 19:08:01.018] [exthost] [info] ExtensionService#_doActivateExtension ms-python.python {"startup":false,"extensionId":{"value":"ms-python.vscode-pylance","_lower":"ms-python.vscode-pylance"},"activationEvent":"onLanguage:python"}
[2021-05-26 19:08:01.018] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/ms-python.python-2021.6.834355108-dev/out/client/extension
[2021-05-26 19:08:07.447] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict {"startup":false,"extensionId":{"value":"vscode.merge-conflict","_lower":"vscode.merge-conflict"},"activationEvent":"onStartupFinished"}
[2021-05-26 19:08:07.447] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/merge-conflict/dist/mergeConflictMain
[2021-05-26 19:08:07.456] [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-05-26 19:08:07.456] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/ms-vscode-remote.remote-wsl-recommender/dist/extension.js
[2021-05-26 19:08:07.475] [exthost] [info] ExtensionService#_doActivateExtension vscode.testing-editor-contributions {"startup":false,"extensionId":{"value":"vscode.testing-editor-contributions","_lower":"vscode.testing-editor-contributions"},"activationEvent":"onStartupFinished"}
[2021-05-26 19:08:07.475] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/testing-editor-contributions/dist/extension.js
[2021-05-26 19:08:07.480] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode-remote.remote-containers {"startup":false,"extensionId":{"value":"ms-vscode-remote.remote-containers","_lower":"ms-vscode-remote.remote-containers"},"activationEvent":"onStartupFinished"}
[2021-05-26 19:08:07.481] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/ms-vscode-remote.remote-containers-0.177.2/dist/extension/extension
[2021-05-26 19:08:07.703] [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-05-26 19:08:07.703] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/ms-vscode-remote.remote-wsl-0.56.3/dist/extension
[2021-05-26 19:08:09.766] [exthost] [info] eager extensions activated
[2021-05-26 19:08:09.796] [exthost] [info] ExtensionService#_doActivateExtension ms-python.vscode-pylance {"startup":false,"extensionId":{"value":"ms-python.vscode-pylance","_lower":"ms-python.vscode-pylance"},"activationEvent":"onLanguage:python"}
[2021-05-26 19:08:09.796] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/ms-python.vscode-pylance-2021.5.4-pre.1/dist/extension.bundle.js
[2021-05-27 08:08:30.726] [exthost] [info] ExtensionService#_doActivateExtension vscode.configuration-editing {"startup":false,"extensionId":{"value":"vscode.configuration-editing","_lower":"vscode.configuration-editing"},"activationEvent":"onLanguage:jsonc"}
[2021-05-27 08:08:30.728] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/configuration-editing/dist/configurationEditingMain
[2021-05-27 08:08:30.917] [exthost] [info] ExtensionService#_doActivateExtension vscode.json-language-features {"startup":false,"extensionId":{"value":"vscode.json-language-features","_lower":"vscode.json-language-features"},"activationEvent":"onLanguage:jsonc"}
[2021-05-27 08:08:30.917] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/json-language-features/client/dist/node/jsonClientMain
[2021-05-27 08:08:31.031] [exthost] [info] ExtensionService#_doActivateExtension vscode.typescript-language-features {"startup":false,"extensionId":{"value":"vscode.typescript-language-features","_lower":"vscode.typescript-language-features"},"activationEvent":"onLanguage:jsonc"}
[2021-05-27 08:08:31.031] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/typescript-language-features/dist/extension
[2021-05-28 09:15:19.783] [exthost] [error] [vscode.json-language-features] provider FAILED
[2021-05-28 09:15:19.786] [exthost] [error] Canceled: Canceled
    at b.makeCancelError (c:\Users\luabud\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\json-language-features\client\dist\node\jsonClientMain.js:1:64563)
    at b.handleFailedRequest (c:\Users\luabud\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\json-language-features\client\dist\node\jsonClientMain.js:1:64414)
    at c:\Users\luabud\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\json-language-features\client\dist\node\jsonClientMain.js:1:24756
[2021-05-28 15:06:21.195] [exthost] [error] [ms-python.python] provider FAILED
[2021-05-28 15:06:21.196] [exthost] [error] Canceled: Canceled
    at E.makeCancelError (c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:183409)
    at E.handleFailedRequest (c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:183260)
    at c:\Users\luabud\.vscode\extensions\ms-python.python-2021.6.834355108-dev\out\client\extension.js:9:151121
[2021-05-28 15:06:37.531] [exthost] [info] extension host terminating: received terminate message from renderer
[2021-05-28 15:06:40.313] [exthost] [info] exiting with code 0
[2021-05-28 15:07:32.542] [exthost] [info] extension host started
[2021-05-28 15:07:32.784] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication {"startup":false,"extensionId":{"value":"vscode.microsoft-authentication","_lower":"vscode.microsoft-authentication"},"activationEvent":"onAuthenticationRequest:microsoft"}
[2021-05-28 15:07:32.784] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/microsoft-authentication/dist/extension.js
[2021-05-28 15:07:32.800] [exthost] [info] ExtensionService#_doActivateExtension ms-toolsai.jupyter {"startup":false,"extensionId":{"value":"ms-toolsai.jupyter","_lower":"ms-toolsai.jupyter"},"activationEvent":"onLanguage:python"}
[2021-05-28 15:07:32.800] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/ms-toolsai.jupyter-2021.6.832593372/out/client/extension
[2021-05-28 15:07:32.922] [exthost] [info] ExtensionService#_doActivateExtension vscode.configuration-editing {"startup":false,"extensionId":{"value":"vscode.configuration-editing","_lower":"vscode.configuration-editing"},"activationEvent":"onLanguage:jsonc"}
[2021-05-28 15:07:32.922] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/configuration-editing/dist/configurationEditingMain
[2021-05-28 15:07:32.932] [exthost] [info] ExtensionService#_doActivateExtension vscode.json-language-features {"startup":false,"extensionId":{"value":"vscode.json-language-features","_lower":"vscode.json-language-features"},"activationEvent":"onLanguage:jsonc"}
[2021-05-28 15:07:32.932] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/json-language-features/client/dist/node/jsonClientMain
[2021-05-28 15:07:32.955] [exthost] [info] ExtensionService#_doActivateExtension vscode.typescript-language-features {"startup":false,"extensionId":{"value":"vscode.typescript-language-features","_lower":"vscode.typescript-language-features"},"activationEvent":"onLanguage:jsonc"}
[2021-05-28 15:07:32.955] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/typescript-language-features/dist/extension
[2021-05-28 15:07:32.971] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch {"startup":true,"extensionId":{"value":"vscode.debug-auto-launch","_lower":"vscode.debug-auto-launch"},"activationEvent":"*"}
[2021-05-28 15:07:32.971] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/debug-auto-launch/dist/extension
[2021-05-28 15:07:32.979] [exthost] [info] ExtensionService#_doActivateExtension vscode.git {"startup":true,"extensionId":{"value":"vscode.github","_lower":"vscode.github"},"activationEvent":"*"}
[2021-05-28 15:07:32.979] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/git/dist/main
[2021-05-28 15:07:33.004] [exthost] [info] ExtensionService#_doActivateExtension GitHub.codespaces {"startup":true,"extensionId":{"value":"GitHub.codespaces","_lower":"github.codespaces"},"activationEvent":"*"}
[2021-05-28 15:07:33.005] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/github.codespaces-0.10.4/out/bundle/extension-bundle.js
[2021-05-28 15:07:33.406] [exthost] [info] ExtensionService#_doActivateExtension hoovercj.vscode-power-mode {"startup":true,"extensionId":{"value":"hoovercj.vscode-power-mode","_lower":"hoovercj.vscode-power-mode"},"activationEvent":"*"}
[2021-05-28 15:07:33.406] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/hoovercj.vscode-power-mode-2.2.0/out/src/extension
[2021-05-28 15:07:33.440] [exthost] [info] ExtensionService#_doActivateExtension ms-vsliveshare.vsliveshare {"startup":true,"extensionId":{"value":"ms-vsliveshare.vsliveshare","_lower":"ms-vsliveshare.vsliveshare"},"activationEvent":"*"}
[2021-05-28 15:07:33.440] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/ms-vsliveshare.vsliveshare-1.0.4272/out/prod/extension-prod
[2021-05-28 15:07:33.942] [exthost] [info] ExtensionService#_doActivateExtension tonybaloney.vscode-pets {"startup":true,"extensionId":{"value":"tonybaloney.vscode-pets","_lower":"tonybaloney.vscode-pets"},"activationEvent":"*"}
[2021-05-28 15:07:33.942] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/tonybaloney.vscode-pets-1.8.0/out/extension/extension.js
[2021-05-28 15:07:33.945] [exthost] [info] ExtensionService#_doActivateExtension zhuangtongfa.material-theme {"startup":true,"extensionId":{"value":"zhuangtongfa.material-theme","_lower":"zhuangtongfa.material-theme"},"activationEvent":"*"}
[2021-05-28 15:07:33.945] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/zhuangtongfa.material-theme-3.10.14/out/extension.js
[2021-05-28 15:07:34.081] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication {"startup":false,"extensionId":{"value":"GitHub.codespaces","_lower":"github.codespaces"},"activationEvent":"api"}
[2021-05-28 15:07:34.081] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/github-authentication/dist/extension.js
[2021-05-28 15:07:34.405] [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-05-28 15:07:34.405] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/ms-vscode.js-debug/src/extension.js
[2021-05-28 15:07:34.496] [exthost] [info] ExtensionService#_doActivateExtension vscode.github {"startup":false,"extensionId":{"value":"vscode.github","_lower":"vscode.github"},"activationEvent":"*"}
[2021-05-28 15:07:34.496] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/github/dist/extension.js
[2021-05-28 15:07:35.464] [exthost] [info] eager extensions activated
[2021-05-28 15:07:35.489] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict {"startup":false,"extensionId":{"value":"vscode.merge-conflict","_lower":"vscode.merge-conflict"},"activationEvent":"onStartupFinished"}
[2021-05-28 15:07:35.489] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/merge-conflict/dist/mergeConflictMain
[2021-05-28 15:07:35.496] [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-05-28 15:07:35.496] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/ms-vscode-remote.remote-wsl-recommender/dist/extension.js
[2021-05-28 15:07:35.513] [exthost] [info] ExtensionService#_doActivateExtension vscode.testing-editor-contributions {"startup":false,"extensionId":{"value":"vscode.testing-editor-contributions","_lower":"vscode.testing-editor-contributions"},"activationEvent":"onStartupFinished"}
[2021-05-28 15:07:35.513] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/testing-editor-contributions/dist/extension.js
[2021-05-28 15:07:35.518] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode-remote.remote-containers {"startup":false,"extensionId":{"value":"ms-vscode-remote.remote-containers","_lower":"ms-vscode-remote.remote-containers"},"activationEvent":"onStartupFinished"}
[2021-05-28 15:07:35.518] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/ms-vscode-remote.remote-containers-0.177.2/dist/extension/extension
[2021-05-28 15:07:35.589] [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-05-28 15:07:35.589] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/ms-vscode-remote.remote-wsl-0.56.3/dist/extension
[2021-05-28 15:07:39.749] [exthost] [warning] [Decorations] CAPPING events from decorations provider vscode.git 5000
[2021-05-28 15:07:41.024] [exthost] [warning] [Decorations] CAPPING events from decorations provider vscode.git 5000
[2021-05-28 15:07:59.715] [exthost] [info] ExtensionService#_doActivateExtension ms-python.python {"startup":false,"extensionId":{"value":"ms-toolsai.jupyter","_lower":"ms-toolsai.jupyter"},"activationEvent":"api"}
[2021-05-28 15:07:59.715] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/luabud/.vscode/extensions/ms-python.python-2021.5.842923320/out/client/extension

@vscodebot
Copy link

vscodebot bot commented May 28, 2021

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@luabud
Copy link
Member Author

luabud commented May 28, 2021

It seems to be caused because Python and Pylance extensions have a bit of a circular dependency: Python is declared as an extension pack which includes Pylance and Pylance has a dependency declared on the Python extension.

If Pylance is installed and activated first before Python is activated, then VS Code raises that error above.

Maybe VS Code could attempt to activate an extension only when all of its dependent extensions are installed and activated?

@sandy081 sandy081 added bug Issue identified by VS Code Team member as probable bug extensions Issues concerning extensions labels Jun 4, 2021
@sandy081 sandy081 added this to the June 2021 milestone Jun 4, 2021
@sandy081 sandy081 closed this as completed Jul 1, 2021
@mjbvz mjbvz added the author-verification-requested Issues potentially verifiable by issue author label Jul 1, 2021
@rzhao271 rzhao271 added verified Verification succeeded and removed verified Verification succeeded labels Jul 2, 2021
@sandy081
Copy link
Member

sandy081 commented Jul 6, 2021

To verify:

  • Open a sample python file in VS Code
  • Install Python extension
  • Verify that Pylance is not activated before Python extension. Make sure you do not see above error.

@jakebailey
Copy link
Member

The fix for this may have caused a regression: microsoft/vscode-python#16614

Now it seems as though Python can't find Pylance during its activation, as Python is being activated much earlier than it used to be.

@rzhao271
Copy link
Contributor

rzhao271 commented Jul 6, 2021

I'll re-mark this issue as verified. Four days ago, I did manage to get the error to show up once on Stable, whereas it never appeared on Insiders.

@jakebailey For the regression, if there is more that needs to be done on the VS Code side, I recommend creating a new issue.

@rzhao271 rzhao271 added verified Verification succeeded and removed author-verification-requested Issues potentially verifiable by issue author labels Jul 6, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Aug 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug extensions Issues concerning extensions verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

5 participants