Fix type for "remote repo list" setting

This commit is contained in:
Shati Patel
2021-08-18 12:52:14 +01:00
parent 2da1065027
commit b48aaeac7b

View File

@@ -235,7 +235,10 @@
"description": "Specifies whether or not to write telemetry events to the extension log."
},
"codeQL.remoteRepositoryLists": {
"type": "object",
"type": [
"object",
null
],
"patternProperties": {
".*": {
"type": "array",