Skip to content

Instantly share code, notes, and snippets.

@KhanhhNe
Created October 23, 2025 07:26
Show Gist options
  • Select an option

  • Save KhanhhNe/5511fab711bb024b22af0e7d9f0f7e93 to your computer and use it in GitHub Desktop.

Select an option

Save KhanhhNe/5511fab711bb024b22af0e7d9f0f7e93 to your computer and use it in GitHub Desktop.
VSCode user settings
{
"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