Skip to content
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

fix env path in windows and python on terminal (VSC-319) #95

Merged
merged 5 commits into from
May 18, 2020

Conversation

brianignacio5
Copy link
Collaborator

@brianignacio5 brianignacio5 commented May 9, 2020

Closes #93, #100

Normalize modifiedEnv PATH and Path updating.

Also fix wrong python picked from ESP-IDF Terminal (should use the virtualenv)

@brianignacio5 brianignacio5 requested a review from pwmb May 9, 2020 12:25
@github-actions github-actions bot changed the title fix env path in windows and python on terminal fix env path in windows and python on terminal (VSC-319) May 9, 2020
@mitchjs
Copy link

mitchjs commented May 12, 2020

seems like it fixed issue.... maybe merge into master asap and release v0.2.2

@brianignacio5 brianignacio5 merged commit e40b640 into espressif:master May 18, 2020
@brianignacio5 brianignacio5 deleted the bugfix/env-path branch May 18, 2020 06:08
@@ -51,7 +51,7 @@ export class AppTraceArchiveTreeDataProvider
return this.appTraceArchives;
}
public refresh() {
this.OnDidChangeTreeData.fire();
this.OnDidChangeTreeData.fire(null);
Copy link
Contributor

Choose a reason for hiding this comment

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

@brianignacio5 I tried (latest changes) without passing null it compiles fine and run as expected.
What is the error you got here ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants