Skip to content

Commit 3762ed8

Browse files
committed
1 parent fdb4118 commit 3762ed8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
"ms-python.python",
1616
"tamasfe.even-better-toml",
1717
"yzhang.markdown-all-in-one"
18-
]
18+
],
19+
"settings": {
20+
"python-envs.terminal.autoActivationType": "shellStartup"
21+
}
1922
}
2023
},
2124
"postCreateCommand": "uv sync --all-extras --all-groups --all-packages",

.vscode/settings.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,10 @@
2222
"editor.insertSpaces": true,
2323
"editor.tabSize": 4,
2424
"prettier.tabWidth": 4,
25-
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
26-
"python.envFile": "",
25+
"python.useEnvironmentsExtension": true,
2726
"python.languageServer": "None",
28-
"python.terminal.activateEnvInCurrentTerminal": true,
2927
"python.testing.pytestArgs": ["tests"],
3028
"python.testing.pytestEnabled": true,
31-
"python.testing.unittestEnabled": false,
3229
"ruff.fixAll": true,
3330
"ruff.importStrategy": "fromEnvironment",
3431
"ruff.organizeImports": true

0 commit comments

Comments
 (0)