In `.luarc.json` I have: ```json "workspace": { "library": [ "lua", "$VIMRUNTIME", "nvim-test", "${3rd}/busted/library", "${3rd}/luassert/library", "${3rd}/luv/library" ], "checkThirdParty": false }, ``` I know `${3rd}` probably won't be supported here, but could other environment variables be expanded?