Skip to content

Commit de95d5b

Browse files
committed
chore: add robot.toml file
1 parent f3fbf20 commit de95d5b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,3 +293,6 @@ report.html
293293
.ruff_cache/
294294

295295
bundled/libs
296+
297+
# robotframework
298+
results/

robot.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
python-path = [
2+
"tests/robotcode/language_server/robotframework/parts/data/lib",
3+
"tests/robotcode/language_server/robotframework/parts/data/resources",
4+
]
5+
paths = "tests/robotcode/language_server/robotframework/parts/data"

0 commit comments

Comments
 (0)