2024-07-09 13:36:17 -07:00
|
|
|
{
|
|
|
|
|
"folders": [
|
2025-01-10 16:45:36 -08:00
|
|
|
{
|
2025-12-25 18:26:35 -08:00
|
|
|
"name": "plano",
|
2025-01-10 16:45:36 -08:00
|
|
|
"path": "."
|
|
|
|
|
},
|
2024-07-09 13:36:17 -07:00
|
|
|
{
|
2025-12-25 18:26:35 -08:00
|
|
|
"name": "rust_crates",
|
2024-10-18 12:57:58 -07:00
|
|
|
"path": "crates"
|
2024-10-16 14:20:26 -07:00
|
|
|
},
|
|
|
|
|
{
|
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
|
|
|
},
|
2024-10-28 20:05:06 -04:00
|
|
|
{
|
2025-12-25 18:26:35 -08:00
|
|
|
"name": "docs",
|
|
|
|
|
"path": "docs"
|
2024-12-20 13:25:01 -08:00
|
|
|
},
|
|
|
|
|
{
|
2025-12-25 18:26:35 -08:00
|
|
|
"name": "website",
|
|
|
|
|
"path": "apps/www"
|
2024-11-15 10:44:01 -08:00
|
|
|
}
|
2024-07-09 13:36:17 -07:00
|
|
|
],
|
2024-10-18 12:57:58 -07:00
|
|
|
"settings": {
|
2026-02-10 13:37:31 -08:00
|
|
|
"search.exclude": {
|
|
|
|
|
"**/target": true
|
|
|
|
|
},
|
|
|
|
|
"files.exclude": {
|
|
|
|
|
"**/target": true
|
|
|
|
|
},
|
2024-11-15 10:44:01 -08:00
|
|
|
"[python]": {
|
|
|
|
|
"editor.defaultFormatter": "ms-python.black-formatter",
|
|
|
|
|
"editor.formatOnSave": true
|
2026-02-09 13:33:27 -08:00
|
|
|
}
|
2024-10-18 12:57:58 -07:00
|
|
|
},
|
|
|
|
|
"extensions": {
|
|
|
|
|
"recommendations": [
|
2024-11-15 10:44:01 -08:00
|
|
|
"eamodio.gitlens",
|
2025-01-14 10:20:27 -08:00
|
|
|
"esbenp.prettier-vscode",
|
|
|
|
|
"github.copilot",
|
|
|
|
|
"github.vscode-pull-request-github",
|
|
|
|
|
"humao.rest-client",
|
2024-11-15 10:44:01 -08:00
|
|
|
"ms-python.black-formatter",
|
2025-01-14 10:20:27 -08:00
|
|
|
"ms-python.debugpy",
|
|
|
|
|
"ms-python.python",
|
|
|
|
|
"rust-lang.rust-analyzer",
|
2024-11-18 17:55:39 -08:00
|
|
|
"tamasfe.even-better-toml",
|
2024-10-18 12:57:58 -07:00
|
|
|
]
|
|
|
|
|
}
|
2024-07-18 11:01:02 -07:00
|
|
|
}
|