mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
GitHub - add setting to disable avatar resolution (#238270)
This commit is contained in:
@@ -195,6 +195,12 @@
|
||||
],
|
||||
"default": "https",
|
||||
"description": "%config.gitProtocol%"
|
||||
},
|
||||
"github.showAvatar": {
|
||||
"type": "boolean",
|
||||
"scope": "resource",
|
||||
"default": true,
|
||||
"description": "%config.showAvatar%"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user