Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/client/telemetry/pylance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,13 @@
"failed" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
}
*/
/* __GDPR__

Check warning on line 151 in src/client/telemetry/pylance.ts

View workflow job for this annotation

GitHub Actions / Lint

GDPR comment is not valid JSON

Check warning on line 151 in src/client/telemetry/pylance.ts

View workflow job for this annotation

GitHub Actions / Lint

GDPR comment is not valid JSON
"language_server/completion_context_items" : {
"lsversion" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
"context" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"count" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
Comment thread
karthiknadig marked this conversation as resolved.
Outdated
}
*/
/* __GDPR__
"language_server/exception_intellicode" : {
"lsversion" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
Expand Down
Loading