From cca5ca306f4fe863ccd3792e5faa691f02299cfd Mon Sep 17 00:00:00 2001 From: Andrew Wang Date: Wed, 30 Nov 2016 07:23:35 -0800 Subject: [PATCH] Renaming LaunchConfigurations (#1002) To LaunchBrowserPlatformOptions. --- src/tools/OptionsSchema.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/tools/OptionsSchema.json b/src/tools/OptionsSchema.json index 5d599fa2b..71b81eccf 100644 --- a/src/tools/OptionsSchema.json +++ b/src/tools/OptionsSchema.json @@ -150,7 +150,7 @@ } } }, - "LaunchConfigurations": { + "LaunchBrowserPlatformOptions": { "type": "object", "properties": { "command": { @@ -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",