Mark the extension activation function as allowed to be exported but unused
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user