hubspot-cms-vscode icon indicating copy to clipboard operation
hubspot-cms-vscode copied to clipboard

A HubL language extension for the Visual Studio Code IDE, allowing for :rocket: fast local HubSpot CMS Platform development.

Results 29 hubspot-cms-vscode issues
Sort by recently updated
recently updated
newest added

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 7.6.0. Release notes Sourced from semver's releases. v7.6.0 7.6.0 (2024-01-31) Features a7ab13a #671 preserve pre-release and build parts of a version on coerce (#671) (@​madtisa,...

dependencies

This PR is autogenerated via GitHub Actions and should be reviewed before merging changes

**Describe the bug** Reported in slack >Noticed a flow issue for using the VS Code extension which uses the CLI, specific to cloud IDEs. If you use github code spaces...

bug

Related to #77 This PR adds a JSON schema for `fields.json` files. This file is (mostly) auto-generated, and then combined with documentation to add help text to some fields. All...

[ERROR] line 0: Coded files must be smaller than 1.5 MiB When using the HS watch task I have JS build file that is 1.9 MB, I would love it...

enhancement

When linking to a file from a module, such as an HTML file containing a macro. Referencing the file using relative pathing throws an error when "HubSpot: HubL Linting" is...

bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

bug

**Describe the bug** I also cannot get path autocompletion for module blocks path in my template to work in parent directories... If I type {% module "button" path=" I will...

bug

from: https://github.com/HubSpot/hubspot-cms-vscode/pull/146#issuecomment-1741752285 I don't really know where else to submit my idea, so i'll do it here, since it is a little bit on the same vibe. Feel free to...

enhancement

**Describe the bug** When using the convert_rgb filter (in my case `{% macro to_rgba(color) %}rgba({{ color.color|convert_rgb }}, {{ color.opacity|int(100)/100 }}){% endmacro %}`), the line will turn red with the error...

bug