Previously the location of a variable name declared in a VAR_CONFIG block would include the AT keyword in it. With this commit the AT keyword is omitted such that a slice of the variable name is e.g. main.instance.foo instead of main.instance.foo AT.
Previously the location of a variable name declared in a
VAR_CONFIG
block would include theAT
keyword in it. With this commit theAT
keyword is omitted such that a slice of the variable name is e.g.main.instance.foo
instead ofmain.instance.foo AT
.