We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415b716 commit 73d333fCopy full SHA for 73d333f
2 files changed
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to the "go-syntax" extension will be documented in this file.
4
5
+## [0.8.1]
6
+
7
+- Supports the comparable type as `entity.name.type.comparable.go`
8
+- Fixes minor bugs related to generic types in double parentheses and structs
9
10
## [0.8.0]
11
12
- Supports constant variables
package.json
@@ -2,7 +2,7 @@
"name": "go-syntax",
"displayName": "Go Syntax",
"description": "Rich Syntax Highlighting for Go language",
- "version": "0.8.0",
+ "version": "0.8.1",
"author": "Furkan Ozalp",
"publisher": "furkanozalp",
"license": "MIT",
0 commit comments