Skip to content

Commit

Permalink
Dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Apr 26, 2024
1 parent 83b7179 commit bf5d821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vscode-common/src/getExtensionApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { CommandServerApi, SnippetMap } from "@cursorless/common";
import * as vscode from "vscode";
import type { Language, SyntaxNode, Tree } from "web-tree-sitter";
import { TestHelpers } from "./TestHelpers";

// TODO: Test
export interface CursorlessApi {
testHelpers: TestHelpers | undefined;

Expand Down

0 comments on commit bf5d821

Please sign in to comment.