mirror of
https://github.com/wczffl-503/vscode-config.git
synced 2025-06-06 18:30:26 +08:00
33 lines
1.3 KiB
JSON
33 lines
1.3 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": "'Monaspace Neon', 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": 1000,
|
|
"explorer.confirmPasteNative": false,
|
|
"editor.accessibilitySupport": "off",
|
|
"terminal.integrated.enableMultiLinePasteWarning": false,
|
|
"wakatime.apiKey": "",
|
|
"editor.fontSize": 14,
|
|
"workbench.preferredDarkColorTheme": "GitHub Dark Colorblind (Beta)",
|
|
"workbench.preferredLightColorTheme": "Default Dark+",
|
|
"workbench.iconTheme": "monospace-icons",
|
|
"github.copilot.editor.enableAutoCompletions": false,
|
|
}
|