Skip to content

Commit 590ce74

Browse files
Small cleanup on spoken forms for setInstanceReference (#3152)
1 parent 10dc00d commit 590ce74

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/cursorless-engine/src/spokenForms/defaultSpokenFormMapCore.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,10 @@ export const defaultSpokenFormMapCore: DefaultSpokenFormMapDefinition = {
206206
gitStage: "git stage",
207207
gitUnstage: "git unstage",
208208

209-
["private.showParseTree"]: isPrivate("parse tree"),
210-
["experimental.setInstanceReference"]: isDisabledByDefault("from"),
209+
// Was disabled by default before, but is now enabled by default
210+
["experimental.setInstanceReference"]: "from",
211211

212+
["private.showParseTree"]: isPrivate("parse tree"),
212213
editNew: isPrivate("edit new"),
213214
executeCommand: isPrivate("execute command"),
214215
parsed: isPrivate("parsed"),

0 commit comments

Comments
 (0)