Skip to content

Commit cca5ca3

Browse files
WardenGnawgregg-miskelly
authored andcommitted
Renaming LaunchConfigurations (#1002)
To LaunchBrowserPlatformOptions.
1 parent fa34a83 commit cca5ca3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/tools/OptionsSchema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
}
151151
}
152152
},
153-
"LaunchConfigurations": {
153+
"LaunchBrowserPlatformOptions": {
154154
"type": "object",
155155
"properties": {
156156
"command": {
@@ -194,21 +194,21 @@
194194
"default": "${auto-detect-url}"
195195
},
196196
"osx": {
197-
"$ref": "#/definitions/LaunchConfigurations",
197+
"$ref": "#/definitions/LaunchBrowserPlatformOptions",
198198
"description": "OSX-specific web launch configuration options",
199199
"default": {
200200
"command": "open"
201201
}
202202
},
203203
"linux": {
204-
"$ref": "#/definitions/LaunchConfigurations",
204+
"$ref": "#/definitions/LaunchBrowserPlatformOptions",
205205
"description": "Linux-specific web launch configuration options",
206206
"default": {
207207
"command": "xdg-open"
208208
}
209209
},
210210
"windows": {
211-
"$ref": "#/definitions/LaunchConfigurations",
211+
"$ref": "#/definitions/LaunchBrowserPlatformOptions",
212212
"description": "Windows-specific web launch configuration options",
213213
"default": {
214214
"command": "cmd.exe",

0 commit comments

Comments
 (0)