-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#515) Automatically enable Omnisharp usage
Once downloaded, the Cake.Bakery.exe can be added to the Omnisharp configuration file, so that Omnisharp knows where to find the binary, and then once the file is updated, force a restart of the Omnisharp Server so that everything just "works". Here we are relying on the fact that any VSCode extension can call a registered command from another extension, as long as the name is known. In this case, the `o.restart` command, which the Omnisharp Extension registers.
- Loading branch information
Showing
1 changed file
with
23 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters