Skip to content

Commit d56f586

Browse files
committed
fixup! fix(lsp): restore dart go to super functionality
1 parent 29ac86a commit d56f586

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/flutter-tools/lsp/init.lua

-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ local function get_defaults(opts)
128128
require("flutter-tools.guides").widget_guides
129129
),
130130
["textDocument/documentColor"] = require("flutter-tools.lsp.color").on_document_color,
131-
-- ["dart/textDocument/super"] = lsp.handlers["textDocument/definition"],
132131
["dart/reanalyze"] = function() end, -- returns: None
133132
["dart/textDocument/super"] = handle_super,
134133
},

0 commit comments

Comments
 (0)