Skip to content

Commit

Permalink
fix(vscode): disable automatic python env activation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderAivazidis committed Jul 8, 2024
1 parent eb49816 commit fae543b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"terminal.integrated.fontSize": 14,
"terminal.integrated.persistentSessionScrollback": 100000,
"terminal.integrated.scrollback": 100000,
"python.terminal.activateEnvironment": false,
"workbench.colorTheme": "Catppuccin Mocha",
"workbench.iconTheme": "vscode-icons",
// Passing --no-cov to pytestArgs is required to respect breakpoints
Expand Down

0 comments on commit fae543b

Please sign in to comment.