Skip to content

Commit

Permalink
Renaming LaunchConfigurations (#1002)
Browse files Browse the repository at this point in the history
To LaunchBrowserPlatformOptions.
  • Loading branch information
WardenGnaw authored and gregg-miskelly committed Nov 30, 2016
1 parent fa34a83 commit cca5ca3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/tools/OptionsSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
}
}
},
"LaunchConfigurations": {
"LaunchBrowserPlatformOptions": {
"type": "object",
"properties": {
"command": {
Expand Down Expand Up @@ -194,21 +194,21 @@
"default": "${auto-detect-url}"
},
"osx": {
"$ref": "#/definitions/LaunchConfigurations",
"$ref": "#/definitions/LaunchBrowserPlatformOptions",
"description": "OSX-specific web launch configuration options",
"default": {
"command": "open"
}
},
"linux": {
"$ref": "#/definitions/LaunchConfigurations",
"$ref": "#/definitions/LaunchBrowserPlatformOptions",
"description": "Linux-specific web launch configuration options",
"default": {
"command": "xdg-open"
}
},
"windows": {
"$ref": "#/definitions/LaunchConfigurations",
"$ref": "#/definitions/LaunchBrowserPlatformOptions",
"description": "Windows-specific web launch configuration options",
"default": {
"command": "cmd.exe",
Expand Down

0 comments on commit cca5ca3

Please sign in to comment.