You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current deployment of the public instance on the King's CREATE cloud requires sendFullText to be set to true so the ace editor is working in stateless mode. It appears to be the Xtext service session cookie is not being set/forwarded so the remote editor contents cannot be modified.
The current deployment of the public instance on the King's CREATE cloud requires sendFullText to be set to true so the ace editor is working in stateless mode. It appears to be the Xtext service session cookie is not being set/forwarded so the remote editor contents cannot be modified.
The Xtext editor is initialised here:
educationplatform/platform/src/XtextEditorPanel.js
Line 22 in cfe2cbf
Adding this to to the init object species stateless mode
https://eclipse.dev/Xtext/documentation/330_web_support.html
Mentioned in PR #180 (comment)
In the long term we may want to consider moving to LSP based editors for more general support of other languages.
The text was updated successfully, but these errors were encountered: