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

Omnisharp does not allow selecting files to analyze #4937

Closed
Ceeemon opened this issue Dec 9, 2021 · 2 comments
Closed

Omnisharp does not allow selecting files to analyze #4937

Ceeemon opened this issue Dec 9, 2021 · 2 comments

Comments

@Ceeemon
Copy link

Ceeemon commented Dec 9, 2021

After the update I am getting this problem:
Extension 'ms-dotnettools.csharp' CANNOT use API proposal: quickPickSeparators.
Its package.json#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.

I have not changed anything, other than updating.

@PsychoNineSix
Copy link

PsychoNineSix commented Dec 9, 2021

This seems to be introduced after updating to vscode 1.63. I'm having the same issue since updating too.

This breaks working with omnisharp in a monorepo for me.

@JoeRobich
Copy link
Member

@Ceeemon @PsychoNineSix This is fixed in #4914

You can install a prerelease build to get this fix - https://github.com/OmniSharp/omnisharp-vscode/releases/tag/v1.23.18-beta2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants