Trying to rig up dap for NestJS/TS
This commit is contained in:
parent
84a790c53f
commit
c3109dcf17
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue