File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 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" ,
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."
You can’t perform that action at this time.
0 commit comments