che-server/plugins/plugin-json
Kaloyan Raev fbac7eaacc Fix #2471: Send json/schemaAssociations notification (#2474)
The VS Code's JSON language server expects a 'json/schemaAssociations'
notification to associate JSON files to JSON schemas. This activates
capabilities like code completion, validation and hover without the need
to add a '$schema' key.

This change implements an extension of the JsonBasedLanguageServer that
registers as ServerInitializerObserver and sends the
'json/schemaAssociations' notification on the 'onServerInitialized'
event.

Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
2016-10-10 11:41:32 +03:00
..
che-plugin-json-server Fix #2471: Send json/schemaAssociations notification (#2474) 2016-10-10 11:41:32 +03:00
pom.xml [maven-release-plugin] prepare for next development iteration 2016-10-07 10:22:41 +00:00