diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 000000000..a2b41bdf4 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,11 @@ +{ + "configurations": [ + { + "name": "Launch Tiptap demos in Google Chrome", + "request": "launch", + "type": "chrome", + "url": "http://localhost:3000", + "webRoot": "${workspaceFolder}" + } + ] +}