Language support for Lux (LUcid eXpect scripting)
https://marketplace.visualstudio.com/items?itemName=duyn.lux-vscode
- Syntax highlight
- Go to definition
If you have some environment variable that contain a path, you can use lux.envVariables
"lux.envVariables": {
"TEST_LIB_DIR_1": "~/repo/test/system/test"
"TEST_LIB_DIR_2": "$WORKSPACE$/system/test"
},
It can be relative path or absolute path.
You can also set with $WORKSPACE$, the extension will use use current workspace when convert that path
...
Initial release