Skip to content

Commit

Permalink
New - Ajout des commands de debug pour vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmugnier committed Jan 12, 2021
1 parent b536097 commit 7d55e2c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Chrome Portal",
"request": "launch",
"type": "pwa-chrome",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}/__sapper__/dev/client",
"sourceMaps": true,
"skipFiles": [
"<node_internals>/**",
]
}
]
}
4 changes: 4 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"version": "2.0.0",
"tasks": []
}

0 comments on commit 7d55e2c

Please sign in to comment.