ext: in setting editor (#72157)

* ext: in setting editor
This commit is contained in:
Peng Lyu
2019-04-12 19:21:50 +02:00
committed by GitHub
parent 62e3b2e3f6
commit 8c1f6baac2
13 changed files with 113 additions and 24 deletions

View File

@@ -162,7 +162,7 @@ configurationExtPoint.setHandler((extensions, { added, removed }) => {
validateProperties(configuration, extension);
configuration.id = node.id || extension.description.identifier.value;
configuration.contributedByExtension = true;
configuration.extensionInfo = { id: extension.description.identifier.value };
configuration.title = configuration.title || extension.description.displayName || extension.description.identifier.value;
configurations.push(configuration);
return configurations;