From f97ad2d9a4d3609649eeb6a7e8b040565922f995 Mon Sep 17 00:00:00 2001 From: Frederick Chen Date: Thu, 1 May 2025 12:30:31 +0800 Subject: [PATCH] Update settings.json --- .vscode/settings.json | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index dea4bd9..592a190 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,7 +7,7 @@ "workbench.settings.applyToAllProfiles": [ "editor.suggest.insertMode" ], - "editor.fontFamily": "'Monaspace Neon', monospace", + "editor.fontFamily": "'CaskaydiaMono Nerd Font Mono', monospace", "livePreview.defaultPreviewPath": "/Users/se7entin/Downloads/DONATION.html", "cmake.configureOnOpen": true, "cmake.showOptionsMovedNotification": false, @@ -19,14 +19,21 @@ "git.confirmSync": false, "git.autofetch": true, "gitlens.views.branches.branches.layout": "list", - "cph.general.timeOut": 1000, + "cph.general.timeOut": 2000, "explorer.confirmPasteNative": false, "editor.accessibilitySupport": "off", "terminal.integrated.enableMultiLinePasteWarning": false, - "wakatime.apiKey": "", - "editor.fontSize": 14, + "editor.fontSize": 16, "workbench.preferredDarkColorTheme": "GitHub Dark Colorblind (Beta)", "workbench.preferredLightColorTheme": "Default Dark+", - "workbench.iconTheme": "monospace-icons", - "github.copilot.editor.enableAutoCompletions": false, + "workbench.iconTheme": "catppuccin-mocha", + "files.autoSave": "onFocusChange", + "workbench.colorTheme": "Gruvbox Dark Hard", + "explorer.confirmDragAndDrop": false, + "cph.language.cpp.Args": "-std=c++14 -O2", + "security.promptForLocalFileProtocolHandling": false, + "workbench.sideBar.location": "right", + "window.customTitleBarVisibility": "windowed", + "github.copilot.nextEditSuggestions.enabled": true, + "workbench.experimental.share.enabled": true, }