File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments