mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 01:08:59 +02:00
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:
parent
5f0713d2b6
commit
626ae1338a
1 changed files with 1 additions and 1 deletions
|
@ -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] = {
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue