Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fixes to getting conda packages and localize tool message #416

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2025

Conversation

DonJayamanne
Copy link
Contributor

No description provided.

@@ -881,7 +881,7 @@ export async function refreshPackages(
const packages: Package[] = [];
content.forEach((l) => {
const parts = l.split(' ').filter((p) => p.length > 0);
if (parts.length === 3) {
if (parts.length >= 3) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@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

@DonJayamanne DonJayamanne merged commit e1b6069 into main May 15, 2025
10 checks passed
@DonJayamanne DonJayamanne deleted the don/hidden-marmot branch May 15, 2025 02:21
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