Skip to content

Commit aa59787

Browse files
committed
Simplify devcontainer and correct PythonPath
1 parent 4e5cb0e commit aa59787

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,15 @@
1818
"ms-toolsai.jupyter",
1919
"ms-toolsai.vscode-jupyter-cell-tags",
2020
"ms-toolsai.vscode-jupyter-slideshow",
21-
"tamasfe.even-better-toml"
2221
],
2322
"settings": {
24-
"python.defaultInterpreterPath": "/usr/local/bin/python",
23+
"python.defaultInterpreterPath": "/${workspaceFolder}/.venv/bin/python",
2524
"[python]": {
2625
"editor.defaultFormatter": "charliermarsh.ruff",
2726
"editor.formatOnSave": true,
2827
"editor.codeActionsOnSave": {
2928
"source.organizeImports": "explicit"
3029
}
31-
},
32-
"[toml]": {
33-
"editor.defaultFormatter": "tamasfe.even-better-toml",
34-
"editor.formatOnSave": true
35-
},
36-
"evenBetterToml.schema.enabled": true,
37-
"evenBetterToml.schema.associations": {
38-
"pyproject.toml": "https://json.schemastore.org/pyproject.json"
3930
}
4031
}
4132
}

0 commit comments

Comments
 (0)