|
104 | 104 | "wpilib.additionalGradleArguments": { |
105 | 105 | "type": "string", |
106 | 106 | "default": "", |
107 | | - "description": "For debugging only, passes extra arguments to gradle invocations", |
| 107 | + "description": "For debugging only, passes extra arguments to Gradle invocations", |
108 | 108 | "scope": "resource" |
109 | 109 | }, |
110 | 110 | "wpilib.autoSaveOnDeploy": { |
|
128 | 128 | "wpilib.offline": { |
129 | 129 | "type": "boolean", |
130 | 130 | "default": false, |
131 | | - "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)", |
132 | 132 | "scope": "resource" |
133 | 133 | }, |
134 | 134 | "wpilib.deployOffline": { |
135 | 135 | "type": "boolean", |
136 | 136 | "default": true, |
137 | | - "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)", |
138 | 138 | "scope": "resource" |
139 | 139 | }, |
140 | 140 | "wpilib.skipTests": { |
141 | 141 | "type": "boolean", |
142 | 142 | "default": false, |
143 | | - "description": "Set to skip running tests on build", |
| 143 | + "description": "Skip running tests on build", |
144 | 144 | "scope": "resource" |
145 | 145 | }, |
146 | 146 | "wpilib.skipSelectSimulateExtension": { |
147 | 147 | "type": "boolean", |
148 | 148 | "default": false, |
149 | | - "description": "Set to skip selection of simulation extensions", |
| 149 | + "description": "Skip selection of simulation extensions", |
150 | 150 | "scope": "resource" |
151 | 151 | }, |
152 | 152 | "wpilib.selectDefaultSimulateExtension": { |
153 | 153 | "type": "boolean", |
154 | 154 | "default": false, |
155 | | - "description": "Set to select all simulation extensions by default", |
| 155 | + "description": "Select all simulation extensions by default", |
156 | 156 | "scope": "resource" |
157 | 157 | }, |
158 | 158 | "wpilib.stopSimulationOnEntry": { |
159 | 159 | "type": "boolean", |
160 | 160 | "default": false, |
161 | | - "description": "Set to make simulation code stop automatically on entry", |
| 161 | + "description": "Make simulation code stop automatically on entry", |
162 | 162 | "scope": "resource" |
163 | 163 | }, |
164 | 164 | "wpilib.useWindbgX": { |
165 | 165 | "type": "boolean", |
166 | 166 | "default": false, |
167 | | - "description": "Use WinDbg Preview (from store) as C++ debugger (Windows only)", |
| 167 | + "description": "Use WinDbg Preview (from the Microsoft Store) as C++ debugger (Windows only)", |
168 | 168 | "scope": "resource" |
169 | 169 | } |
170 | 170 | } |
|
0 commit comments