mirror of
https://github.com/wczffl-503/vscode-config.git
synced 2025-06-03 16:10:27 +08:00
Update settings.json
This commit is contained in:
parent
74466e5a65
commit
f97ad2d9a4
19
.vscode/settings.json
vendored
19
.vscode/settings.json
vendored
@ -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,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user