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": () => {
|
"editor.openCommandPalette": () => {
|
||||||
client.ui.viewDispatch({
|
client.ui.viewDispatch({
|
||||||
type: "show-palette",
|
type: "show-palette",
|
||||||
|
context: client.getContext(),
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// Folding
|
// Folding
|
||||||
|
|
Loading…
Reference in New Issue