Include `context` when opening the command palette via syscall (#737)
parent
46cd0fbb4f
commit
f49c5a0431
|
@ -265,6 +265,7 @@ export function editorSyscalls(client: Client): SysCallMapping {
|
|||
"editor.openCommandPalette": () => {
|
||||
client.ui.viewDispatch({
|
||||
type: "show-palette",
|
||||
context: client.getContext(),
|
||||
});
|
||||
},
|
||||
// Folding
|
||||
|
|
Loading…
Reference in New Issue