plano/archgw.code-workspace

51 lines
925 B
Text
Raw Normal View History

2024-07-09 13:36:17 -07:00
{
"folders": [
{
2025-12-25 18:26:35 -08:00
"name": "plano",
"path": "."
},
2024-07-09 13:36:17 -07:00
{
2025-12-25 18:26:35 -08:00
"name": "rust_crates",
"path": "crates"
},
{
2025-12-25 18:26:35 -08:00
"name": "cli",
2025-12-25 14:55:29 -08:00
"path": "cli"
2024-10-09 15:47:32 -07:00
},
{
2025-12-25 18:26:35 -08:00
"name": "docs",
"path": "docs"
},
{
2025-12-25 18:26:35 -08:00
"name": "website",
"path": "apps/www"
}
2024-07-09 13:36:17 -07:00
],
"settings": {
"search.exclude": {
"**/target": true
},
"files.exclude": {
"**/target": true
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
}
},
"extensions": {
"recommendations": [
"eamodio.gitlens",
"esbenp.prettier-vscode",
"github.copilot",
"github.vscode-pull-request-github",
"humao.rest-client",
"ms-python.black-formatter",
"ms-python.debugpy",
"ms-python.python",
"rust-lang.rust-analyzer",
2024-11-18 17:55:39 -08:00
"tamasfe.even-better-toml",
]
}
}