Create settings.json

This commit is contained in:
Frederick Chen 2024-12-28 13:34:27 +08:00 committed by GitHub
parent bb424b6d10
commit ab12f805de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

32
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,32 @@
{
"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,
}