GitDeployHub

azure/connectors-net-lsp

github.com/azure/connectors-net-lsp ↗
Unknown stack
1 environment variable found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • LSP_SERVER_DEV_PATH Path to the development build of the LSP server DLL This will be used instead of the bundled production server when debugging the extension
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/azure/connectors-net-lsp
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/azure/connectors-net-lsp
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/azure/connectors-net-lsp
Or deploy to a different host
← Try another repo