Skip to content

Commit

Permalink
Improved launch file for vscode.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Manovich committed Jan 31, 2019
1 parent 8ab75d6 commit 13fada7
Showing 1 changed file with 8 additions and 26 deletions.
34 changes: 8 additions & 26 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,11 @@
"args": [
"runserver",
"--noreload",
"--nothreading",
"--insecure",
"127.0.0.1:7000"
],
"debugOptions": [
"RedirectOutput",
"DjangoDebugging"
],
"cwd": "${workspaceFolder}",
"envFile": "${workspaceFolder}/.env",
"django": true,
"cwd": "${workspaceFolder}"
},
{
"name": "CVAT Client",
Expand Down Expand Up @@ -53,14 +48,9 @@
"--worker-class",
"cvat.simpleworker.SimpleWorker",
],
"debugOptions": [
"RedirectOutput",
"DjangoDebugging"
],
"django": true,
"cwd": "${workspaceFolder}",
"env": {},
"envFile": "${workspaceFolder}/.env",

"env": {}
},
{
"name": "CVAT RQ - low",
Expand All @@ -76,13 +66,9 @@
"--worker-class",
"cvat.simpleworker.SimpleWorker",
],
"debugOptions": [
"RedirectOutput",
"DjangoDebugging"
],
"django": true,
"cwd": "${workspaceFolder}",
"env": {},
"envFile": "${workspaceFolder}/.env",
"env": {}
},
{
"name": "CVAT git",
Expand All @@ -95,13 +81,9 @@
"args": [
"update_git_states"
],
"debugOptions": [
"RedirectOutput",
"DjangoDebugging"
],
"django": true,
"cwd": "${workspaceFolder}",
"env": {},
"envFile": "${workspaceFolder}/.env",
"env": {}
},
],
"compounds": [
Expand Down

0 comments on commit 13fada7

Please sign in to comment.