HubSpot / hubspot-cms-vscode

A HubL language extension for the Visual Studio Code IDE, allowing for :rocket: fast local HubSpot CMS Platform development.
https://marketplace.visualstudio.com/items?itemName=hubspot.hubl
Other
63 stars 20 forks source link

Auto generated snippets errors on codeSnippets gen #233

Open TanyaScales opened 1 year ago

TanyaScales commented 1 year ago

Describe the bug The current auto gen script errors on the codeSnippets entry of the hubldoc endpoint -- this is due to the variation of the data format.

To Reproduce Run the auto-gen script and you'll see the hubl_codeSnipppets.json file generated with its only entry being and undefined return

Expected behavior We should either ignore this entry (because is it codeSnippets that match HubL tags)

TanyaScales commented 1 year ago

Related PR: https://github.com/HubSpot/hubspot-cms-vscode/pull/160