Skip to content

Commit 4ccc29d

Browse files
authored
1 parent ab7ce81 commit 4ccc29d

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.vscode/launch.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@
145145
"type": "node",
146146
"request": "launch",
147147
"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",
150150
"args": [
151151
"run",
152152
"--headless",
@@ -163,7 +163,7 @@
163163
"stopOnEntry": false,
164164
"justMyCode": false,
165165
"python": "${command:python.interpreterPath}",
166-
"program": "${workspaceRoot}/manage.py",
166+
"program": "${workspaceFolder}/manage.py",
167167
"env": {
168168
"CVAT_SERVERLESS": "1",
169169
"ALLOWED_HOSTS": "*",
@@ -200,7 +200,7 @@
200200
"stopOnEntry": false,
201201
"justMyCode": false,
202202
"python": "${command:python.interpreterPath}",
203-
"program": "${workspaceRoot}/manage.py",
203+
"program": "${workspaceFolder}/manage.py",
204204
"args": [
205205
"rqworker",
206206
"import",
@@ -222,7 +222,7 @@
222222
"stopOnEntry": false,
223223
"justMyCode": false,
224224
"python": "${command:python.interpreterPath}",
225-
"program": "${workspaceRoot}/manage.py",
225+
"program": "${workspaceFolder}/manage.py",
226226
"args": [
227227
"rqworker",
228228
"export",
@@ -244,7 +244,7 @@
244244
"stopOnEntry": false,
245245
"justMyCode": false,
246246
"python": "${command:python.interpreterPath}",
247-
"program": "${workspaceRoot}/manage.py",
247+
"program": "${workspaceFolder}/manage.py",
248248
"args": [
249249
"rqworker",
250250
"quality_reports",
@@ -266,7 +266,7 @@
266266
"stopOnEntry": false,
267267
"justMyCode": false,
268268
"python": "${command:python.interpreterPath}",
269-
"program": "${workspaceRoot}/manage.py",
269+
"program": "${workspaceFolder}/manage.py",
270270
"args": [
271271
"rqworker",
272272
"analytics_reports",
@@ -288,7 +288,7 @@
288288
"stopOnEntry": false,
289289
"justMyCode": false,
290290
"python": "${command:python.interpreterPath}",
291-
"program": "${workspaceRoot}/rqscheduler.py",
291+
"program": "${workspaceFolder}/rqscheduler.py",
292292
"django": true,
293293
"cwd": "${workspaceFolder}",
294294
"args": [
@@ -307,7 +307,7 @@
307307
"justMyCode": false,
308308
"stopOnEntry": false,
309309
"python": "${command:python.interpreterPath}",
310-
"program": "${workspaceRoot}/manage.py",
310+
"program": "${workspaceFolder}/manage.py",
311311
"args": [
312312
"rqworker",
313313
"annotation",
@@ -326,7 +326,7 @@
326326
"justMyCode": false,
327327
"stopOnEntry": false,
328328
"python": "${command:python.interpreterPath}",
329-
"program": "${workspaceRoot}/manage.py",
329+
"program": "${workspaceFolder}/manage.py",
330330
"args": [
331331
"rqworker",
332332
"webhooks",
@@ -345,7 +345,7 @@
345345
"stopOnEntry": false,
346346
"justMyCode": false,
347347
"python": "${command:python.interpreterPath}",
348-
"program": "${workspaceRoot}/manage.py",
348+
"program": "${workspaceFolder}/manage.py",
349349
"args": [
350350
"rqworker",
351351
"cleaning",
@@ -367,7 +367,7 @@
367367
"justMyCode": false,
368368
"stopOnEntry": false,
369369
"python": "${command:python.interpreterPath}",
370-
"program": "${workspaceRoot}/manage.py",
370+
"program": "${workspaceFolder}/manage.py",
371371
"args": [
372372
"migrate"
373373
],
@@ -383,7 +383,7 @@
383383
"justMyCode": false,
384384
"stopOnEntry": false,
385385
"python": "${command:python.interpreterPath}",
386-
"program": "${workspaceRoot}/manage.py",
386+
"program": "${workspaceFolder}/manage.py",
387387
"args": [
388388
"test",
389389
"--settings",
@@ -486,7 +486,7 @@
486486
"justMyCode": false,
487487
"stopOnEntry": false,
488488
"python": "${command:python.interpreterPath}",
489-
"program": "${workspaceRoot}/manage.py",
489+
"program": "${workspaceFolder}/manage.py",
490490
"args": [
491491
"spectacular",
492492
"--file",

0 commit comments

Comments
 (0)