Skip to content

Commit 43c37ab

Browse files
committed
feat: Add solargraph extension
1 parent 797891a commit 43c37ab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

update-extensions.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ const overrideConfigurationDefaultValue = new Map<string, unknown>(Object.entrie
1414
'Lua.runtime.version': 'Lua 5.4',
1515
'Lua.diagnostics.enable': true,
1616
'Lua.diagnostics.disable': ['lowercase-global'],
17-
'r.lsp.diagnostics': false
17+
'r.lsp.diagnostics': false,
18+
'solargraph.diagnostics': true
1819
}))
1920

2021
interface Extension {
@@ -107,6 +108,9 @@ const extensions: Extension[] = [
107108
name: 'vscode-groovy',
108109
repository: 'GroovyLanguageServer/groovy-language-server',
109110
path: 'vscode-extension/'
111+
}, {
112+
name: 'solargraph',
113+
repository: 'castwide/vscode-solargraph'
110114
}
111115
]
112116

0 commit comments

Comments
 (0)