Skip to content

Instantly share code, notes, and snippets.

@estevaofon
Created July 9, 2024 23:52
Show Gist options
  • Save estevaofon/4f5d4b786e89e01da8b8c155aea6d3f9 to your computer and use it in GitHub Desktop.
Save estevaofon/4f5d4b786e89e01da8b8c155aea6d3f9 to your computer and use it in GitHub Desktop.
{
"security.workspace.trust.untrustedFiles": "open",
"editor.unicodeHighlight.nonBasicASCII": false,
"python.linting.flake8Enabled": false,
"python.linting.enabled": false,
"python.linting.pylintEnabled": true,
"terminal.integrated.shellArgs.windows": [
"-ExecutionPolicy",
"Bypass"
],
"editor.inlineSuggest.enabled": true,
"[python]": {
"editor.formatOnType": true
},
"python.defaultInterpreterPath": "C:\\Users\\estev\\AppData\\Local\\Programs\\Python\\Python38\\python.exe",
"editor.minimap.enabled": false,
"github.copilot.editor.enableAutoCompletions": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment