Skip to content

Instantly share code, notes, and snippets.

View Lippiece's full-sized avatar
🫂

Alex Lippiece

🫂
  • 00:51 (UTC +02:00)
View GitHub Profile
[
{ "rule": " [CARDS]", "active": false, "exclude": false },
{ "rule": "cash card", "active": true, "exclude": false },
{ "rule": "*ID card", "active": true, "exclude": false },
{ "rule": "* badge", "active": true, "exclude": false },
{ "rule": "visitor's pass", "active": true, "exclude": false },
{ "rule": "Science SD-Memory card", "active": true, "exclude": false },
{ "rule": "SD-Memory card", "active": true, "exclude": false },
{ "rule": " [SOFTWARE]", "active": false, "exclude": false },
{ "rule": "* data", "active": true, "exclude": false },
@Lippiece
Lippiece / nvim-dap.node-cli.md
Created March 29, 2024 11:09
How to set up nvim-dap

Setup nvim-dap for typescript node cli app

Just some notes for my self about making nvim-dap and vscode-js-debug work with node cli app written in typescript without using ts-node.

I believe the most important part of this guide is the section in which I show you how to debug all this mess by yourself

Just use the dap debug server directly without this plugin.