Created
June 25, 2025 12:33
-
-
Save Pymmdrza/7768d92090ec846257d1176912c503ee to your computer and use it in GitHub Desktop.
Visual Studio Code Setting Config for Python Javascript and PHP , ... (Private Design)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "workbench.colorCustomizations": { | |
| "editor.background": "#22242d", | |
| "editor.foreground": "#D4D4D4", | |
| "editor.selectionBackground": "#3f5e86", | |
| "editor.lineHighlightBackground": "#333a4578", | |
| "editorCursor.foreground": "#5cb5ff", | |
| "terminal.background": "#36373b", | |
| "terminal.foreground": "#D4D4D4", | |
| "terminal.selectionBackground": "#264F78", | |
| "sideBar.background": "#22242d", | |
| "sideBar.foreground": "#D4D4D4", | |
| "sideBarSectionHeader.background": "#2c2f3c", | |
| "sideBarSectionHeader.foreground": "#D4D4D4", | |
| "activityBar.background": "#22242d", | |
| "activityBar.foreground": "#D4D4D4", | |
| "activityBarBadge.background": "#5cb5ff", | |
| "activityBarBadge.foreground": "#22242d", | |
| "statusBar.background": "#22242d", | |
| "statusBar.foreground": "#7c81a1", | |
| "statusBar.border": "#4a5281", | |
| "statusBarItem.focusBorder" : "#233ca1", | |
| "statusBarItem.activeBackground": "#3a3e54", | |
| "statusBarItem.hoverBackground": "#2a2e3e", | |
| "statusBarItem.errorBackground": "#ff5c57", | |
| "statusBarItem.prominentBackground": "#484b97", | |
| "statusBarItem.prominentHoverBackground": "#393939", | |
| "statusBarItem.prominentForeground": "#2d563b", | |
| "editorGroupHeader.tabsBackground": "#22242d", | |
| "editorGroupHeader.tabsBorder": "#2c2e3a", | |
| "editorGroup.border": "#555b80", | |
| "editorGutter.background": "#22242d", | |
| "editor.compositionBorder": "#5185af", | |
| "editorBracketMatch.border": "#5cb5ff", | |
| "sideBarActivityBarTop.border": "#2c2e3a", | |
| }, | |
| "github.copilot.enable": { | |
| "python": true, | |
| "markdown": true, | |
| "javascript": true, | |
| "css": true, | |
| "html": true, | |
| "php": true, | |
| "sql": true | |
| }, | |
| "oneDarkPro.bold": true, | |
| "terminal.integrated.accessibleViewFocusOnCommandExecution": false, | |
| "editor.largeFileOptimizations": false, | |
| "terminal.integrated.accessibleViewPreserveCursorPosition": true, | |
| "terminal.integrated.allowMnemonics": true, | |
| "terminal.integrated.cursorStyle": "line", | |
| "terminal.integrated.defaultProfile.linux": "Ubuntu-22.04", | |
| "python.createEnvironment.trigger": "off", | |
| "files.autoSave": "afterDelay", | |
| "workbench.editor.highlightModifiedTabs": true, | |
| "window.zoomLevel": 1, | |
| "window.titleBarStyle": "custom", | |
| "editor.fontFamily": "Cascadia Code, Hack Nerd Font, Fira Code, JetBrains Mono, Source Code Pro, Menlo, Monaco, Consolas, 'Courier New', monospace", | |
| "editor.fontSize": 14, | |
| "editor.letterSpacingControl": "on", | |
| "editor.letterSpacing": 0.3, | |
| "editor.fontLigatures": true, | |
| "editor.fontVariations": "normal", | |
| "editor.fontWeight": "350", | |
| "editor.lineHeight": 1.3, | |
| "editor.wordWrap": "on", | |
| "editor.wordWrapColumn": 120, | |
| "editor.tabSize": 4, | |
| "editor.insertSpaces": true, | |
| "editor.rulers": [120], | |
| "editor.cursorBlinking": "smooth", | |
| "editor.cursorSmoothCaretAnimation": "on", | |
| "editor.minimap.renderCharacters": false, | |
| "explorer.autoOpenDroppedFile": true, | |
| "explorer.excludeGitIgnore": true, | |
| "explorer.compactFolders": true, | |
| "editor.renderControlCharacters": false, | |
| "editor.scrollBeyondLastLine": false, | |
| "editor.suggest.insertMode": "replace", | |
| "editor.suggest.localityBonus": true, | |
| "editor.suggest.showIcons": true, | |
| "editor.suggest.showKeywords": true, | |
| "editor.suggest.showSnippets": true, | |
| "editor.suggest.filterGraceful": false, | |
| "editor.suggest.preview": true, | |
| "editor.suggest.snippetsPreventQuickSuggestions": true, | |
| "editor.cursorStyle": "line", | |
| "[python]": { | |
| "diffEditor.ignoreTrimWhitespace": false, | |
| "editor.defaultColorDecorators": "never", | |
| "editor.formatOnType": true, | |
| "editor.wordBasedSuggestions": "off", | |
| "editor.defaultFormatter": "ms-python.black-formatter", | |
| "editor.formatOnPaste": true, | |
| "editor.formatOnSave": true, | |
| "editor.autoIndent": "full" | |
| }, | |
| "editor.formatOnPaste": true, | |
| "editor.acceptSuggestionOnCommitCharacter": true, | |
| "editor.acceptSuggestionOnEnter": "on", | |
| "editor.autoIndent": "advanced", | |
| "editor.overtypeOnPaste": true, | |
| "editor.minimap.enabled": false, | |
| "editor.guides.indentation": false, | |
| "terminal.integrated.cursorStyleInactive": "line", | |
| "terminal.integrated.cursorWidth": 3, | |
| "terminal.integrated.profiles.windows": { | |
| "Ubuntu-22.04": { | |
| "path": "C:\\Windows\\System32\\wsl.exe", | |
| "args": [ | |
| "-d", | |
| "Ubuntu-22.04" | |
| ], | |
| "icon": "terminal-bash" | |
| } | |
| }, | |
| "terminal.integrated.defaultProfile.windows": "Ubuntu-22.04", | |
| "terminal.integrated.fontLigatures.enabled": true, | |
| "terminal.integrated.minimumContrastRatio": 1, | |
| "terminal.integrated.fontFamily": "Hack Nerd Font", | |
| "terminal.integrated.copyOnSelection": true, | |
| "terminal.integrated.suggest.cdPath": "relative", | |
| "terminal.integrated.lineHeight": 1.1, | |
| "terminal.integrated.fontWeight": "normal", | |
| "terminal.integrated.fontLigatures.featureSettings": "\"calt\" on, \"liga\" on", | |
| "terminal.integrated.localEchoStyle": "dim", | |
| "terminal.integrated.tabs.enableAnimation": true, | |
| "terminal.integrated.tabs.title": "${sequence}", | |
| "terminal.integrated.tabs.defaultIcon": "terminal-cmd", | |
| "cline.disableBrowserTool": true, | |
| "python.defaultInterpreterPath": "c:\\Python313\\python.exe", | |
| "python.analysis.useLibraryCodeForTypes": true, | |
| "python.analysis.functionReturnTypes": "full", | |
| "github.copilot.nextEditSuggestions.enabled": true, | |
| "gitea.instances": [ | |
| { | |
| "name": "GiteaFrejo", | |
| "url": "https://hub.0xfffffff.com", | |
| "token": "76d117f706e372d4a9128b652d7e53dd17aa5868" | |
| }], | |
| "files.exclude": { | |
| "**/.vscode": true | |
| }, | |
| "editor.formatOnSave": true, | |
| "editor.codeActionsOnSave": { | |
| "source.fixAll": "always" | |
| }, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "emmet.includeLanguages": { | |
| "javascript": "javascriptreact" | |
| }, | |
| "workbench.colorTheme": "GitHub Dark Dimmed", | |
| "python.analysis.diagnosticsSource": "Pyright", | |
| "editor.defaultFormatter": "ms-python.black-formatter", | |
| "notebook.defaultFormatter": "ms-python.black-formatter", | |
| "python.analysis.cacheLSPData": true, | |
| "git.enableSmartCommit": true, | |
| "git.autofetch": true, | |
| "editor.language.brackets": [ | |
| ], | |
| "editor.linkedEditing": true, | |
| "editor.indentSize": "tabSize", | |
| "editor.dropIntoEditor.preferences": [ | |
| ], | |
| } |
Author
Pymmdrza
commented
Jun 25, 2025

Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment