Created
October 23, 2025 07:26
-
-
Save KhanhhNe/5511fab711bb024b22af0e7d9f0f7e93 to your computer and use it in GitHub Desktop.
VSCode user settings
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.startupEditor": "none", | |
| "editor.smoothScrolling": true, | |
| "editor.mouseWheelScrollSensitivity": 0.3, | |
| "security.promptForLocalFileProtocolHandling": false, | |
| "github.copilot.enable": { | |
| "*": true, | |
| "plaintext": true, | |
| "markdown": true, | |
| "scminput": false | |
| }, | |
| "git.autofetch": true, | |
| "git.confirmSync": false, | |
| "[typescriptreact]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[typescript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[javascript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[jsonc]": { | |
| "editor.defaultFormatter": "vscode.json-language-features" | |
| }, | |
| "css.enabledLanguages": [ | |
| "html", | |
| "php" | |
| ], | |
| "explorer.confirmDragAndDrop": false, | |
| "[markdown]": { | |
| "editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
| }, | |
| "github.copilot.editor.enableAutoCompletions": true, | |
| "typescript.updateImportsOnFileMove.enabled": "always", | |
| "window.confirmBeforeClose": "keyboardOnly", | |
| "javascript.preferences.useAliasesForRenames": false, | |
| "typescript.preferences.useAliasesForRenames": false, | |
| "editor.formatOnSave": true, | |
| "[shellscript]": { | |
| "editor.defaultFormatter": "foxundermoon.shell-format" | |
| }, | |
| "[html]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "editor.codeActionsOnSave": { | |
| "source.fixAll.eslint": "always" | |
| }, | |
| "editor.indentSize": 2, | |
| "playwright.reuseBrowser": true, | |
| "diffEditor.ignoreTrimWhitespace": true, | |
| "[dockerfile]": { | |
| "editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
| }, | |
| "[json]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "extensions.experimental.affinity": { | |
| "asvetliakov.vscode-neovim": 1 | |
| }, | |
| "redhat.telemetry.enabled": false, | |
| "cursor.cpp.disabledLanguages": [ | |
| "scminput" | |
| ], | |
| "cursor.general.disableHttp2": true, | |
| "workbench.colorTheme": "Default Dark Modern", | |
| "editor.tabSize": 2, | |
| "editor.lineNumbers": "relative", | |
| "diffEditor.hideUnchangedRegions.enabled": true, | |
| "editor.acceptSuggestionOnCommitCharacter": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User settings in VSCode enable customization of the development environment through the use of editor preferences, themes, and extensions. Similar to how you hire CIPD Assignment Writers to customize content based on their requirements, customization provides for efficiency.