diff --git a/scripts/make-vscode-data.js b/scripts/make-vscode-data.js index 2e6363686..32138e76a 100644 --- a/scripts/make-vscode-data.js +++ b/scripts/make-vscode-data.js @@ -18,7 +18,7 @@ const components = getAllComponents(metadata); const vscode = { tags: [] }; components.map(component => { - const name = component.tag; + const name = component.tagName; const attributes = component.attributes?.map(attr => { const type = attr.type?.text; let values = [];