Skip to content

Commit 9f32805

Browse files
debug
1 parent c94b808 commit 9f32805

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@ async function runTest(file: string, languageId: string, facetId: string) {
146146

147147
return serializeScopeFixture(facetId, code, scopes);
148148
})();
149+
150+
if (!outputFixture) {
151+
console.log(`No scopes found for ${facetId} in ${languageId}`);
152+
}
149153
} catch (error) {
150154
console.log(error);
151155
}

0 commit comments

Comments
 (0)