VSCode Settings
Visual Studio Code user settings.
settings.json
{
"leetcode.hint.configWebviewMarkdown": false,
"leetcode.workspaceFolder": "{{HOME}}/Documents/Important/Leetcode",
"leetcode.hint.commentDescription": false,
"editor.fontSize": 13.5,
"editor.fontLigatures": true,
"editor.fontWeight": "500",
"editor.wordWrap": "on",
"editor.cursorBlinking": "smooth",
"editor.cursorSmoothCaretAnimation": "on",
"editor.minimap.enabled": false,
"git.openRepositoryInParentFolders": "never",
"security.workspace.trust.untrustedFiles": "open",
"terminal.integrated.allowChords": false,
"terminal.integrated.allowMnemonics": true,
"terminal.integrated.fontFamily": "fira code, Fira Code",
"terminal.integrated.fontSize": 13,
"terminal.integrated.fontWeight": "600",
"python.defaultInterpreterPath": "/opt/homebrew/bin/python3",
"code-runner.defaultLanguage": "python",
"code-runner.enableAppInsights": false,
"code-runner.runInTerminal": true,
"code-runner.saveFileBeforeRun": true,
"leetcode.hint.commandShortcut": false,
"codesnap.shutterAction": "copy",
"leetcode.editor.shortcuts": [
"submit",
"test",
"solution"
],
"redhat.telemetry.enabled": true,
"workbench.colorCustomizations": {
"terminal.background": "#00000000",
"editorPane.background": "#1e1e1e00",
"editorGroupHeader.tabsBackground": "#1e1e1e00",
"editorGroupHeader.noTabsBackground": "#1e1e1e00",
"breadcrumb.background": "#1e1e1e00",
"editorGutter.background": "#1e1e1e00",
"panel.background": "#1e1e1e00",
"panelStickyScroll.background": "#1e1e1e00",
"tab.activeBackground": "#1e1e1e00",
"tab.unfocusedActiveBackground": "#1e1e1e00",
"sideBar.background": "#1e1e1e03",
"sideBarTitle.background": "#1e1e1e03",
"sideBarStickyScroll.background": "#1e1e1e03",
"activityBar.background": "#1e1e1e03",
"editor.background": "#1e1e1e03",
"editorStickyScroll.background": "#1e1e1e03",
"editorStickyScrollGutter.background": "#1e1e1e03",
"tab.inactiveBackground": "#1e1e1e03",
"tab.unfocusedInactiveBackground": "#1e1e1e03",
"inlineChat.background": "#1e1e1ee6",
"editorWidget.background": "#1e1e1ee6",
"editorHoverWidget.background": "#1e1e1ee6",
"editorSuggestWidget.background": "#1e1e1ee6",
"notifications.background": "#1e1e1ee6",
"notificationCenterHeader.background": "#1e1e1ee6",
"menu.background": "#1e1e1ee6",
"quickInput.background": "#1e1e1ee6"
},
"window.titleBarStyle": "custom",
"python.createEnvironment.trigger": "off",
"leetcode.hint.setDefaultLanguage": false,
"vscord.status.state.text.editing": "Enna da look uh, mudila da poda da",
"vscord.status.state.text.idle": "Enna da look uh, mudila da poda da",
"vscord.status.details.text.viewing": "Working on {file_name}{file_extension}",
"vscord.status.details.text.editing": "Working on {file_name}{file_extension}",
"vscord.status.details.text.notInFile": "Ungoppan peru enna",
"editor.semanticHighlighting.enabled": true,
"editor.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace",
"vscode_vibrancy.opacity": 0.01,
"github.copilot.nextEditSuggestions.enabled": true,
"leetcode.filePath": {
"default": {
"folder": "",
"filename": "${id}.${kebab-case-name}.${ext}"
}
},
"explorer.confirmDelete": false,
"arduino.useArduinoCli": true,
"haskell.manageHLS": "GHCup",
"terminal.integrated.gpuAcceleration": "off",
"window.systemColorTheme": "dark",
"window.autoDetectColorScheme": false,
"workbench.colorTheme": "One Dark Pro",
"github.copilot.enable": {
"*": false,
"plaintext": false,
"markdown": false,
"scminput": false
},
"vscord.app.name": "Visual Studio Code",
"vscord.status.idle.check": false,
"vscord.status.idle.timeout": 3000000,
"vscord.status.problems.countedSeverities": [
"error",
"warning",
"hint",
"info"
],
"vscord.status.details.text.idle": "Ungomma peru enna",
}