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:
@ -86,7 +86,7 @@ return {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
for _, language in ipairs({ "typescript", "javascript" }) do
|
for _, language in ipairs({ "typescript", "javascript", "typescriptreact", "javascriptreact" }) do
|
||||||
if not dap.configurations[language] then
|
if not dap.configurations[language] then
|
||||||
dap.configurations[language] = {
|
dap.configurations[language] = {
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user