Reputation: 21
yesterday vscode updated to 1.18.0. I've been working with vscode for a little over a month now without any problems. since this new update, omnisharp quietly fails to load. I don't see any kind of log or error message. If I try to run the command, "OmniSharp: Select Project" an error pops up saying "Error spawn UNKNOWN" If I try to run the command, "Omnisharp: Restart OmniSharp" nothing happens. No error, nothing in the output window. Is there a log somewhere that might have more details? I have already tried to re-install the extensions with the exact same results. I have already tried to re-install vscode with the exact same results. I'm not finding any other posts with a similar problem.
Upvotes: 1
Views: 606
Reputation: 21
This issue was not specific to OmniSharp after all:
roblourens commented 7 days ago
We are simply publishing the 64-bit version of ripgrep with the 32-bit build, which is only an issue on an actual 32-bit OS. Will be fixed in next Insiders/update.
Can be fixed by replacing %ProgramFiles%\Microsoft VS Code\resources\app\node_modules\vscode-ripgrep\bin\rg.exe
with proper 32-bit version from ripgrep releases
Upvotes: 1