Fixes to getting conda packages and localize tool message#416
Merged
DonJayamanne merged 1 commit intomainfrom May 15, 2025
Merged
Fixes to getting conda packages and localize tool message#416DonJayamanne merged 1 commit intomainfrom
DonJayamanne merged 1 commit intomainfrom
Conversation
DonJayamanne
commented
May 15, 2025
| content.forEach((l) => { | ||
| const parts = l.split(' ').filter((p) => p.length > 0); | ||
| if (parts.length === 3) { | ||
| if (parts.length >= 3) { |
Contributor
Author
There was a problem hiding this comment.
@karthiknadig on my machine this is what I get
❯ /Users/donjayamanne/miniforge3/bin/conda list -p /Users/donjayamanne/demo/.conda
# packages in environment at /Users/donjayamanne/demo/.conda:
#
# Name Version Build Channel
appnope 0.1.4 pyhd8ed1ab_1 conda-forge
asttokens 3.0.0 pyhd8ed1ab_1 conda-forge
brotli-python 1.1.0 py313h3579c5c_2 conda-forge
bzip2 1.0.8 h99b78c6_7 conda-forge
ca-certificates 2025.4.26 hbd8a1cb_0 conda-forge
certifi 2025.4.26 pyhd8ed1ab_0 conda-forge
cffi 1.17.1 py313hc845a76_0 conda-forge
charset-normalizer 3.4.2 pyhd8ed1ab_0 conda-forge
comm 0.2.2 pyhd8ed1ab_1 conda-forge
debugpy 1.8.14 py313h928ef07_0 conda-forge
roblourens
approved these changes
May 15, 2025
NguyenCuong1989
referenced
this pull request
in NguyenCuong1989/vscode-python-environments
Oct 23, 2025
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.
No description provided.