From 4b6a2b31bb9f2ce63ba739d9daf08e1277bddd84 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 10 Dec 2024 14:25:37 -0600 Subject: [PATCH] clean up --- .vscode/settings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 74d6ce8..fd7d506 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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,