We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2834f4 commit 6247d23Copy full SHA for 6247d23
bucket/vhdl-ls.json
@@ -0,0 +1,22 @@
1
+{
2
+ "version": "0.84.0",
3
+ "homepage": "https://github.com/VHDL-LS/rust_hdl",
4
+ "description": "A fast VHDL language server and analysis library written in Rust.",
5
+ "license": "MPL-2.0",
6
+ "architecture": {
7
+ "64bit": {
8
+ "url": "https://github.com/VHDL-LS/rust_hdl/releases/download/v0.84.0/vhdl_ls-x86_64-pc-windows-msvc.zip",
9
+ "hash": "89913e4c516667cb6ca936200208c37534b5d22ba6f9479fcfd7ebbfbc8a2333",
10
+ "extract_dir": "vhdl_ls-x86_64-pc-windows-msvc"
11
+ }
12
+ },
13
+ "bin": "bin\\vhdl_ls.exe",
14
+ "checkver": "github",
15
+ "autoupdate": {
16
17
18
+ "url": "https://github.com/VHDL-LS/rust_hdl/releases/download/v$version/vhdl_ls-x86_64-pc-windows-msvc.zip"
19
20
21
22
+}
0 commit comments