1
0
mirror of https://github.com/bia-technologies/precommit4onec.git synced 2025-12-24 00:21:51 +02:00

Дополнение

This commit is contained in:
Oleg Karataev
2025-11-12 12:25:55 +03:00
parent a25bde7ef3
commit 3ca7a453b0

View File

@@ -45,7 +45,7 @@ opm i 1testrunner
"request": "launch",
"program": "<Путь к папке Onescript>\\lib\\1testrunner\\src\\main.os", // Пример пути в Windows к main.os
"args": ["-run", "${file}"],
"cwd": "${workspaceRoot}",
"cwd": "${workspaceFolder}",
"env": {},
"runtimeExecutable": null,
"runtimeArgs": [],