mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-07-01 10:26:23 +00:00
Created ide.reload (markdown)
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"
|
||||
}
|
||||
```
|
Reference in New Issue
Block a user