Skip to content

Commit

Permalink
fix: add quickfix to expected codeActionKinds
Browse files Browse the repository at this point in the history
  • Loading branch information
kevineor committed Jan 4, 2024
1 parent c6fcd1a commit 6431c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/langserver/handlers/handlers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func initializeResponse(t *testing.T, commandPrefix string) string {
"referencesProvider": true,
"documentSymbolProvider": true,
"codeActionProvider": {
"codeActionKinds": ["source.formatAll.terraform"]
"codeActionKinds": ["quickfix", "source.formatAll.terraform"]
},
"codeLensProvider": {},
"documentLinkProvider": {},
Expand Down

0 comments on commit 6431c57

Please sign in to comment.