Skip to content

GDPR comment incorrect #7233

@benibenj

Description

@benibenj

Running the GDPR tool causes this issue: (https://dev.azure.com/monacotools/Monaco/_build/results?buildId=347791&view=logs&j=12f1170f-54f2-53f3-20dd-22fc7dff55f9&t=73aacd12-d9e4-5437-3109-ca9de3b050de)

Event Declaration Error: SyntaxError: Expected double-quoted property name in JSON at position 220 in file /mnt/vss/_work/1/s/vscode-gdpr-tooling/gdpr-sources/vscode-pull-request-github/src/lm/tools/copilotRemoteAgentTool.ts
Source comment:
/* __GDPR__
	"remoteAgent.tool.invoke" : {
		"hasExistingPR" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
		"hasBody" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
	},
*/

It seems like the name doesn't match the telemetry event. Also there is an , at the end of the object which is not needed. It also seems like there is the same issue with the next GDPR statement in that file

Metadata

Metadata

Labels

bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions