We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8cb52d commit ddbb098Copy full SHA for ddbb098
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.1.26] - 2024-02-19
11
+
12
+- Improve contextual awareness for completions, code/intent actions and quickfixes (e.g. suggest unique ids and names for ink! entities).
13
14
## [0.1.25] - 2024-02-04
15
16
- General robustness updates.
package.json
@@ -2,7 +2,7 @@
2
"name": "ink-analyzer",
3
"displayName": "ink! Analyzer",
4
"description": "ink! language support for Visual Studio Code",
5
- "version": "0.1.25",
+ "version": "0.1.26",
6
"lspServerVersion": "0.2.25",
"private": true,
"publisher": "ink-analyzer",
0 commit comments