Include `context` when opening the command palette via syscall (#737)

pull/741/head
Joe Krill 2024-02-22 17:25:02 -05:00 committed by GitHub
parent 46cd0fbb4f
commit f49c5a0431
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -265,6 +265,7 @@ export function editorSyscalls(client: Client): SysCallMapping {
"editor.openCommandPalette": () => {
client.ui.viewDispatch({
type: "show-palette",
context: client.getContext(),
});
},
// Folding