Read only mode in IDE #6185
-
Hi! We want to discuss the details for the Questions for the Engine team (@JaroslavTulach @hubertp @4e6 )
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
1,2 Attaching or detaching visualizations does not interrupt the running program. Attaching may cause program re-execution if the visualized value was not cached. |
Beta Was this translation helpful? Give feedback.
1,2 Attaching or detaching visualizations does not interrupt the running program. Attaching may cause program re-execution if the visualized value was not cached.
3. All source code changes including changes in the metadata can lead to interruption of the running program and its re-execution. To prevent the interruption and re-execution, the text edit should be sent with
execute: false
flag https://github.com/enso-org/enso/blob/310a2d8ae753f31e6784d512776465706306f56c/docs/language-server/protocol-language-server.md#textapplyedit