You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the user need to run Tarantool: initialize VS code extension in existing... for annotations to work. For sure, it works not so well as setting up the annotations automatically. When the extension is updated the old paths might break. Also, it's not cool to ask the user to perform some extra actions.
It might be fixed by providing extra LSP configuration with Tarantool annotations. It needs a little bit of extra support from the language server and from the EmmyLua extension for the Tarantool extension to be able to use non-workspace specific configs. See EmmyLua/VSCode-EmmyLua#216 and EmmyLuaLs/emmylua-analyzer-rust#355
The text was updated successfully, but these errors were encountered:
Currently the user need to run
Tarantool: initialize VS code extension in existing...
for annotations to work. For sure, it works not so well as setting up the annotations automatically. When the extension is updated the old paths might break. Also, it's not cool to ask the user to perform some extra actions.It might be fixed by providing extra LSP configuration with Tarantool annotations. It needs a little bit of extra support from the language server and from the EmmyLua extension for the Tarantool extension to be able to use non-workspace specific configs. See EmmyLua/VSCode-EmmyLua#216 and EmmyLuaLs/emmylua-analyzer-rust#355
The text was updated successfully, but these errors were encountered: