clan-core/pkgs/clan-app/clan-app.code-workspace

44 lines
755 B
Plaintext
Raw Normal View History

{
"folders": [
{
2023-12-01 18:31:57 +00:00
"path": "."
},
{
2023-12-01 18:31:57 +00:00
"path": "../clan-cli/clan_cli"
2023-12-05 15:05:13 +00:00
},
{
"path": "../clan-cli/tests"
},
{
"path": "../../nixosModules"
},
{
"path": "../../lib/build-clan"
}
],
"settings": {
"python.linting.mypyEnabled": true,
"files.exclude": {
"**/__pycache__": true,
"**/.direnv": true,
"**/.hypothesis": true,
"**/.mypy_cache": true,
"**/.reports": true,
"**/.ruff_cache": true,
2024-01-29 06:40:30 +00:00
"**/result/**": true,
2023-12-30 23:49:57 +00:00
"/nix/store/**": true
},
"search.exclude": {
2023-12-30 23:49:57 +00:00
"**/__pycache__": true,
"**/.direnv": true,
2023-12-30 23:49:57 +00:00
"**/.hypothesis": true,
"**/.mypy_cache": true,
2023-12-30 23:49:57 +00:00
"**/.reports": true,
"**/.ruff_cache": true,
2024-01-29 06:40:30 +00:00
"**/result/": true,
2023-12-30 23:49:57 +00:00
"/nix/store/**": true
},
"files.autoSave": "off"
}
}