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

Error activating the extension in tests of another extension #24348

Open
DonJayamanne opened this issue Oct 29, 2024 · 1 comment
Open

Error activating the extension in tests of another extension #24348

DonJayamanne opened this issue Oct 29, 2024 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug triage-needed Needs assignment to the proper sub-team

Comments

@DonJayamanne
Copy link

Here's the output when running Jupyter tests via a CLI

Error: Trying to add a disposable to a DisposableStore that has already been disposed of. The added object will be leaked!
    at H3.add (file:///Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:24:1439)
    at I8.B (file:///Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:24:2007)
    at I8.getScopedEnvironmentVariableCollection (file:///Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:114:49475)
    at bO.getScoped (file:///Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:116:441)
    at R.getEnvironmentVariableCollection (/Users/donjayamanne/.vscode-insiders/extensions/ms-python.python-2024.17.2024102201-darwin-arm64/out/client/extension.js:2:907142)
    at R._applyCollectionImpl (/Users/donjayamanne/.vscode-insiders/extensions/ms-python.python-2024.17.2024102201-darwin-arm64/out/client/extension.js:2:902069)
    at R._applyCollection (/Users/donjayamanne/.vscode-insiders/extensions/ms-python.python-2024.17.2024102201-darwin-arm64/out/client/extension.js:2:901766)
    at R.activate (/Users/donjayamanne/.vscode-insiders/extensions/ms-python.python-2024.17.2024102201-darwin-arm64/out/client/extension.js:2:901505)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Promise.all (index 3)
    at v.activateWorkspace (/Users/donjayamanne/.vscode-insiders/extensions/ms-python.python-2024.17.2024102201-darwin-arm64/out/client/extension.js:2:2405)
@DonJayamanne DonJayamanne added the bug Issue identified by VS Code Team member as probable bug label Oct 29, 2024
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

2 participants