Skip to content

Commit 249e03f

Browse files
authored
Remove positions from web cheatsheet (#1740)
I confirmed they don't show up locally, so just need to remove them here ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet
1 parent b373198 commit 249e03f

File tree

1 file changed

+0
-46
lines changed

1 file changed

+0
-46
lines changed

packages/cheatsheet/src/lib/sampleSpokenFormInfos/defaults.json

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,52 +1040,6 @@
10401040
}
10411041
]
10421042
},
1043-
{
1044-
"name": "Positions",
1045-
"id": "positions",
1046-
"items": [
1047-
{
1048-
"id": "after",
1049-
"type": "position",
1050-
"variations": [
1051-
{
1052-
"spokenForm": "after",
1053-
"description": "After"
1054-
}
1055-
]
1056-
},
1057-
{
1058-
"id": "before",
1059-
"type": "position",
1060-
"variations": [
1061-
{
1062-
"spokenForm": "before",
1063-
"description": "Before"
1064-
}
1065-
]
1066-
},
1067-
{
1068-
"id": "end",
1069-
"type": "position",
1070-
"variations": [
1071-
{
1072-
"spokenForm": "end of",
1073-
"description": "End"
1074-
}
1075-
]
1076-
},
1077-
{
1078-
"id": "start",
1079-
"type": "position",
1080-
"variations": [
1081-
{
1082-
"spokenForm": "start of",
1083-
"description": "Start"
1084-
}
1085-
]
1086-
}
1087-
]
1088-
},
10891043
{
10901044
"name": "Scope visualizer",
10911045
"id": "scopeVisualizer",

0 commit comments

Comments
 (0)