OmniSharp.MSBuild.ProjectManager Attempted to update project that is not loaded:

前端 未结 9 1613
离开以前
离开以前 2021-02-02 11:09

I started to develop Asp.net Core web API with the VS code. But when I typing the code Intellisense/Suggestions not working properly. I saw in some resource on the internet whil

9条回答
  •  别那么骄傲
    2021-02-02 12:03

    I solved this issue by doing the following on VSCode:

    1. Go to settings. (Code -> Preferences -> Settings on Mac)
    2. Search "omnisharp".
    3. Find the section "Omnisharp: Use Global Mono," and set it to "always."
    4. Find the section "Omnisharp: Path," and click "Edit in settings.json." Change "omnisharp.path" as "omnisharp.path": latest".
    5. Reload the window.

提交回复
热议问题