Skip to content

Conversation

isabelizimm
Copy link
Contributor

Release Notes

New Features

Bug Fixes

  • N/A

QA Notes

green ci, everything acting normally

packageJson.extensionPack = ['ms-python.debugpy'].concat(
packageJson.extensionPack = [
// --- Start Positron ---
//'ms-python.vscode-pylance',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adjusting this slightly so we know what extension dependencies we are not using. ms-python.vscode-python-envs is now a bundled/required dependency.

@@ -681,6 +686,16 @@
"scope": "resource",
"type": "string"
},
"python.useEnvironmentsExtension": {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we want to expose this, even though we do not bundle the environments extension?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think let's hide this setting. It's definitely causing enough confusion upstream and IMO it would be even more confusing here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed setting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants