Skip to content

Commit e7c4669

Browse files
committed
feat: Enable solargraph formatting
1 parent a19948d commit e7c4669

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

update-extensions.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ const overrideConfigurationDefaultValue = new Map<string, unknown>(Object.entrie
1515
'Lua.diagnostics.enable': true,
1616
'Lua.diagnostics.disable': ['lowercase-global'],
1717
'r.lsp.diagnostics': false,
18-
'solargraph.diagnostics': true
18+
'solargraph.diagnostics': true,
19+
'solargraph.formatting': true
1920
}))
2021

2122
interface Extension {

0 commit comments

Comments
 (0)