Debug: Reload UI command
This commit is contained in:
@@ -352,6 +352,11 @@ functions:
|
||||
command:
|
||||
name: "Debug: Parse Document"
|
||||
|
||||
reloadUICommand:
|
||||
path: ./debug.ts:reloadUICommand
|
||||
command:
|
||||
name: "Debug: Reload UI"
|
||||
|
||||
resetClientCommand:
|
||||
path: ./debug.ts:resetClientCommand
|
||||
command:
|
||||
|
||||
@@ -14,3 +14,7 @@ export async function parsePageCommand() {
|
||||
export async function resetClientCommand() {
|
||||
await debug.resetClient();
|
||||
}
|
||||
|
||||
export async function reloadUICommand() {
|
||||
await editor.reloadUI();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user