All notable changes to this project will be documented in this file.
- Fixed usage of wrong version in languageserver-types
- Goto Symbol for schema. This enables navigation to the used schema
- Support for
workspace/symbolrequest of the lsp - Server now sends the parsing-result in form of the schema, variables and diagnostics to the client
- Bug Fixing
- Path in
USE SCHEMAcan now be relative from the parsed file or absolute
- Removed
./backendfolder from npm - Fixed error in file resolving in
USE SCHEMA
- Outsourced the REST-Backend starting to another NPM-Module
- Used the changed notification-messages of the
types-project - Renamed Repository
- Initial Release