mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-09-10 16:19:57 +00:00
Updated ide.write (markdown)
@@ -21,6 +21,8 @@
|
||||
```json
|
||||
{
|
||||
"key": "ide.write",
|
||||
"intent": "control",
|
||||
"scope": "zmq",
|
||||
"filename": "main.c",
|
||||
"content": "#include <stdio.h>..."
|
||||
}
|
||||
@@ -28,7 +30,7 @@
|
||||
|
||||
### Response
|
||||
* **Description**: Informs the frontend that the file was changed.
|
||||
* **Subscribers**: *none*
|
||||
* **Subscribers**: *IdeComponent*
|
||||
|
||||
```json
|
||||
{
|
||||
@@ -48,6 +50,7 @@
|
||||
```json
|
||||
{
|
||||
"key": "ide.write",
|
||||
"scope": "websocket",
|
||||
"filename": "main.c",
|
||||
"files": ["/home/main.c", "/home/not_main.c"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user