Skip to content

Commit

Permalink
Merge pull request #21 from dnv-opensource/turn-off-automatic-venv-ac…
Browse files Browse the repository at this point in the history
…tivation-in-vs-code-settings

VS Code settings: Turned off automatic venv activation
  • Loading branch information
ClaasRostock authored Mar 1, 2024
2 parents 92f12d4 + 4a863c6 commit 7baa187
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"python.terminal.activateEnvInCurrentTerminal": true,
"python.languageServer": "Pylance",
"ruff.importStrategy": "fromEnvironment",
"editor.formatOnSave": true,
Expand All @@ -22,4 +21,6 @@
"python.analysis.inlayHints.functionReturnTypes": false,
"python.analysis.inlayHints.pytestParameters": true,
"python.terminal.executeInFileDir": true,
}
"python.terminal.activateEnvironment": false,
"python.terminal.activateEnvInCurrentTerminal": false,
}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7baa187

Please sign in to comment.