From 7fc78e7b0c0ed47672841d5e05350686d8adc927 Mon Sep 17 00:00:00 2001 From: Erich Gamma Date: Sun, 15 Apr 2018 22:04:17 +0200 Subject: [PATCH] remove explorerVisible configuration setting --- extensions/npm/package.json | 6 ------ extensions/npm/package.nls.json | 1 - 2 files changed, 7 deletions(-) diff --git a/extensions/npm/package.json b/extensions/npm/package.json index 6d980700c56..91e8e3e0303 100644 --- a/extensions/npm/package.json +++ b/extensions/npm/package.json @@ -137,12 +137,6 @@ }, "description": "%config.npm.exclude%", "scope": "resource" - }, - "npm.explorerVisible": { - "type": "boolean", - "default": true, - "scope": "resource", - "description": "%config.npm.explorerVisible%" } } }, diff --git a/extensions/npm/package.nls.json b/extensions/npm/package.nls.json index 1738894f9e0..8df26c6bca4 100644 --- a/extensions/npm/package.nls.json +++ b/extensions/npm/package.nls.json @@ -5,7 +5,6 @@ "config.npm.runSilent": "Run npm commands with the `--silent` option.", "config.npm.packageManager": "The package manager used to run scripts.", "config.npm.exclude": "Configure glob patterns for folders that should be excluded from automatic script detection.", - "config.npm.explorerVisible": "Show the npm scripts explorer.", "npm.parseError": "Npm task detection: failed to parse the file {0}", "taskdef.script": "The npm script to customize.", "taskdef.path": "The path to the folder of the package.json file that provides the script. Can be ommitted.",