Skip to content
Discussion options

You must be logged in to vote

I think there are two independent aspects: (a) how to get the data you need from redhat.vscode-xml and (b) how to make use of this data in GLSP.

The GLSP side of things (b) is rather straightforward. From the perspective of GLSP, you can do whatever you want in your source model storage implementation, whether you open a socket to another process (e.g. a language server) and query data, query a database, read a file... this is all up to you. In the source model storage, you eventually need to obtain the data that you need for generating a graphical model later in your implementation of the GModelFactory.

Thus in your case, your source model storage implementation would need to obtain the …

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@neumaennl
Comment options

@planger
Comment options

@neumaennl
Comment options

@planger
Comment options

@neumaennl
Comment options

Answer selected by neumaennl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants