clean up
This commit is contained in:
parent
db3d508176
commit
4b6a2b31bb
1 changed files with 4 additions and 4 deletions
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"editor.fontFamily": "FiraCode Nerd Font",
|
"editor.fontFamily": "CaskaydiaMono Nerd Font Mono",
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"*.json5": "jsonc",
|
"*.json5": "jsonc"
|
||||||
},
|
},
|
||||||
"editor.hover.delay": 1500,
|
"editor.hover.delay": 1500,
|
||||||
"editor.bracketPairColorization.enabled": true,
|
"editor.bracketPairColorization.enabled": true,
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
"diagnostics": {
|
"diagnostics": {
|
||||||
"ignored": [],
|
"ignored": [],
|
||||||
"excludedFiles": []
|
"excludedFiles": []
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
"nix": {
|
"nix": {
|
||||||
"binary": "/run/current-system/sw/bin/nix",
|
"binary": "/run/current-system/sw/bin/nix",
|
||||||
"maxMemoryMB": null, // disable memory limit
|
"maxMemoryMB": null,
|
||||||
"flake": {
|
"flake": {
|
||||||
"autoEvalInputs": true,
|
"autoEvalInputs": true,
|
||||||
"autoArchive": true,
|
"autoArchive": true,
|
||||||
|
|
Loading…
Reference in a new issue