|
145 | 145 | "type": "node",
|
146 | 146 | "request": "launch",
|
147 | 147 | "name": "ui.js: test",
|
148 |
| - "cwd": "${workspaceRoot}/tests", |
149 |
| - "runtimeExecutable": "${workspaceRoot}/tests/node_modules/.bin/cypress", |
| 148 | + "cwd": "${workspaceFolder}/tests", |
| 149 | + "runtimeExecutable": "${workspaceFolder}/tests/node_modules/.bin/cypress", |
150 | 150 | "args": [
|
151 | 151 | "run",
|
152 | 152 | "--headless",
|
|
163 | 163 | "stopOnEntry": false,
|
164 | 164 | "justMyCode": false,
|
165 | 165 | "python": "${command:python.interpreterPath}",
|
166 |
| - "program": "${workspaceRoot}/manage.py", |
| 166 | + "program": "${workspaceFolder}/manage.py", |
167 | 167 | "env": {
|
168 | 168 | "CVAT_SERVERLESS": "1",
|
169 | 169 | "ALLOWED_HOSTS": "*",
|
|
200 | 200 | "stopOnEntry": false,
|
201 | 201 | "justMyCode": false,
|
202 | 202 | "python": "${command:python.interpreterPath}",
|
203 |
| - "program": "${workspaceRoot}/manage.py", |
| 203 | + "program": "${workspaceFolder}/manage.py", |
204 | 204 | "args": [
|
205 | 205 | "rqworker",
|
206 | 206 | "import",
|
|
222 | 222 | "stopOnEntry": false,
|
223 | 223 | "justMyCode": false,
|
224 | 224 | "python": "${command:python.interpreterPath}",
|
225 |
| - "program": "${workspaceRoot}/manage.py", |
| 225 | + "program": "${workspaceFolder}/manage.py", |
226 | 226 | "args": [
|
227 | 227 | "rqworker",
|
228 | 228 | "export",
|
|
244 | 244 | "stopOnEntry": false,
|
245 | 245 | "justMyCode": false,
|
246 | 246 | "python": "${command:python.interpreterPath}",
|
247 |
| - "program": "${workspaceRoot}/manage.py", |
| 247 | + "program": "${workspaceFolder}/manage.py", |
248 | 248 | "args": [
|
249 | 249 | "rqworker",
|
250 | 250 | "quality_reports",
|
|
266 | 266 | "stopOnEntry": false,
|
267 | 267 | "justMyCode": false,
|
268 | 268 | "python": "${command:python.interpreterPath}",
|
269 |
| - "program": "${workspaceRoot}/manage.py", |
| 269 | + "program": "${workspaceFolder}/manage.py", |
270 | 270 | "args": [
|
271 | 271 | "rqworker",
|
272 | 272 | "analytics_reports",
|
|
288 | 288 | "stopOnEntry": false,
|
289 | 289 | "justMyCode": false,
|
290 | 290 | "python": "${command:python.interpreterPath}",
|
291 |
| - "program": "${workspaceRoot}/rqscheduler.py", |
| 291 | + "program": "${workspaceFolder}/rqscheduler.py", |
292 | 292 | "django": true,
|
293 | 293 | "cwd": "${workspaceFolder}",
|
294 | 294 | "args": [
|
|
307 | 307 | "justMyCode": false,
|
308 | 308 | "stopOnEntry": false,
|
309 | 309 | "python": "${command:python.interpreterPath}",
|
310 |
| - "program": "${workspaceRoot}/manage.py", |
| 310 | + "program": "${workspaceFolder}/manage.py", |
311 | 311 | "args": [
|
312 | 312 | "rqworker",
|
313 | 313 | "annotation",
|
|
326 | 326 | "justMyCode": false,
|
327 | 327 | "stopOnEntry": false,
|
328 | 328 | "python": "${command:python.interpreterPath}",
|
329 |
| - "program": "${workspaceRoot}/manage.py", |
| 329 | + "program": "${workspaceFolder}/manage.py", |
330 | 330 | "args": [
|
331 | 331 | "rqworker",
|
332 | 332 | "webhooks",
|
|
345 | 345 | "stopOnEntry": false,
|
346 | 346 | "justMyCode": false,
|
347 | 347 | "python": "${command:python.interpreterPath}",
|
348 |
| - "program": "${workspaceRoot}/manage.py", |
| 348 | + "program": "${workspaceFolder}/manage.py", |
349 | 349 | "args": [
|
350 | 350 | "rqworker",
|
351 | 351 | "cleaning",
|
|
367 | 367 | "justMyCode": false,
|
368 | 368 | "stopOnEntry": false,
|
369 | 369 | "python": "${command:python.interpreterPath}",
|
370 |
| - "program": "${workspaceRoot}/manage.py", |
| 370 | + "program": "${workspaceFolder}/manage.py", |
371 | 371 | "args": [
|
372 | 372 | "migrate"
|
373 | 373 | ],
|
|
383 | 383 | "justMyCode": false,
|
384 | 384 | "stopOnEntry": false,
|
385 | 385 | "python": "${command:python.interpreterPath}",
|
386 |
| - "program": "${workspaceRoot}/manage.py", |
| 386 | + "program": "${workspaceFolder}/manage.py", |
387 | 387 | "args": [
|
388 | 388 | "test",
|
389 | 389 | "--settings",
|
|
486 | 486 | "justMyCode": false,
|
487 | 487 | "stopOnEntry": false,
|
488 | 488 | "python": "${command:python.interpreterPath}",
|
489 |
| - "program": "${workspaceRoot}/manage.py", |
| 489 | + "program": "${workspaceFolder}/manage.py", |
490 | 490 | "args": [
|
491 | 491 | "spectacular",
|
492 | 492 | "--file",
|
|
0 commit comments