Skip to content

Commit

Permalink
Merge pull request #131 from docs/hubwriter/release-1.7-vsix-file
Browse files Browse the repository at this point in the history
Changes for release 1.7.0
  • Loading branch information
hubwriter committed Mar 30, 2023
2 parents 2068297 + 3524442 commit 1124f37
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change log

## 1.7.0
30 March 2023

@lucascosti extended the existing copy command to generate a reference for a reusable, variable, or feature flag based on the cursor's position:

* If you're in a reusable file, this creates the `{% data reusables.path.to.reusable %}` reference and copies it to the clipboard.
* If you're in a variables file and on a variable definition line, this creates the `{% data variables.path.to.variablefile.variable-name %}` reference and copies it to the clipboard.
* If you're in a feature flag file, this creates a versioning tag like `{% ifversion featureFlagName %}{% endif %}` and copies it to the clipboard.

## 1.6.0
2 December 2022

Expand Down
Binary file added open-reusables-1.7.0.vsix
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Open a reusable",
"description": "Open a variable or reusable referenced in the selected text",
"icon": "images/open-reusable-icon.png",
"version": "1.6.0",
"version": "1.7.0",
"publisher": "AlistairChristie",
"engines": {
"vscode": "^1.44.0"
Expand Down

0 comments on commit 1124f37

Please sign in to comment.