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:
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] = {
|
||||
{
|
||||
|
||||
Reference in new issue
Block a user