Visual Studio extension for working with the Facility API Framework.
- Make any necessary modifications to
src\Facility.VisualStudioExtension\Grammars\fsd.tmLanguage
. - Copy
Facility.LanguageServer.exe
from the latestwin-x64
release 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.vsixmanifest
andsrc\Facility.VisualStudioExtension\Properties\AssemblyInfo.cs
. - Update
ReleaseNotes.md
accordingly. - Switch to the
Release
Any CPU
configuration 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.