mirror of
https://github.com/wczffl-503/vscode-config.git
synced 2025-06-05 09:20:26 +08:00
Create settings.json
This commit is contained in:
parent
bb424b6d10
commit
ab12f805de
32
.vscode/settings.json
vendored
Normal file
32
.vscode/settings.json
vendored
Normal 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,
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user