.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
brew install flyctl && fly launch --from https://github.com/azure/connectors-net-lsp
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/azure/connectors-net-lsp
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/azure/connectors-net-lsp