Visual Studio extension for working with the Facility API Framework.
- Make any necessary modifications to
src\Facility.VisualStudioExtension\Grammars\fsd.tmLanguage. - Copy
Facility.LanguageServer.exefrom the latestwin-x64release in FacilityApi/FacilityLanguageServer tosrc\Facility.VisualStudioExtension\Server. - Open the solution and debug the extension from Visual Studio to confirm the correct behavior.
- Bump the versions in
src\Facility.VisualStudioExtension\source.extension.vsixmanifestandsrc\Facility.VisualStudioExtension\Properties\AssemblyInfo.cs. - Update
ReleaseNotes.mdaccordingly. - Switch to the
ReleaseAny CPUconfiguration and build the extension. - Follow the instructions to publish the extension. Be sure to update the Visual Studio extension, not the Visual Studio Code extension.