Skip to content

Commit 83ca104

Browse files
authored
Remove VSCode references from hat code (#1215)
## 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 0192ac6 commit 83ca104

36 files changed

+1151
-672
lines changed

src/apps/cursorless-vscode-e2e/suite/groupByDocument.test.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ async function runTest() {
4747
const { hatStyle: hatStyle2, character: char2 } = splitKey(hat2![0]);
4848

4949
await runCursorlessCommand({
50-
version: 1,
51-
action: "swapTargets",
50+
version: 4,
51+
action: { name: "swapTargets" },
5252
targets: [
5353
{
5454
type: "primitive",
@@ -67,6 +67,7 @@ async function runTest() {
6767
},
6868
},
6969
],
70+
usePrePhraseSnapshot: false,
7071
});
7172

7273
assert.deepStrictEqual(document.getText(), "world hello");

src/core/Decorations.ts

Lines changed: 0 additions & 348 deletions
This file was deleted.

0 commit comments

Comments
 (0)