Skip to content

Commit

Permalink
chore(docs-vs-debugging): add information on debugging with esbuild (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Patil2099 authored Sep 10, 2021
1 parent 81dbffc commit 1f0cd8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Create a `launch.json` file under a `.vscode` directory in your project with the
"type": "node",
"request": "launch",
"skipFiles": ["<node_internals>/**"],
"outFiles": ["${workspaceFolder}/.netlify/functions-serve/**/*.js"],
"program": "${workspaceFolder}/node_modules/.bin/netlify",
"args": ["dev"],
"console": "integratedTerminal",
Expand All @@ -49,6 +50,7 @@ Create a `launch.json` file under a `.vscode` directory in your project with the
"type": "node",
"request": "launch",
"skipFiles": ["<node_internals>/**"],
"outFiles": ["${workspaceFolder}/.netlify/functions-serve/**/*.js"],
"program": "${workspaceFolder}/node_modules/.bin/netlify",
"args": ["functions:serve"],
"console": "integratedTerminal"
Expand Down

1 comment on commit 1f0cd8d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 329 MB

Please sign in to comment.