KubaP / glsl-lsp

A language server implementation for the OpenGL Shading Langauge, written in Rust.
12 stars 1 forks source link

Contradicting information regarding supported GLSL versions. #18

Open SnowSnakz opened 1 week ago

SnowSnakz commented 1 week ago

vscode extension version: 0.0.2 glsl-lsp version: 0.0.2 OS: Kubuntu 22.04 LTS

Your extension states that it supports versions 460 and 450: image image

The extension reports that it doesn't support the specified version: image

KubaP commented 1 week ago

Hi! Thanks for submitting this report. This does indeed look like a bug somewhere in the internals.

I've not had time to work on this project for a long time now. I'm hoping to resume working on this, fix existing showstopper bugs (like this one), and implement many obvious features, soon-ish, but until then I don't have the capacity to do much. I hope you can deal with this in the meantime.