Skip to content

Commit b48aaea

Browse files
committed
Fix type for "remote repo list" setting
1 parent 2da1065 commit b48aaea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

extensions/ql-vscode/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,10 @@
235235
"description": "Specifies whether or not to write telemetry events to the extension log."
236236
},
237237
"codeQL.remoteRepositoryLists": {
238-
"type": "object",
238+
"type": [
239+
"object",
240+
null
241+
],
239242
"patternProperties": {
240243
".*": {
241244
"type": "array",

0 commit comments

Comments
 (0)