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.
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":
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.