Skip to content

Commit

Permalink
Added VSCode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Schafer authored and Corey Schafer committed Apr 18, 2019
1 parent c367daf commit 0b175b5
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions settings/VSCode-Settings.json
Original file line number Diff line number Diff line change
@@ -0,0 1,32 @@
{
"workbench.colorTheme": "Predawn",
"workbench.iconTheme": "ayu",
"editor.fontSize": 16,
"editor.fontWeight": "500",
"editor.fontFamily": "Source Code Pro",
"debug.console.fontFamily": "Source Code Pro",
"debug.console.fontSize": 16,
"terminal.integrated.fontSize": 16,
"terminal.integrated.fontWeight": "600",
"editor.formatOnSave": true,
"window.zoomLevel": 1,
"python.pythonPath": "/usr/local/bin/python3",
"code-runner.executorMap": {
"python": "$pythonPath -u $fullFileName"
},
"code-runner.clearPreviousOutput": true,
"code-runner.showExecutionMessage": false,
"[plaintext]": {
"editor.quickSuggestions": false
},
"editor.quickSuggestionsDelay": 100,
"zenMode.centerLayout": false,
"zenMode.fullScreen": false,
"zenMode.hideLineNumbers": false,
"zenMode.hideTabs": false,
"editor.minimap.enabled": false,
"workbench.settings.openDefaultSettings": true,
"workbench.settings.useSplitJSON": true,
"workbench.settings.editor": "json",
"workbench.statusBar.feedback.visible": false
}

0 comments on commit 0b175b5

Please sign in to comment.