More filtering

This commit is contained in:
Juha Ristolainen 2020-01-06 14:45:25 +00:00
parent a5430b9acf
commit 3365ce5509
No known key found for this signature in database
GPG Key ID: D42FA9BA33B05AA9

View File

@ -30,7 +30,11 @@ export class XpCounter {
// List of detected output languages to filter out and not send to the backend. // List of detected output languages to filter out and not send to the backend.
private filterOutLanguages: string[] = [ private filterOutLanguages: string[] = [
"arduino-output", "arduino-output",
"code-runner-output" "code-runner-output",
"jest-snapshot",
"Diff",
"testOutput",
"Log"
] ]
constructor(context: ExtensionContext) { constructor(context: ExtensionContext) {