https://bugzilla.redhat.com/show_bug.cgi?id=2208531

            Bug ID: 2208531
           Summary: Review Request: glsl-language-server - Language server
                    implementation for GLSL
           Product: Fedora
           Version: rawhide
          Hardware: All
                OS: Linux
            Status: NEW
         Component: Package Review
          Severity: medium
          Priority: medium
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]
  Target Milestone: ---
    Classification: Fedora



Spec URL:
https://fedorapeople.org/~mkoncek/glsl-language-server/glsl-language-server.spec
SRPM URL:
https://fedorapeople.org/~mkoncek/glsl-language-server/glsl-language-server-0.4.1-1.fc39.src.rpm
Description: Language server implementation for GLSL.
Fedora Account System Username: mkoncek

NOTE: This package currently statically links to static libraries provided by
`glslang-devel` package because the package does not provide shared libraries.
I wrote an email to the maintainers about this and will change it when
possible.

I tested the binary with Kate editor by adding an entry into "User Server
Settings" of its LSP client plugin:
```
{
    "servers": {
        "glsl": {
            "command": ["glslls", "--stdin"],
            "root": "",
            "url": "https://github.com/svenstaro/glsl-language-server";,
            "highlightingModeRegex": "^GLSL$"
        }
    }
}
```


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2208531
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to