From 3365ce55090414f8bc8a24c9d60a9a9f59d84dc3 Mon Sep 17 00:00:00 2001 From: Juha Ristolainen Date: Mon, 6 Jan 2020 14:45:25 +0000 Subject: [PATCH] More filtering --- src/xp-counter.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) {