Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 857 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 857 Bytes

Facility API

This VSCode extension provides syntax highlighting and language support for Facility Service Definition (fsd) files for the Facility API Framework.

This extension requires the .NET 6.0 runtime to be installed for full language support.

Development

To build, run the build script.

This extension uses https://github.com/FacilityApi/FacilityLanguageServer. It must be downloaded before running the extension. The get-languageserver script downloads the language server from https://github.com/FacilityApi/FacilityLanguageServer/releases/. This is done automatically as part of publishing the extension. To test a new language server, update the version there or manually copy the language server to the same location.

To test the extension, launch the Extension run configuration from VS Code.