aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorleoperegrino <55335068+leoperegrino@users.noreply.github.com>2026-04-30 16:28:07 -0300
committerGitHub <noreply@github.com>2026-04-30 15:28:07 -0400
commit7c069c5439581a8d8ab20c1c44f32723e77342bb (patch)
tree6ab6ba3be86ea7b25b67432d25934620025a1524 /scripts
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-7c069c5439581a8d8ab20c1c44f32723e77342bb.tar
nvim-lspconfig-7c069c5439581a8d8ab20c1c44f32723e77342bb.tar.gz
nvim-lspconfig-7c069c5439581a8d8ab20c1c44f32723e77342bb.tar.bz2
nvim-lspconfig-7c069c5439581a8d8ab20c1c44f32723e77342bb.tar.lz
nvim-lspconfig-7c069c5439581a8d8ab20c1c44f32723e77342bb.tar.xz
nvim-lspconfig-7c069c5439581a8d8ab20c1c44f32723e77342bb.tar.zst
nvim-lspconfig-7c069c5439581a8d8ab20c1c44f32723e77342bb.zip
feat(annotations): add gopls schema #4413
Add golang/vscode-go package.json to generate types for gopls
Diffstat (limited to 'scripts')
-rw-r--r--scripts/gen_json_schemas.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gen_json_schemas.lua b/scripts/gen_json_schemas.lua
index ebb5e19b..ebd8a136 100644
--- a/scripts/gen_json_schemas.lua
+++ b/scripts/gen_json_schemas.lua
@@ -16,6 +16,7 @@ local index = {
eslint = 'https://raw.githubusercontent.com/microsoft/vscode-eslint/main/package.json',
flow = 'https://raw.githubusercontent.com/flowtype/flow-for-vscode/master/package.json',
fsautocomplete = 'https://raw.githubusercontent.com/ionide/ionide-vscode-fsharp/main/release/package.json',
+ gopls = 'https://raw.githubusercontent.com/golang/vscode-go/refs/heads/master/extension/package.json',
grammarly = 'https://raw.githubusercontent.com/znck/grammarly/main/extension/package.json',
hhvm = 'https://raw.githubusercontent.com/slackhq/vscode-hack/master/package.json',
hie = 'https://raw.githubusercontent.com/alanz/vscode-hie-server/master/package.json',