Skip to content

Commit

Permalink
Updated VSCode Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Schafer authored and Corey Schafer committed Apr 24, 2019
1 parent 0b175b5 commit 27d3bf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion settings/VSCode-Settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"editor.formatOnSave": true,
"window.zoomLevel": 1,
"python.pythonPath": "/usr/local/bin/python3",
"python.formatting.provider": "black",
"code-runner.executorMap": {
"python": "$pythonPath -u $fullFileName"
},
Expand All @@ -29,4 +30,4 @@
"workbench.settings.useSplitJSON": true,
"workbench.settings.editor": "json",
"workbench.statusBar.feedback.visible": false
}
}

0 comments on commit 27d3bf5

Please sign in to comment.