mirror of
https://github.com/nix-community/disko.git
synced 2026-01-14 18:28:45 +01:00
27 lines
No EOL
486 B
JSON
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
|
|
} |