Skip to content

Commit 6d7bd6f

Browse files
committed
Переносимый файл launch.json
1 parent bbaa452 commit 6d7bd6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"name": "Отладка 1Script",
99
"type": "oscript",
1010
"request": "launch",
11-
"program": "${file}",
1211
"args": [],
12+
"program": "${workspaceRoot}/src/cmd/opm.os",
1313
"cwd": "${workspaceRoot}",
14-
"runtimeExecutable": "/usr/bin/oscript",
14+
"runtimeExecutable": null,
1515
"debugPort": 2801,
1616
"protocol": "internal"
1717
}

0 commit comments

Comments
 (0)