Skip to content

Commit 1b7affb

Browse files
committed
feat(robotcode-runner): robotcode-runner now supports all features, but not all robot options are supported
1 parent cff5c81 commit 1b7affb

File tree

9 files changed

+874
-188
lines changed

9 files changed

+874
-188
lines changed

.vscode/launch.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"justMyCode": false,
4646
"cwd": "${workspaceFolder}/tests/robotcode/language_server/robotframework/parts/data",
4747
"args": [
48-
//"-v",
48+
"-v",
4949
"-p",
5050
"firefox",
51-
"--dry",
51+
//"--dry",
5252
"run",
53-
"."
53+
"tests1"
5454
]
5555
},
5656
{

0 commit comments

Comments
 (0)