This commit is contained in:
Aram Markarov
2025-12-11 19:27:50 +01:00
parent c18e540835
commit a58c111ddd
7 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ dap.adapters["pwa-node"] = {
command = "node",
-- 💀 Make sure to update this path to point to your installation
args = {
"/home/zach/.config/nvim/java-dap/js-debug/src/dapDebugServer.js",
"%HOME/.config/nvim/java-dap/js-debug/src/dapDebugServer.js",
"${port}"
}
}