mirror of
https://github.com/wczffl-503/vscode-config.git
synced 2025-06-05 09:20:26 +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": [
|
"workbench.settings.applyToAllProfiles": [
|
||||||
"editor.suggest.insertMode"
|
"editor.suggest.insertMode"
|
||||||
],
|
],
|
||||||
"editor.fontFamily": "'Monaspace Neon', monospace",
|
"editor.fontFamily": "'CaskaydiaMono Nerd Font Mono', monospace",
|
||||||
"livePreview.defaultPreviewPath": "/Users/se7entin/Downloads/DONATION.html",
|
"livePreview.defaultPreviewPath": "/Users/se7entin/Downloads/DONATION.html",
|
||||||
"cmake.configureOnOpen": true,
|
"cmake.configureOnOpen": true,
|
||||||
"cmake.showOptionsMovedNotification": false,
|
"cmake.showOptionsMovedNotification": false,
|
||||||
@ -19,14 +19,21 @@
|
|||||||
"git.confirmSync": false,
|
"git.confirmSync": false,
|
||||||
"git.autofetch": true,
|
"git.autofetch": true,
|
||||||
"gitlens.views.branches.branches.layout": "list",
|
"gitlens.views.branches.branches.layout": "list",
|
||||||
"cph.general.timeOut": 1000,
|
"cph.general.timeOut": 2000,
|
||||||
"explorer.confirmPasteNative": false,
|
"explorer.confirmPasteNative": false,
|
||||||
"editor.accessibilitySupport": "off",
|
"editor.accessibilitySupport": "off",
|
||||||
"terminal.integrated.enableMultiLinePasteWarning": false,
|
"terminal.integrated.enableMultiLinePasteWarning": false,
|
||||||
"wakatime.apiKey": "",
|
"editor.fontSize": 16,
|
||||||
"editor.fontSize": 14,
|
|
||||||
"workbench.preferredDarkColorTheme": "GitHub Dark Colorblind (Beta)",
|
"workbench.preferredDarkColorTheme": "GitHub Dark Colorblind (Beta)",
|
||||||
"workbench.preferredLightColorTheme": "Default Dark+",
|
"workbench.preferredLightColorTheme": "Default Dark+",
|
||||||
"workbench.iconTheme": "monospace-icons",
|
"workbench.iconTheme": "catppuccin-mocha",
|
||||||
"github.copilot.editor.enableAutoCompletions": false,
|
"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