Migrate Conda options to Unified Settings - #8618
Draft
Matteo Prosperi (matteo-prosperi) wants to merge 1 commit into
Draft
Migrate Conda options to Unified Settings#8618Matteo Prosperi (matteo-prosperi) wants to merge 1 commit into
Matteo Prosperi (matteo-prosperi) wants to merge 1 commit into
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Matteo Prosperi (matteo-prosperi)
force-pushed
the
matteo-prosperi-conda-unified-settings
branch
2 times, most recently
from
September 9, 2026 23:04
d7aa6ff to
b56ab6f
Compare
Register the Conda executable path through a live external settings provider while preserving the legacy settings store and cached option consumers. Package the Dev18 manifest, retain legacy VSIX behavior for older targets, and add focused synchronization tests. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Matteo Prosperi (matteo-prosperi)
force-pushed
the
matteo-prosperi-conda-unified-settings
branch
from
September 10, 2026 16:55
b56ab6f to
5ff21f1
Compare
|
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.



Summary
CustomCondaExecutablePaththrough the existingPythonTools\Options\Condawritable settings store via a real-time external settings providerLoad/Save/Resetnotifications, persisted-change ordering, and lazy cache behaviorValidation
PythonTools.slnbuild succeeded withSpectreMitigation=falsePythonToolsTests.csprojrebuilt after remediation; all 9 focusedPythonCondaUnifiedSettingsProviderTestspassedvalidate --strictforPythonTools.registration.jsonUnifiedSettings/PythonTools.registration.jsonsource.extension.legacy.vsixmanifest, which omits only the Dev18 Unified Settings assetDownstream integration
No separate Visual Studio registration change is required. The PTVS component VSIX carries both the Unified Settings manifest asset and package registration, so downstream Visual Studio only needs the normal updated PTVS component ingestion.