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

前端 未结 9 1704
离开以前
离开以前 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 11:56

    Solved (cross checked on Ubuntu 16.04 and CentOS 7):

    In the VS Code menu, go into File / Preferences / Settings.

    In the "Search settings" window, type omnisharp.path

    Click on "Edit in settings.json" link.

    Add (or edit) like this: "omnisharp.path": "latest"

    (from: https://github.com/OmniSharp/omnisharp-vscode/issues/2965)

提交回复
热议问题