mirror of
https://github.com/wczffl-503/vscode-config.git
synced 2025-06-05 09:20:26 +08:00
40 lines
1.6 KiB
JSON
40 lines
1.6 KiB
JSON
{
|
|
"security.workspace.trust.untrustedFiles": "open",
|
|
"editor.fontLigatures": true,
|
|
"editor.fontWeight": "400",
|
|
"python.defaultInterpreterPath": "/usr/local/bin/python3",
|
|
"workbench.productIconTheme": "bongocat",
|
|
"workbench.settings.applyToAllProfiles": [
|
|
"editor.suggest.insertMode"
|
|
],
|
|
"editor.fontFamily": "'CaskaydiaMono Nerd Font Mono', monospace",
|
|
"livePreview.defaultPreviewPath": "/Users/se7entin/Downloads/DONATION.html",
|
|
"cmake.configureOnOpen": true,
|
|
"cmake.showOptionsMovedNotification": false,
|
|
"symbols.hidesExplorerArrows": false,
|
|
"explorer.confirmDelete": false,
|
|
"editor.fontVariations": false,
|
|
"cph.general.defaultLanguage": "cpp",
|
|
"git.enableSmartCommit": true,
|
|
"git.confirmSync": false,
|
|
"git.autofetch": true,
|
|
"gitlens.views.branches.branches.layout": "list",
|
|
"cph.general.timeOut": 2000,
|
|
"explorer.confirmPasteNative": false,
|
|
"editor.accessibilitySupport": "off",
|
|
"terminal.integrated.enableMultiLinePasteWarning": false,
|
|
"editor.fontSize": 16,
|
|
"workbench.preferredDarkColorTheme": "GitHub Dark Colorblind (Beta)",
|
|
"workbench.preferredLightColorTheme": "Default Dark+",
|
|
"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,
|
|
}
|