Skip to content

Commit 37547f2

Browse files
committed
feat: smart quick fixes, kind quickfix, dedup, filter by file
1 parent 0c1fb7a commit 37547f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/dbml-parse/src/services/code_actions

packages/dbml-parse/src/services/code_actions/provider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export default class DBMLCodeActionProvider implements CodeActionProvider {
8686
// Link the action to the marker so Monaco shows it as a quick fix.
8787
return {
8888
title: fix.title,
89+
kind: 'quickfix', // required for Monaco to show it in the diagnostic hover dropdown
8990
edit,
9091
diagnostics: [
9192
marker,

0 commit comments

Comments
 (0)