Skip to content

Commit 7837273

Browse files
Update README to clarify that the evaluated variable values shown on hover are deduplicated.
1 parent 3144219 commit 7837273

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v0.5.11
2+
3+
## Changes
4+
5+
* Update README to clarify that the evaluated variable values shown on hover are deduplicated.
6+
17
# v0.5.10
28

39
## Bug Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Contains a language server and Visual Studio Code client for the [FASTBuild](htt
2525

2626
### Hover to see variable value
2727

28-
Hover over a variable to show a tooltip with its evaulated value. For example, the `Message` or `Location` variables in `.Message = 'Hello $Location$'`. If a variable is evaluated multiple times, like from a `ForEach` loop, it will show all the values.
28+
Hover over a variable to show a tooltip with its evaulated value. For example, the `Message` or `Location` variables in `.Message = 'Hello $Location$'`. If a variable is evaluated multiple times, like from a `ForEach` loop, it will show the deduplicated values.
2929

3030
![Demo - hover variables](https://user-images.githubusercontent.com/144260/229382487-fedbe466-5e2f-449c-b184-8b38f97fec48.gif)
3131

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "fastbuild-support",
33
"displayName": "FASTBuild Support",
44
"description": "FASTBuild language support. Includes go-to definition, find references, variable evaluation, syntax errors, etc.",
5-
"version": "0.5.10",
5+
"version": "0.5.11",
66
"preview": true,
77
"publisher": "HarrisonT",
88
"author": {

0 commit comments

Comments
 (0)