Skip to content

Commit

Permalink
VS Code settings: Turned off automatic venv activation
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaasRostock committed Oct 24, 2024
1 parent ee17c9c commit c18d7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"python.analysis.inlayHints.functionReturnTypes": false,
"python.analysis.inlayHints.pytestParameters": true,
"python.terminal.executeInFileDir": true,
"python.terminal.activateEnvironment": true,
"python.terminal.activateEnvironment": false,
"python.terminal.activateEnvInCurrentTerminal": false,
"python.analysis.packageIndexDepths": [
{
Expand Down

0 comments on commit c18d7a8

Please sign in to comment.