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 b5124c8 commit 0d2f325Copy full SHA for 0d2f325
.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