Skip to content

Commit 5aaf23f

Browse files
committed
Tidy up settings descriptions
1 parent 88f28dd commit 5aaf23f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

vscode-wpilib/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"wpilib.additionalGradleArguments": {
105105
"type": "string",
106106
"default": "",
107-
"description": "For debugging only, passes extra arguments to gradle invocations",
107+
"description": "For debugging only, passes extra arguments to Gradle invocations",
108108
"scope": "resource"
109109
},
110110
"wpilib.autoSaveOnDeploy": {
@@ -128,43 +128,43 @@
128128
"wpilib.offline": {
129129
"type": "boolean",
130130
"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)",
132132
"scope": "resource"
133133
},
134134
"wpilib.deployOffline": {
135135
"type": "boolean",
136136
"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)",
138138
"scope": "resource"
139139
},
140140
"wpilib.skipTests": {
141141
"type": "boolean",
142142
"default": false,
143-
"description": "Set to skip running tests on build",
143+
"description": "Skip running tests on build",
144144
"scope": "resource"
145145
},
146146
"wpilib.skipSelectSimulateExtension": {
147147
"type": "boolean",
148148
"default": false,
149-
"description": "Set to skip selection of simulation extensions",
149+
"description": "Skip selection of simulation extensions",
150150
"scope": "resource"
151151
},
152152
"wpilib.selectDefaultSimulateExtension": {
153153
"type": "boolean",
154154
"default": false,
155-
"description": "Set to select all simulation extensions by default",
155+
"description": "Select all simulation extensions by default",
156156
"scope": "resource"
157157
},
158158
"wpilib.stopSimulationOnEntry": {
159159
"type": "boolean",
160160
"default": false,
161-
"description": "Set to make simulation code stop automatically on entry",
161+
"description": "Make simulation code stop automatically on entry",
162162
"scope": "resource"
163163
},
164164
"wpilib.useWindbgX": {
165165
"type": "boolean",
166166
"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)",
168168
"scope": "resource"
169169
}
170170
}

0 commit comments

Comments
 (0)