don't create a terminal in these commands

This commit is contained in:
meganrogge
2023-09-22 12:24:37 -07:00
parent 3ca1a456ed
commit a4f9254547

View File

@@ -249,7 +249,7 @@ registerTerminalAction({
}
],
run: async (c) => {
const instance = await c.service.getActiveOrCreateInstance();
const instance = await c.service.activeInstance;
if (!instance) {
return;
}
@@ -270,7 +270,7 @@ registerTerminalAction({
}
],
run: async (c) => {
const instance = await c.service.getActiveOrCreateInstance();
const instance = await c.service.activeInstance;
if (!instance) {
return;
}