vscode recently added "logPath" to be used by the extensions for some logging.
We can use this file to detect possible causes of failures lusing:
- Omnisharp log
- C# log
- Mono path used by the extension
- MSBuild instances used
- dotnet --info
- extension version
- vscode version
The contents of this file can then be directly posted to the github issue and we will have better context of the problems the users face.
Questions: