two-hundred / celerity

The backend toolkit that gets you moving fast
https://celerityframework.com
Apache License 2.0
0 stars 0 forks source link

Blueprint Language Server - Basic Implementation #41

Closed fr3shw3b closed 5 months ago

fr3shw3b commented 5 months ago

Add an implementation of the Blueprint Language Server that has some basic diagnostics functionality that validates a blueprint spec on document change and load events and returns/pushes diagnostics derived from blueprint spec validation results.

fr3shw3b commented 5 months ago

WIP Diagnostics integration so far, this will be finalised (as a part of a separate issue) once all the core validation in the blueprint library is complete