Skip to content

Commit a675431

Browse files
^
1 parent 502c43f commit a675431

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/cursorless-vscode-e2e/src/suite/scopes.vscode.test.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
textualScopeSupportFacetInfos,
1313
} from "@cursorless/common";
1414
import { getScopeTestPathsRecursively } from "@cursorless/node-common";
15-
import { getCursorlessApi, openNewEditor } from "@cursorless/vscode-common";
15+
import { getCursorlessApi } from "@cursorless/vscode-common";
1616
import { assert } from "chai";
1717
import { groupBy, uniq } from "lodash-es";
1818
import { promises as fsp } from "node:fs";
@@ -119,15 +119,15 @@ async function runTest(file: string, languageId: string, facetId: string) {
119119

120120
const code = fixture.slice(0, delimiterIndex! - 1);
121121

122-
await openNewEditor(code, { languageId });
122+
// await openNewEditor(code, { languageId });
123123

124-
const editor = ide.activeTextEditor!;
124+
// const editor = ide.activeTextEditor!;
125125

126-
if (editor == null) {
127-
console.log("editor" == null);
128-
}
126+
// if (editor == null) {
127+
// console.log("editor" == null);
128+
// }
129129

130-
if (!scopeProvider && !scopeType && !isIteration) {
130+
if (!scopeProvider && !scopeType && !isIteration && !code && !ide) {
131131
console.log("weird");
132132
}
133133

0 commit comments

Comments
 (0)