disko/.vscode/settings.json
2024-11-27 23:18:54 +01:00

27 lines
No EOL
486 B
JSON

{
"nix.serverSettings": {
"nixd": {
"formatting": {
"command": [
"nixpkgs-fmt",
"--"
]
}
}
},
"cSpell.enabled": true,
"cSpell.words": [
"Disko",
"nixos",
"nixpkgs"
],
"python.analysis.extraPaths": [
"./src"
],
"mypy-type-checker.importStrategy": "fromEnvironment",
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}