Skip to content

Instantly share code, notes, and snippets.

@tmkasun
Created March 30, 2021 02:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmkasun/f4a97c37ae76270853b192005aeea14c to your computer and use it in GitHub Desktop.
Save tmkasun/f4a97c37ae76270853b192005aeea14c to your computer and use it in GitHub Desktop.
{
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"python.languageServer": "Pylance",
"[xml]": {
"editor.defaultFormatter": "DotJoshJohnson.xml"
},
"npm.packageManager": "npm",
"editor.rulers": [
120
],
"redhat.telemetry.enabled": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.iconTheme": "vscode-icons",
"javascript.updateImportsOnFileMove.enabled": "always",
"window.zoomLevel": 1,
"workbench.colorTheme": "Atom One Dark"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment