Skip to content

Commit

Permalink
🔥 1.12.4-RELEASE: update VSCode preferences file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Catuogno committed Nov 21, 2020
1 parent 323d799 commit c1646fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,7 @@
"git.autofetch": true,
// Terminal
"terminal.integrated.inheritEnv": false,
"python.defaultInterpreterPath": "/usr/local/bin/python3"
"python.defaultInterpreterPath": "/usr/local/bin/python3",
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}

0 comments on commit c1646fc

Please sign in to comment.