mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
omit endPoint where it defaults to none
This commit is contained in:
@@ -597,8 +597,8 @@ export class ExtHostTextEditor2 extends ExtHostTextEditor {
|
||||
if (extension) {
|
||||
/* __GDPR__
|
||||
"usesCommandLink" : {
|
||||
"extension" : { "endPoint": "none", "classification": "SystemMetaData", "purpose": "FeatureInsight" },
|
||||
"from": { "endPoint": "none", "classification": "SystemMetaData", "purpose": "FeatureInsight" },
|
||||
"extension" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
|
||||
"from": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
|
||||
"${include}": [
|
||||
"${MainThreadData}"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user