Skip to content

Commit

Permalink
Update launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Gene Lee authored Aug 16, 2019
1 parent 5ddb983 commit e513245
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
"type": "python",
"request": "launch",
"program": "${workspaceRoot}/mssqlcli/main.py",
"args": [
"-S", "<hostname>",
"-d", "<database>",
"-U", "<username>"
],
"env": {
"PYTHONPATH":"${workspaceRoot};${env:PYTHONPATH}"
},
Expand Down

0 comments on commit e513245

Please sign in to comment.