Skip to content

Commit 09c366b

Browse files
committed
correctly find ${OPTIONS} variable in imports
1 parent 6427dac commit 09c366b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

robotcode/language_server/robotframework/diagnostics/library_doc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,7 @@ def _get_default_variables() -> Any:
934934
"${REPORT FILE}": "",
935935
"${DEBUG FILE}": "",
936936
"${OUTPUT DIR}": "",
937+
"${OPTIONS}": "",
937938
}.items():
938939
__default_variables[k] = v
939940

0 commit comments

Comments
 (0)