che-server/plugins/plugin-json/che-plugin-json-server
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
..
src/main/java/org/eclipse/che/plugin/json Fix #2471: Send json/schemaAssociations notification (#2474) 2016-10-10 11:41:32 +03:00
pom.xml Fix #2471: Send json/schemaAssociations notification (#2474) 2016-10-10 11:41:32 +03:00