mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-23 10:31:33 +00:00
Updated ide.write (markdown)
parent
9f0f4e7f12
commit
02a0b03573
@ -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"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user