mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-04-19 00:45:22 +00:00
15 lines
311 B
JSON
15 lines
311 B
JSON
|
{
|
||
|
"recommendations": [
|
||
|
//python
|
||
|
"ms-python.python",
|
||
|
"ms-python.debugpy",
|
||
|
"charliermarsh.ruff",
|
||
|
"ms-python.mypy-type-checker",
|
||
|
|
||
|
// misc
|
||
|
"swellaby.workspace-config-plus", // allows user and shared settings
|
||
|
"christian-kohler.path-intellisense",
|
||
|
"esbenp.prettier-vscode"
|
||
|
]
|
||
|
}
|