diff --git a/src/xp-counter.ts b/src/xp-counter.ts index f67c6dd..71a91ac 100644 --- a/src/xp-counter.ts +++ b/src/xp-counter.ts @@ -30,7 +30,11 @@ export class XpCounter { // List of detected output languages to filter out and not send to the backend. private filterOutLanguages: string[] = [ "arduino-output", - "code-runner-output" + "code-runner-output", + "jest-snapshot", + "Diff", + "testOutput", + "Log" ] constructor(context: ExtensionContext) {