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
It is essential to use epb language as it sets a proper inner context for JavaScript rather than trying to execute JavaScript directly (as it is not ready for multi threaded access).
At the end please demonstrate how a simple script showing co-operation between Enso Insight and Y.js structures can be created and used in the IDE via -Denso.dev.insight property.
The text was updated successfully, but these errors were encountered:
Since the implementation of reload insight script on file change we have a nice and comfortable way to execute Enso Insight scripts like Detect Assign Statements in the IDE and observe how engine executes the code.
The next step is to connect Y.js and Insight together. Let's do it like this:
ydoc-server
module.ContextInsightSetup
via theepb
language:It is essential to use
epb
language as it sets a proper inner context for JavaScript rather than trying to execute JavaScript directly (as it is not ready for multi threaded access).At the end please demonstrate how a simple script showing co-operation between Enso Insight and Y.js structures can be created and used in the IDE via
-Denso.dev.insight
property.The text was updated successfully, but these errors were encountered: