Mark the extension activation function as allowed to be exported but unused

This commit is contained in:
Robert
2023-07-21 15:41:54 +01:00
parent a79b71cff6
commit 41ce5086e7

View File

@@ -315,6 +315,7 @@ const MIN_VERSION = "1.67.0";
*
* @returns CodeQLExtensionInterface
*/
// ts-unused-exports:disable-next-line
export async function activate(
ctx: ExtensionContext,
): Promise<CodeQLExtensionInterface | undefined> {