feat(typescript): add typescriptreact/javascriptreact to types (#1574)

* feat(typescript): add typescriptreact/javascriptreact to types

* remove unneeded values

* revert settings change
This commit is contained in:
Ahmed W authored and GitHub committed 2023-10-03 23:40:32 +02:00
1 parent 5f0713d2b6
commit 626ae1338a
1 file changed
+1 -1
@@ -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] = {
{