@@ -49,24 +49,23 @@ namespace ts.server {
49
49
readonly data : ProjectInfoTelemetryEventData ;
50
50
}
51
51
52
- /*
53
- * __GDPR__
54
- * "projectInfo" : {
55
- * "${include}": ["${TypeScriptCommonProperties}"],
56
- * "projectId": { "classification": "EndUserPseudonymizedInformation", "purpose": "FeatureInsight", "endpoint": "ProjectId" },
57
- * "fileStats": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
58
- * "compilerOptions": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
59
- * "extends": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
60
- * "files": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
61
- * "include": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
62
- * "exclude": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
63
- * "compileOnSave": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
64
- * "typeAcquisition": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
65
- * "configFileName": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
66
- * "projectType": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
67
- * "languageServiceEnabled": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
68
- * "version": { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
69
- * }
52
+ /* __GDPR__
53
+ "projectInfo" : {
54
+ "${include}": ["${TypeScriptCommonProperties}"],
55
+ "projectId": { "classification": "EndUserPseudonymizedInformation", "purpose": "FeatureInsight", "endpoint": "ProjectId" },
56
+ "fileStats": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
57
+ "compilerOptions": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
58
+ "extends": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
59
+ "files": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
60
+ "include": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
61
+ "exclude": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
62
+ "compileOnSave": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
63
+ "typeAcquisition": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
64
+ "configFileName": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
65
+ "projectType": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
66
+ "languageServiceEnabled": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
67
+ "version": { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
68
+ }
70
69
*/
71
70
export interface ProjectInfoTelemetryEventData {
72
71
/** Cryptographically secure hash of project file location. */
0 commit comments