Skip to content

Commit

Permalink
vscode config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Aug 31, 2020
1 parent e879a2c commit 5085029
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
15 changes: 4 additions & 11 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,18 @@
"request": "launch",
"program": "/usr/local/bin/swarm",
"console": "integratedTerminal",
"cwd": "/Users/lafp/git/performance/locust",
"args": [
"-f",
"../pes/locust/mix.py",
"-t",
"360",
"-u",
"100",
"racing.py",
"-L",
"DEBUG",
// "-H",
// "http://example.com",
"--loadgens",
"2"
],
"env": {
"LOCUST_RPS": "1",
"LC_ALL": "en_US.UTF-8"
},
"justMyCode": false
"justMyCode": false,
"gevent": true
}
]
}
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"python.pythonPath": "/usr/local/opt/python/bin/python3.7",
"python.formatting.provider": "black",
"files.exclude": {
"**/env": true,
Expand Down

0 comments on commit 5085029

Please sign in to comment.