Open
Description
---@param uri string # The URI of file
Over the plugins page it seems to me like ResolveRequire first parameter is the current file the require is being typed at.
But in reality it seems to be the workspace URI, not the file. I am not sure if this is a bug and it should actually be the file URI, because actually I do need that and can't figure out how I would do it!