Add deprecation notes to some settings#1100
Merged
eleanorjboyd merged 1 commit intomicrosoft:mainfrom Jan 13, 2026
Merged
Conversation
eleanorjboyd
approved these changes
Jan 13, 2026
eleanorjboyd
pushed a commit
to eleanorjboyd/vscode-python-environments
that referenced
this pull request
Jan 20, 2026
This PR updates `package.nls.json` to clarify the relationship between some of the new settings in this extension and legacy settings from the Python extension, and is a follow-up task to yesterday's sync meeting and the discussion in [issue microsoft#861](microsoft#861 (comment)). I added these notes to the Environments extension rather than the Python extension because the extension is currently rolled out via A/B testing and this can help avoiding confusion. Adding references to `python-env.*` settings in the main Python extension would confuse the majority of users who do not yet have this extension installed or not in the control group. This approach allows us to encourage adoption of the new settings for users in the experiment without disrupting the workflow or documentation for the general user base.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates
package.nls.jsonto clarify the relationship between some of the new settings in this extension and legacy settings from the Python extension, and is a follow-up task to yesterday's sync meeting and the discussion in issue #861.I added these notes to the Environments extension rather than the Python extension because the extension is currently rolled out via A/B testing and this can help avoiding confusion. Adding references to
python-env.*settings in the main Python extension would confuse the majority of users who do not yet have this extension installed or not in the control group.This approach allows us to encourage adoption of the new settings for users in the experiment without disrupting the workflow or documentation for the general user base.