Skip to content

Instantly share code, notes, and snippets.

View mgs96's full-sized avatar
🎯
Focusing

Mauricio Guzmán Salazar mgs96

🎯
Focusing
  • Lisbon, Portugal
View GitHub Profile
@mgs96
mgs96 / launch.json
Last active February 9, 2026 03:13
vscode nodejs launch config
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to node.js debug port",
"request": "attach",
"port": 9229,
"type": "node",
"skipFiles": [
"<node_internals>/**",