Skip to content

Commit

Permalink
document recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anthmatic committed May 4, 2021
1 parent 37d902a commit b079b97
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
All notable changes to the HubL VSC language extension will be documented in this file.
All notable changes to the HubSpot VS Code extension will be documented in this file.

## [0.9.0]
- Updated snippet definitions
- Improved `dnd_area` snippets
- Updated language definitions
- Added a new "Beta" flag in settings
- Added inline HubL error linting (available with "Beta" features enabled)
## [0.2.1]
- Support for CSS and HTML files through the CSS + HUBL and HTML + HUBL languages
- Fixed incorrectly configured snippets
Expand Down
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -76,6 +76,11 @@ Other helpful snippets include:
| hublblog | Boilerplate blog markup | |



### Beta features
To enable beta features, naviate to `HubSpot > Beta` in your VS Code settings
#### Current Beta features:
- HubL inline error linting: Automatically checks your HTML + HubL and CSS + HubL files for HubL related errors
### Common issues
- If you are having trouble getting IntelliSense suggestions when in snippet placeholders you may need to add the following to your [User Settings](https://code.visualstudio.com/docs/getstarted/settings) `"editor.suggest.snippetsPreventQuickSuggestions": false`. If parameter suggestions are not showing up, set `"editor.parameterHints": true`.
- To use Emmet within your `html-hubl` files, you can map `html-hub` to `html` in your settings under "Emmet: Include Languages":
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "hubl",
"displayName": "HubSpot VS Code Extension",
"description": "HubSpot CMS Hub support for VS Code",
"version": "0.8.0",
"version": "0.9.0",
"publisher": "HubSpot",
"engines": {
"vscode": "^1.30.0"
Expand Down

0 comments on commit b079b97

Please sign in to comment.