Skip to content

Commit 5816669

Browse files
committed
refactor: add more configuration options, update schema, new command config
1 parent 69dc14a commit 5816669

File tree

13 files changed

+703
-636
lines changed

13 files changed

+703
-636
lines changed

.vscode/launch.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,14 @@
4545
"justMyCode": false,
4646
"cwd": "${workspaceFolder}/tests/robotcode/language_server/robotframework/parts/data",
4747
"args": [
48-
"-v",
48+
//"-v",
4949
"-p",
5050
"firefox",
5151
//"--dry",
52-
"run",
53-
"tests1"
52+
// "run",
53+
// "tests1"
54+
"config",
55+
"show"
5456
]
5557
},
5658
{

0 commit comments

Comments
 (0)