Skip to content

Commit 9a6790f

Browse files
committed
Bump extension version to 1.0.3
1 parent 1a9a62a commit 9a6790f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

extensions/ql-vscode/package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "CodeQL for Visual Studio Code",
55
"author": "GitHub",
66
"private": true,
7-
"version": "1.0.2",
7+
"version": "1.0.3",
88
"publisher": "GitHub",
99
"license": "MIT",
1010
"icon": "media/VS-marketplace-CodeQL-icon.png",
@@ -95,14 +95,20 @@
9595
"description": "Number of threads for running queries."
9696
},
9797
"codeQL.runningQueries.timeout": {
98-
"type": ["integer", "null"],
98+
"type": [
99+
"integer",
100+
"null"
101+
],
99102
"default": null,
100103
"minimum": 0,
101104
"maximum": 2147483647,
102105
"description": "Timeout (in seconds) for running queries. Leave blank or set to zero for no timeout."
103106
},
104107
"codeQL.runningQueries.memory": {
105-
"type": ["integer", "null"],
108+
"type": [
109+
"integer",
110+
"null"
111+
],
106112
"default": null,
107113
"minimum": 1024,
108114
"description": "Memory (in MB) to use for running queries. Leave blank for CodeQL to choose a suitable value based on your system's available memory."

0 commit comments

Comments
 (0)