vala-lang / vala-vscode

Vala and Genie integration for Visual Studio Code/VSCodium/Code-OSS
MIT License
41 stars 9 forks source link

Does not find vapis #26

Closed rrthomas closed 1 year ago

rrthomas commented 1 year ago

I'm sorry, I don't know whether this is a problem with VLS or with this plugin.

I am fairly new to VLS/vala-vscode (I was trying them in Codium to upgrade my Vala editing experience).

I cannot see where the VAPI path is set: I can't find any sort of configuration or command-line option I could be passing to vala-language-server.

I am getting warnings from Codium that "Posix" cannot be found, which baffles me, as of course it is installed as part of Vala; and there's no problem finding "GLib":

The namespace name `Posix' could not be found

Also, a few VAPIs in the same directory as my source code are not found.

I am using an automake build system, so I'm not surprised that nothing is, for example, reading my Makefiles.

Thanks very much for this plugin! Despite the problem, I was already able to use it with VLS for refactoring.

rrthomas commented 1 year ago

After some more research, this definitely looks like a VLS problem. Apologies for the noise here; closing.