diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..dea4bd9 --- /dev/null +++ b/.vscode/settings.json @@ -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, +}