Skip to content

Instantly share code, notes, and snippets.

@RyoJerryYu
Last active July 31, 2022 10:58
Show Gist options
  • Save RyoJerryYu/abab633f9aa876fb6947dfca869695d3 to your computer and use it in GitHub Desktop.
Save RyoJerryYu/abab633f9aa876fb6947dfca869695d3 to your computer and use it in GitHub Desktop.
My VSCode setting json for python.
{
"[python]": {
"gitlens.codeLens.symbolScopes": [
"!Module"
],
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.wordBasedSuggestions": false,
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-python.python",
},
"python.languageServer": "Pylance",
"python.formatting.provider": "yapf",
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
"python.linting.lintOnSave": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment