Conversation
f67a1fb to
13ce1e4
Compare
ddc661c to
f92d94b
Compare
949c5a4 to
2a1a618
Compare
2df81f9 to
960ac5a
Compare
daa14b2 to
e68c9e3
Compare
24f0fe0 to
24cc560
Compare
|
If the changes appear safe, you can manually trigger the pipeline by commenting |
| await withProgress( | ||
| { | ||
| location: ProgressLocation.Window, | ||
| title: `Activating environment: ${environment.environmentPath.fsPath}`, |
| } | ||
|
|
||
| // https://github.com/microsoft/vscode-python-environments/issues/172 | ||
| // const name = options.name ?? `Python: ${environment.displayName}`; |
There was a problem hiding this comment.
seems like this was left behind?
There was a problem hiding this comment.
No, this is what we need to uncomment after the issue above is fixed.
| }); | ||
| } | ||
|
|
||
| // https://github.com/microsoft/vscode-python-environments/issues/172 |
There was a problem hiding this comment.
might be worth clarifying why this issue is there
| await waitForShellIntegration(terminal); | ||
| await this.activate(terminal, environment); | ||
| }, | ||
| if (actType === 'command') { |
There was a problem hiding this comment.
might be worth having constants for all the activation types instead of the strings
There was a problem hiding this comment.
Great suggestion, will add in a flow up PR.
| return selected; | ||
| } | ||
|
|
||
| async function installPython( |
There was a problem hiding this comment.
is it possible to give a version to install? Or is this like quick install?
There was a problem hiding this comment.
This is like quick install
Fixes #201
Fixes #200
Fixes #227
Fixes #231