Fix localized Conda named environment creation - #1770
Merged
Eduardo Villalpando Mello (edvilme) merged 5 commits intoSep 8, 2026
Merged
Fix localized Conda named environment creation#1770Eduardo Villalpando Mello (edvilme) merged 5 commits into
Eduardo Villalpando Mello (edvilme) merged 5 commits into
Conversation
Copilot started work on behalf of
Eduardo Villalpando Mello (edvilme)
September 8, 2026 21:20
View session
Co-authored-by: edvilme <5952839+edvilme@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix conda environment creation issue in non-English display languages
Fix localized Conda named environment creation
Sep 8, 2026
Copilot started work on behalf of
Eduardo Villalpando Mello (edvilme)
September 8, 2026 21:42
View session
Co-authored-by: edvilme <5952839+edvilme@users.noreply.github.com>
Eduardo Villalpando Mello (edvilme)
approved these changes
Sep 8, 2026
Eduardo Villalpando Mello (edvilme)
marked this pull request as ready for review
September 8, 2026 21:49
Copilot stopped work on behalf of
Eduardo Villalpando Mello (edvilme) due to an error
September 8, 2026 22:57
Copilot started work on behalf of
Eduardo Villalpando Mello (edvilme)
September 8, 2026 22:58
View session
Co-authored-by: edvilme <5952839+edvilme@users.noreply.github.com>
Eduardo Villalpando Mello (edvilme)
requested a review
from Stella Huang (StellaHuang95)
September 8, 2026 23:04
Rich Chiodo (rchiodo)
approved these changes
Sep 8, 2026
Bill Schnurr (bschnurr)
approved these changes
Sep 8, 2026
Eduardo Villalpando Mello (edvilme)
deleted the
copilot/fix-conda-environment-creation
branch
September 8, 2026 23:32
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.
Conda named environment creation could silently route to the prefix flow when VS Code used a translated display language. The flow stored the localized “Named” label, then compared it against the English literal
"Named".CondaStrings.condaNamedinstead of a hard-coded English string.