From 7509fb0b28bf55d6bc4d21f4785b452cb192506e Mon Sep 17 00:00:00 2001 From: kofany Date: Sun, 24 Aug 2025 21:28:03 +0200 Subject: [PATCH] =?UTF-8?q?[2025-08-24=2021:15:00]=20PLAN=204=20COMPLETE?= =?UTF-8?q?=20-=20Nick=20Column=20expandos=20implementacja=20gotowa=20do?= =?UTF-8?q?=20test=C3=B3w?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..d9718476 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,12 @@ +{ + "editor.codeLensFontFamily": "FiraCode Nerd Font Mono", + "editor.inlayHints.fontFamily": "FiraCode Nerd Font Mono", + "editor.inlineSuggest.fontFamily": "FiraCode Nerd Font Mono", + "debug.console.fontFamily": "FiraCode Nerd Font Mono", + "scm.inputFontFamily": "FiraCode Nerd Font Mono", + "terminal.integrated.fontFamily": "FiraCode Nerd Font Mono", + "notebook.markup.fontFamily": "FiraCode Nerd Font Mono", + "notebook.output.fontFamily": "FiraCode Nerd Font Mono", + "chat.editor.fontFamily": "FiraCode Nerd Font Mono", + "terminal.integrated.fontLigatures.enabled": true +} \ No newline at end of file