-
Notifications
You must be signed in to change notification settings - Fork 676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for msbuild only projects #881
Comments
Note: This is happening, but it's a lot of work. The work is being tracked in https://github.com/OmniSharp/omnisharp-vscode/projects/2. |
@DustinCampbell thanks for the response. I'd love to contribute any way I can |
There's a new v1.5-future-preview1 release that adds initial support for MSBuild-based .NET Core projects. |
Note that there's still a lot to do to fill out the experience, but this should unblock you. |
Thanks @DustinCampbell |
Environment data
dotnet --info
output:VS Code version:
1.7.1
C# Extension version:
1.4.1
Steps to reproduce
1.0.0-preview3-004056
dotnet new
, acsproj
file is created but no project.json is present.Expected behavior
Omnisharp should work with projects that contain a
csproj
but noproject.json
Actual behavior
Omnisharp server does not start or offer intellisense features.
The text was updated successfully, but these errors were encountered: