vala-language-server icon indicating copy to clipboard operation
vala-language-server copied to clipboard

workspace/configuration and GNOME Builder

Open Prince781 opened this issue 6 years ago • 2 comments

Support workspace/configuration request from GNOME Builder.

Prince781 avatar Apr 22 '20 18:04 Prince781

This would basically be the matter of connecting to the load-configuration-signal. I can write a patch, if you can give me some more details, e.g. where should the configuration be? E.g. a configuration file (.json) or something else. Another thing is: What for things should be in the configuration? Advanced formatting tips is the only thing I can think of

Last thing: I have seen that VLS does not even use workspace/configuration

JCWasmx86 avatar Apr 06 '22 11:04 JCWasmx86

Yes. It's possible for VLS to get project information from Builder instead of introspecting the build files. Then, when evaluating dependencies, Builder can point us to the SDK it downloaded rather than us having to search the system.

Prince781 avatar Apr 16 '22 19:04 Prince781