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": {
|
||||
"*.json5": "jsonc",
|
||||
"*.json5": "jsonc"
|
||||
},
|
||||
"editor.hover.delay": 1500,
|
||||
"editor.bracketPairColorization.enabled": true,
|
||||
|
@ -21,11 +21,11 @@
|
|||
"diagnostics": {
|
||||
"ignored": [],
|
||||
"excludedFiles": []
|
||||
},
|
||||
}
|
||||
},
|
||||
"nix": {
|
||||
"binary": "/run/current-system/sw/bin/nix",
|
||||
"maxMemoryMB": null, // disable memory limit
|
||||
"maxMemoryMB": null,
|
||||
"flake": {
|
||||
"autoEvalInputs": true,
|
||||
"autoArchive": true,
|
||||
|
|
Loading…
Reference in a new issue