Skip to content
Discussion options

You must be logged in to vote

Hi! Sorry for late reply (I'm on parental leave).

You are correct in everything you say, and there's no executable for the language server. However, I have followed a convention used in several other language servers and created a script file that is executable and put in a directory somewhere in $PATH:

#!/usr/bin/env bash
exec dotnet /home/myuser/.cache/bicep-langserver/Bicep.LangServer.dll

I'm not a Windows user myself so I don't know how to solve it other than overriding command in the configuration.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@mahalel
Comment options

@woojiq
Comment options

@lunjon
Comment options

Answer selected by mahalel
@mahalel
Comment options

@gabydd
Comment options

gabydd Aug 14, 2023
Collaborator

@mahalel
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants