Skip to content

Commit 41ce508

Browse files
Mark the extension activation function as allowed to be exported but unused
1 parent a79b71c commit 41ce508

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extensions/ql-vscode/src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ const MIN_VERSION = "1.67.0";
315315
*
316316
* @returns CodeQLExtensionInterface
317317
*/
318+
// ts-unused-exports:disable-next-line
318319
export async function activate(
319320
ctx: ExtensionContext,
320321
): Promise<CodeQLExtensionInterface | undefined> {

0 commit comments

Comments
 (0)