GitHub - add setting to disable avatar resolution (#238270)

This commit is contained in:
Ladislau Szomoru
2025-01-20 10:32:51 +01:00
committed by GitHub
parent 4b4cd6b702
commit 7667cdd1ed
3 changed files with 24 additions and 6 deletions

View File

@@ -195,6 +195,12 @@
],
"default": "https",
"description": "%config.gitProtocol%"
},
"github.showAvatar": {
"type": "boolean",
"scope": "resource",
"default": true,
"description": "%config.showAvatar%"
}
}
}