Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Self-contained build #164

Open
ichirou2910 opened this issue Jun 7, 2024 · 0 comments
Open

Self-contained build #164

ichirou2910 opened this issue Jun 7, 2024 · 0 comments

Comments

@ichirou2910
Copy link

Hi, thanks for the awesome LSP client.
I want to bring this to my .NET 6 devcontainer, as the project I'm working on uses .NET 6. This lsp itself needs .NET 8, so I've tried to build it using --self-contained option:

dotnet publish -r linux-x64 --self-contained

The build went smoothly, but when I run it in the container, every lsp request return null or no information. I don't see any error in :LspLog.
Do you have any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant