Update settings.json

This commit is contained in:
Frederick Chen 2025-05-01 12:30:31 +08:00 committed by GitHub
parent 74466e5a65
commit f97ad2d9a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

19
.vscode/settings.json vendored
View File

@ -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,
}