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

View file

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