-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.json
More file actions
31 lines (31 loc) · 1.04 KB
/
index.json
File metadata and controls
31 lines (31 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"store_version": 1,
"last_updated": "2026-04-22T07:43:42.326Z",
"extensions": [
{
"id": "com.vk.rs",
"name": "Rust",
"author": "Vivek",
"version": "1.0.0",
"description": "Rust LSP Support.",
"download_url": "https://cdn.jsdelivr.net/gh/klyx-dev/extensions@main/binaries/com.vk.rs_v1.0.0.kxext"
},
{
"id": "ardev.plugin",
"name": "ArdevPlugin",
"author": "Ardev",
"version": "1.0.0",
"description": "Ardev Plugin",
"download_url": "https://cdn.jsdelivr.net/gh/klyx-dev/extensions@main/binaries/ardev.plugin_v1.0.0.kxext"
},
{
"id": "com.srinuyadav.clsp",
"name": "C LSP (clangd)",
"author": "Srinuyadav",
"version": "1.0.0",
"description": "LSP support for C using clangd. Planning to add C++ support later. Make sure to install clangd binary in the terminal before using.",
"download_url": "https://cdn.jsdelivr.net/gh/klyx-dev/extensions@main/binaries/com.srinuyadav.clsp_v1.0.0.kxext",
"publisher_id": ""
}
]
}