Skip to content

Commit 985abc1

Browse files
committed
add ${EMPTY} to the builtin variables
1 parent 2c13183 commit 985abc1

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
@@ -834,6 +834,7 @@ def error_from_exception(ex: BaseException, default_source: Optional[str], defau
834834

835835
BUILTIN_VARIABLES = [
836836
"${CURDIR}",
837+
"${EMPTY}",
837838
"${TEMPDIR}",
838839
"${EXECDIR}",
839840
"${/}",

0 commit comments

Comments
 (0)