Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Untildify conda path from settings#122

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
karthiknadig merged 1 commit intomicrosoft:mainfromalmarouk:conda-path-untildify
Jan 20, 2025
Merged

Untildify conda path from settings#122

karthiknadig merged 1 commit intomicrosoft:mainfromalmarouk:conda-path-untildify
Jan 20, 2025

Conversation

almarouk
Copy link
Contributor

Support using tilded (~) path forcondaPath setting.

@@ -113,20 +114,19 @@ async function findConda(): Promise<readonly string[] | undefined> {
}

export async function getConda(): Promise<string> {
const config = getConfiguration('python');
const conda = config.get<string>('condaPath');
const conda = getCondaPathSetting();
if (conda) {
return conda;
Copy link
Member

Choose a reason for hiding this comment

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

This probably needs it too?

Copy link
Member

Choose a reason for hiding this comment

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

Ah! I see you have added it above, where the setting is read.

@karthiknadigkarthiknadig merged commitbea87a4 intomicrosoft:mainJan 20, 2025
6 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@karthiknadigkarthiknadigkarthiknadig approved these changes

@benibenjbenibenjbenibenj approved these changes

@eleanorjboydeleanorjboydAwaiting requested review from eleanorjboyd

@anthonykim1anthonykim1Awaiting requested review from anthonykim1

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
January 2025
Development

Successfully merging this pull request may close these issues.

3 participants
@almarouk@karthiknadig@benibenj

[8]ページ先頭

©2009-2025 Movatter.jp