We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3fbf20 commit de95d5bCopy full SHA for de95d5b
.gitignore
@@ -293,3 +293,6 @@ report.html
293
.ruff_cache/
294
295
bundled/libs
296
+
297
+# robotframework
298
+results/
robot.toml
@@ -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