Hello,
When I am using the windmill template the app is working fine but it seems like the Deno Assistant is not working properly, it is colored as red. After talking in the windmill community they have informed me that the Deno Assistant is not working because it can't reach the LSP server. Is there any extra configuration I have to do to connect the LSP server of windmill?
Hello, When I am using the windmill template the app is working fine but it seems like the Deno Assistant is not working properly, it is colored as red. After talking in the windmill community they have informed me that the Deno Assistant is not working because it can't reach the LSP server. Is there any extra configuration I have to do to connect the LSP server of windmill?
Their docker compose file https://github.com/windmill-labs/windmill/blob/main/docker-compose.yml. This is their self-hosting doc https://www.windmill.dev/docs/advanced/self_host. The main problem they pointed out is that the LSP service might not be reachable.
Any help would be appreciated. Thank you.