Skip to content

Commit 1124f37

Browse files
authored
Merge pull request #131 from docs/hubwriter/release-1.7-vsix-file
Changes for release 1.7.0
2 parents 2068297 + 3524442 commit 1124f37

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change log
22

3+
## 1.7.0
4+
30 March 2023
5+
6+
@lucascosti extended the existing copy command to generate a reference for a reusable, variable, or feature flag based on the cursor's position:
7+
8+
* If you're in a reusable file, this creates the `{% data reusables.path.to.reusable %}` reference and copies it to the clipboard.
9+
* 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.
10+
* If you're in a feature flag file, this creates a versioning tag like `{% ifversion featureFlagName %}{% endif %}` and copies it to the clipboard.
11+
312
## 1.6.0
413
2 December 2022
514

open-reusables-1.7.0.vsix

239 KB
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Open a reusable",
44
"description": "Open a variable or reusable referenced in the selected text",
55
"icon": "images/open-reusable-icon.png",
6-
"version": "1.6.0",
6+
"version": "1.7.0",
77
"publisher": "AlistairChristie",
88
"engines": {
99
"vscode": "^1.44.0"

0 commit comments

Comments
 (0)