mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-24 23:21:32 +00:00
Created ide.reload (markdown)
parent
24946e56bf
commit
aed9cb331c
19
ide.reload.md
Normal file
19
ide.reload.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
* **Description**: Notifies the frontend that a watched file is being modified on the file system, so it should update its state.
|
||||||
|
* **Subscribers**: *none*
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"key": "ide.reload",
|
||||||
|
"intent": "control",
|
||||||
|
"scope": "websocket"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
**Example**:
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"key": "ide.reload"
|
||||||
|
}
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user