Azure / bicep

Bicep is a declarative language for describing and deploying Azure resources
MIT License
3.21k stars 745 forks source link

Investigate options for logging LanguageServer stderr/stout/exit codes #10172

Open anthony-c-martin opened 1 year ago

anthony-c-martin commented 1 year ago

We don't have anything from the logs captured for #10113 to figure out the root cause. Having the stderr + exit code might enable us to better troubleshoot activation failures.

anthony-c-martin commented 1 year ago

https://github.com/microsoft/vscode-languageserver-node/issues/688 may have some pointers