plano/archgw.code-workspace
2025-12-25 18:26:35 -08:00

45 lines
874 B
Text

{
"folders": [
{
"name": "plano",
"path": "."
},
{
"name": "rust_crates",
"path": "crates"
},
{
"name": "cli",
"path": "cli"
},
{
"name": "docs",
"path": "docs"
},
{
"name": "website",
"path": "apps/www"
}
],
"settings": {
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
},
"rust-analyzer.cargo.features": ["trace-collection"]
},
"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",
"tamasfe.even-better-toml",
]
}
}