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 d026ecd commit d73aaacCopy full SHA for d73aaac
release_notes/v0.17.0.md
@@ -0,0 +1,5 @@
1
+Improvements
2
+- Add textDocument/hover
3
+
4
+Fixes:
5
+- Fix times operator precedence
vhdl_lang/Cargo.toml
@@ -6,7 +6,7 @@
6
7
[package]
8
name = "vhdl_lang"
9
-version = "0.16.0"
+version = "0.17.0"
10
authors = ["Olof Kraigher <olof.kraigher@gmail.com>"]
11
license = "MPL-2.0"
12
description = "VHDL Language Frontend"
vhdl_ls/Cargo.toml
name = "vhdl_ls"
description = "VHDL Language Server"
0 commit comments