Trying to rig up dap for NestJS/TS

This commit is contained in:
Adam Cooper 2023-12-26 16:41:21 -05:00
parent 84a790c53f
commit c3109dcf17
1 changed files with 5 additions and 0 deletions

View File

@ -457,6 +457,8 @@ require('dap-vscode-js').setup({
})
local dap = require('dap')
--[[
for _, language in ipairs({ "typescript", "javascript" }) do
dap.configurations[language] = {
{
@ -489,6 +491,9 @@ for _, language in ipairs({ "typescript", "javascript" }) do
},
}
end
--]]
require('dap.ext.vscode').load_launchjs(nil, {})
-- Tweak GitSigns blame color
-- This differentiates the cursorline from the git blame text