Skip to content

Commit

Permalink
fix: incorrect module path for typescriptTools/configurePlugin (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmizio authored Jan 16, 2024
1 parent 094e4f4 commit c43d958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/typescript-tools/protocol/module_mapper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ local remapped_methods = {
[c.CustomMethods.Diagnostic] = "text_document.custom_diagnostic",
[c.CustomMethods.BatchCodeActions] = "text_document.code_action.batch",
[c.LspMethods.CodeLensResolve] = "text_document.code_lens.resolve",
[c.CustomMethods.ConfigurePlugin] = "text_document.configure_plugin",
[c.CustomMethods.ConfigurePlugin] = "configure_plugin",
[c.CustomMethods.JsxClosingTag] = "text_document.jsx_close_tag",
[c.CustomMethods.FileReferences] = "text_document.file_references",
[c.CustomMethods.SaveTo] = "text_document.save_to",
Expand Down

0 comments on commit c43d958

Please sign in to comment.