Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisidor <inikolic@microsoft.com>2018-11-21 18:17:39 +0300
committerisidor <inikolic@microsoft.com>2018-11-21 18:17:52 +0300
commit03acf8062787218e455c156dd0939e5f0d431018 (patch)
tree467c06f8d126cdf66fe49feefa156de41bbc222f /.vscode/cgmanifest.schema.json
parent92402b8e5319cff0afdbc8f9ebfddc71b3a5cf8c (diff)
rename isOnlyDevelopmentDependency to developmentDependency
Diffstat (limited to '.vscode/cgmanifest.schema.json')
-rw-r--r--.vscode/cgmanifest.schema.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/cgmanifest.schema.json b/.vscode/cgmanifest.schema.json
index f5424e3b226..2e719b02396 100644
--- a/.vscode/cgmanifest.schema.json
+++ b/.vscode/cgmanifest.schema.json
@@ -120,7 +120,7 @@
"type": "string",
"description": "The name of the license"
},
- "isOnlyDevelopmentDependency": {
+ "developmentDependency": {
"type": "boolean",
"description": "This component is inlined in the vscode repo and **is not shipped**."
},