|
26 | 26 | "onCommand:wpilibcore.simulateCode", |
27 | 27 | "onCommand:wpilibcore.simulateHwCode", |
28 | 28 | "onCommand:wpilibcore.setLanguage", |
29 | | - "onCommand:wpilibcore.setAutoSave", |
30 | | - "onCommand:wpilibcore.setSkipTests", |
31 | | - "onCommand:wpilibcore.setSelectDefaultSimulateExtension", |
32 | | - "onCommand:wpilibcore.setSkipSelectSimulateExtension", |
33 | | - "onCommand:wpilibcore.setOffline", |
34 | | - "onCommand:wpilibcore.setStopSimulationOnEntry", |
35 | | - "onCommand:wpilibcore.setUseWinDbgX", |
36 | | - "onCommand:wpilibcore.setStartRioLog", |
37 | | - "onCommand:wpilibcore.setDeployOffline", |
38 | 29 | "onCommand:wpilibcore.createCommand", |
39 | 30 | "onCommand:wpilibcore.cancelTasks", |
40 | 31 | "onCommand:wpilibcore.help", |
|
113 | 104 | "wpilib.additionalGradleArguments": { |
114 | 105 | "type": "string", |
115 | 106 | "default": "", |
116 | | - "description": "For debugging only, passes extra arguments to gradle invocations", |
| 107 | + "description": "For debugging only, passes extra arguments to Gradle invocations", |
117 | 108 | "scope": "resource" |
118 | 109 | }, |
119 | 110 | "wpilib.autoSaveOnDeploy": { |
|
137 | 128 | "wpilib.offline": { |
138 | 129 | "type": "boolean", |
139 | 130 | "default": false, |
140 | | - "description": "Perform gradle commands other then deploy/debug with offline flag", |
| 131 | + "description": "Perform Gradle commands other then deploy/debug in offline mode (will not attempt to automatically pull missing dependencies from the Internet)", |
141 | 132 | "scope": "resource" |
142 | 133 | }, |
143 | 134 | "wpilib.deployOffline": { |
144 | 135 | "type": "boolean", |
145 | 136 | "default": true, |
146 | | - "description": "Perform gradle deploy command with offline flag", |
| 137 | + "description": "Perform Gradle deploy command in offline mode (will not attempt to automatically pull missing dependencies from the Internet)", |
147 | 138 | "scope": "resource" |
148 | 139 | }, |
149 | 140 | "wpilib.skipTests": { |
150 | 141 | "type": "boolean", |
151 | 142 | "default": false, |
152 | | - "description": "Set to skip running tests on build", |
| 143 | + "description": "Skip running tests on build", |
153 | 144 | "scope": "resource" |
154 | 145 | }, |
155 | 146 | "wpilib.skipSelectSimulateExtension": { |
156 | 147 | "type": "boolean", |
157 | 148 | "default": false, |
158 | | - "description": "Set to skip selection of simulation extensions", |
159 | | - "scope": "resource" |
160 | | - }, |
161 | | - "wpilib.selectDefaultSimulateExtension": { |
162 | | - "type": "boolean", |
163 | | - "default": false, |
164 | | - "description": "Set to select all simulation extensions by default", |
| 149 | + "description": "Skip selection of simulation extensions", |
165 | 150 | "scope": "resource" |
166 | 151 | }, |
167 | 152 | "wpilib.stopSimulationOnEntry": { |
168 | 153 | "type": "boolean", |
169 | 154 | "default": false, |
170 | | - "description": "Set to make simulation code stop automatically on entry", |
| 155 | + "description": "Make simulation code stop automatically on entry", |
171 | 156 | "scope": "resource" |
172 | 157 | }, |
173 | 158 | "wpilib.useWindbgX": { |
174 | 159 | "type": "boolean", |
175 | 160 | "default": false, |
176 | | - "description": "Use WinDbg Preview (from store) as C++ debugger (Windows only)", |
| 161 | + "description": "Use WinDbg Preview (from the Microsoft Store) as C++ debugger (Windows only)", |
177 | 162 | "scope": "resource" |
178 | 163 | } |
179 | 164 | } |
|
241 | 226 | "category": "WPILib", |
242 | 227 | "enablement": "isWorkspaceTrusted" |
243 | 228 | }, |
244 | | - { |
245 | | - "command": "wpilibcore.setAutoSave", |
246 | | - "title": "%wpilibcore.setAutoSave.title%", |
247 | | - "category": "WPILib", |
248 | | - "enablement": "isWorkspaceTrusted" |
249 | | - }, |
250 | | - { |
251 | | - "command": "wpilibcore.setSkipTests", |
252 | | - "title": "%wpilibcore.setSkipTests.title%", |
253 | | - "category": "WPILib", |
254 | | - "enablement": "isWorkspaceTrusted" |
255 | | - }, |
256 | | - { |
257 | | - "command": "wpilibcore.setSelectDefaultSimulateExtension", |
258 | | - "title": "%wpilibcore.setSelectDefaultSimulateExtension.title%", |
259 | | - "category": "WPILib", |
260 | | - "enablement": "isWorkspaceTrusted" |
261 | | - }, |
262 | | - { |
263 | | - "command": "wpilibcore.setSkipSelectSimulateExtension", |
264 | | - "title": "%wpilibcore.setSkipSelectSimulateExtension.title%", |
265 | | - "category": "WPILib", |
266 | | - "enablement": "isWorkspaceTrusted" |
267 | | - }, |
268 | | - { |
269 | | - "command": "wpilibcore.setOffline", |
270 | | - "title": "%wpilibcore.setOffline.title%", |
271 | | - "category": "WPILib", |
272 | | - "enablement": "isWorkspaceTrusted" |
273 | | - }, |
274 | | - { |
275 | | - "command": "wpilibcore.setStopSimulationOnEntry", |
276 | | - "title": "%wpilibcore.setStopSimulationOnEntry.title%", |
277 | | - "category": "WPILib", |
278 | | - "enablement": "isWorkspaceTrusted" |
279 | | - }, |
280 | | - { |
281 | | - "command": "wpilibcore.setUseWinDbgX", |
282 | | - "title": "%wpilibcore.setUseWinDbgX.title%", |
283 | | - "category": "WPILib", |
284 | | - "enablement": "isWorkspaceTrusted" |
285 | | - }, |
286 | | - { |
287 | | - "command": "wpilibcore.setStartRioLog", |
288 | | - "title": "%wpilibcore.setStartRioLog.title%", |
289 | | - "category": "WPILib", |
290 | | - "enablement": "isWorkspaceTrusted" |
291 | | - }, |
292 | | - { |
293 | | - "command": "wpilibcore.setDeployOffline", |
294 | | - "title": "%wpilibcore.setDeployOffline.title%", |
295 | | - "category": "WPILib", |
296 | | - "enablement": "isWorkspaceTrusted" |
297 | | - }, |
298 | 229 | { |
299 | 230 | "command": "wpilibcore.createCommand", |
300 | 231 | "title": "%wpilibcore.createCommand.title%", |
|
0 commit comments