Princeton Ferro

Results 138 comments of Princeton Ferro

Without compiler flags, libvala doesn't know whether you're using Posix profile, so the VAPI won't be included. In this case, the errors you see should be exactly the same as...

> Thanks; did I miss that being documented somewhere? It may not be documented as well as it could be: https://github.com/vala-lang/vala-language-server/blob/3b5fe941bea6ecd5c8fcb84930c40b8582eea165/README.md?plain=1#L75-L80 https://github.com/vala-lang/vala-language-server/blob/master/README.md#editors We try to emit warnings in your editor...

> Is there some way I can pass the compiler flags to VLS manually? You can write your own [`compile_commands.json` file](https://clang.llvm.org/docs/JSONCompilationDatabase.html#format) and stick it in your project root. But you...

`git` shouldn't have anything to do with this. I can't reproduce your issue.

A few questions: 1. What's the working directory that you open the file from? 2. Can you send a log of VLS's output?

These are criticals in libvala (notice the `vala`-CRITICAL), not VLS, which uses the `vls` namespace. So an upstream issue @ricotz can chime in. I had a PR that would address...

Same for me. It's very slow. It could be a webkitgtk thing, as going to https://discord.com/login in Epiphany results in similar behavior.

Requires updating the tm grammar file. Also needs to be supported in `tree-sitter-vala`. VLS will automatically support this as it uses libvala.

Good commit, but you should bump the version number up to 1.0.3 for this