Skip to content

Commit da0cd9c

Browse files
committed
fix: Fix wrong postgres language
1 parent 75ac19d commit da0cd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/staticOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ const staticOptions = asLanguageClientOptionsById({
203203
},
204204
postgresql: {
205205
documentSelector: [{
206-
language: 'postgresql'
206+
language: 'postgres'
207207
}],
208208
// Disable code actions
209209
middleware: {

0 commit comments

Comments
 (0)