Skip to content

Commit

Permalink
chore: added visual studio code debugging launch options
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch committed Apr 9, 2022
1 parent ab4a0e2 commit 4a7f79c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"configurations": [
{
"name": "Launch Tiptap demos in Google Chrome",
"request": "launch",
"type": "chrome",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}"
}
]
}

0 comments on commit 4a7f79c

Please sign in to comment.