You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That OmniSharp would run continuously for the duration of my code editing session.
Actual behavior
OmniSharp will run for a little while (like make a couple of minutes or less) and then exit. I don't see any errors or anything interesting in the OmniSharp Log and VSCode seems to think it's still running, the icon in the lower-right says "Working". When I check running processes, however, it's definitely exited.
I understand that not everyone is running VSCode inside of Docker, but for me it seems like the easiest way to get all the pieces together. I run Arch Linux and here at the office I have one developer on Ubuntu and another on Fedora. My hope was to get one solid Docker image working that we could all use, and we'd all have a similar experience.
Let me know what else I could do that might be helpful, like getting more debug data, etc.
Thank you!
The text was updated successfully, but these errors were encountered:
I pulled now the newest image (by Docker image builds after the Microsoft Dotnet image) and am still seeing the same issue. I was reading through the other issues on the project and it looks like this may not be a Docker-specific issue. If you have any information on what I might be able to do to provide more detailed logs, please let me know. Whatever the issue is, it does not appear in any log file I can lay hands on. :-(
This issue persists with the new build of the Docker image from Microsoft and the new release of Code with the current version of the plugin. I can open the project and OmniSharp starts up but after two or three minutes, it will exit and it's not logging any error.
I did some clean-up work on my Docker image to make it easier to test. It no longer tries to map in as many folders and, on the whole, should work for most everyone.
Environment data
dotnet --info
output:VS Code version: 1.5.2
C# Extension version: 1.4.1
Steps to reproduce
Run VSCode and OmniSharp under Docker with the
microsoft:latest
image and open a project.Sample Docker Image
Sample VSCode Project
Expected behavior
That OmniSharp would run continuously for the duration of my code editing session.
Actual behavior
OmniSharp will run for a little while (like make a couple of minutes or less) and then exit. I don't see any errors or anything interesting in the OmniSharp Log and VSCode seems to think it's still running, the icon in the lower-right says "Working". When I check running processes, however, it's definitely exited.
Log Output:
Notes
I understand that not everyone is running VSCode inside of Docker, but for me it seems like the easiest way to get all the pieces together. I run Arch Linux and here at the office I have one developer on Ubuntu and another on Fedora. My hope was to get one solid Docker image working that we could all use, and we'd all have a similar experience.
Let me know what else I could do that might be helpful, like getting more debug data, etc.
Thank you!
The text was updated successfully, but these errors were encountered: