如何解决在 VS Core 上使用 Omni Sharp 无法 select 投影的问题?

How to solve the problem that can't select project using Omni Sharp on VS Core?

在VS Code上使用Omni Sharp选择项目时,出现如下错误:

 Command 'OmniSharp: Select Project' resulted in an error (Extension 'ms-dotnettools.csharp'CANNOT use API proposal: quickPickSeparators. 
lts packagejson#enabledApiProposals-property declares: [] but NOT quickPickSeparators.The missing proposal MUST be added and you must start in extension development mode or use the following command line switch:--enable-proposed-api ms-dotnettools.csharp)   

enter image description here

如何修复错误?

你找到这张票了吗?

https://github.com/OmniSharp/omnisharp-vscode/issues/4907

这肯定是由与 OmniSharp 扩展相关的错误引起的。 目前,您可以将 VS 代码降级到 1.62 或尝试使用票证中提到的扩展的预发布版本。

https://github.com/OmniSharp/omnisharp-vscode/releases/tag/v1.23.18-beta2

请注意,您可以在 VS 代码中安装下载的 vsix 文件。

https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix