Skip to content

Commit

Permalink
feat(typescript): add typescriptreact/javascriptreact to types (#1574)
Browse files Browse the repository at this point in the history
* feat(typescript): add typescriptreact/javascriptreact to types

* remove unneeded values

* revert settings change
  • Loading branch information
OneOfOne committed Oct 3, 2023
1 parent 5f0713d commit 626ae13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazyvim/plugins/extras/lang/typescript.lua
Expand Up @@ -86,7 +86,7 @@ return {
},
}
end
for _, language in ipairs({ "typescript", "javascript" }) do
for _, language in ipairs({ "typescript", "javascript", "typescriptreact", "javascriptreact" }) do
if not dap.configurations[language] then
dap.configurations[language] = {
{
Expand Down

0 comments on commit 626ae13

Please sign in to comment.