plugin updates

This commit is contained in:
Alexander Gehrke 2025-09-22 10:31:02 +02:00
parent c56438c44b
commit 8981f39679
3 changed files with 10 additions and 10 deletions

View file

@ -12,7 +12,7 @@ return {
args = { "${port}" },
}
}
dap.configurations.javascript = {
dap.configurations.typescript = {
{
type = "pwa-node",
request = "launch",
@ -30,6 +30,7 @@ return {
restart = true,
},
}
dap.configurations.javascript = dap.configurations.typescript
end
},
{