Skip to content
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

Mono Template intellisense does not work witht the new C# dev tools extension #89

Closed
microhobby opened this issue Aug 17, 2023 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@microhobby
Copy link
Member

The new C# dev tools extensions does not use omnisharp anymore, so we need to add to the settings.json of the template the follow:

    "omnisharp.useModernNet": false,
    "dotnet.server.useOmnisharp": true,

This way is back to the normal.

@microhobby microhobby added bug Something isn't working enhancement New feature or request labels Aug 17, 2023
@microhobby microhobby self-assigned this Aug 17, 2023
@microhobby
Copy link
Member Author

@microhobby microhobby changed the title Mono Template intellisense does not work witht the ne C# dev tools extension Mono Template intellisense does not work witht the new C# dev tools extension Aug 17, 2023
@microhobby microhobby added this to the v2.2.0 milestone Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant