Skip to content

Commit

Permalink
Create settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin authored Sep 16, 2020
1 parent 4108145 commit f993afe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"terminal.integrated.cwd": "sample_project", // TODO: Replace with own value.
"code-runner.cwd": "sample_project", // TODO: Replace with own value.

"python.pythonPath": "venv/bin/python",

"editor.rulers": [79]
}

0 comments on commit f993afe

Please sign in to comment.