diff --git a/.vscode/settings.json b/.vscode/settings.json index 4565c2d9..6f98ac8a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,4 @@ { - "python.terminal.activateEnvInCurrentTerminal": true, "python.languageServer": "Pylance", "ruff.importStrategy": "fromEnvironment", "editor.formatOnSave": true, @@ -22,4 +21,6 @@ "python.analysis.inlayHints.functionReturnTypes": false, "python.analysis.inlayHints.pytestParameters": true, "python.terminal.executeInFileDir": true, -} \ No newline at end of file + "python.terminal.activateEnvironment": false, + "python.terminal.activateEnvInCurrentTerminal": false, +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 40dc8bd0..43e1d4e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e ### Changed * Changed publishing workflow to use OpenID Connect (Trusted Publisher Management) when publishing to PyPI * Updated copyright statement +* VS Code settings: Turned off automatic venv activation ## [0.3.3] - 2024-02-21