Client reset command
parent
c6a45be4bb
commit
97710d1a79
|
@ -326,6 +326,11 @@ functions:
|
|||
path: ./debug.ts:parsePageCommand
|
||||
command:
|
||||
name: "Debug: Parse Document"
|
||||
resetClientCommand:
|
||||
path: ./debug.ts:resetClientCommand
|
||||
command:
|
||||
name: "Debug: Reset Client"
|
||||
|
||||
|
||||
versionCommand:
|
||||
path: ./help.ts:versionCommand
|
||||
|
|
|
@ -10,3 +10,7 @@ export async function parsePageCommand() {
|
|||
),
|
||||
);
|
||||
}
|
||||
|
||||
export async function resetClientCommand() {
|
||||
editor.openUrl("/.client/reset.html");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue