diff --git a/.vscode/launch.json b/.vscode/launch.json index f951e15..b949595 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,6 +5,15 @@ "version": "0.2.0", "configurations": [ + { + "name": "Launch Chrome", + "request": "launch", + "type": "chrome", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + }, + + { "name": "(gdb) Launch", "type": "cppdbg", diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..b242572 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "githubPullRequests.ignoredPullRequestBranches": [ + "main" + ] +} \ No newline at end of file