More filtering

This commit is contained in:
Juha Ristolainen
2020-01-06 14:45:25 +00:00
parent a5430b9acf
commit 3365ce5509

View File

@@ -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) {