Skip to content

Conversation

@karthiknadig
Copy link
Member

@karthiknadig karthiknadig commented Jan 9, 2025

Closes #106
Closes #107
Closes #50

@karthiknadig karthiknadig self-assigned this Jan 9, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (1)

src/managers/builtin/venvUtils.ts:159

  • The code does not check if the 'deactivate' script exists before adding it to the 'shellDeactivation' map for 'TerminalShellType.unknown'. This could cause issues if the script is not present. Consider adding a check to ensure the 'deactivate' script exists.
shellDeactivation.set(TerminalShellType.unknown, [{ executable: 'deactivate' }]);

Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused. Learn more

@karthiknadig karthiknadig marked this pull request as ready for review January 9, 2025 23:50
@karthiknadig karthiknadig enabled auto-merge (squash) January 9, 2025 23:50
@vs-code-engineering vs-code-engineering bot added this to the January 2025 milestone Jan 9, 2025
@karthiknadig karthiknadig merged commit 4bb687c into microsoft:main Jan 10, 2025
6 checks passed
@karthiknadig karthiknadig deleted the fish1 branch January 11, 2025 19:20
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.

Environment manager: Create Python terminal uses deactivate by default Can't recognize the running shell. Sudden deactivate when 'Run-in-Terminal'

2 participants