From 74500c7d04f1af655c211d30d12ccca8294aeb1c Mon Sep 17 00:00:00 2001 From: Shiangan Date: Tue, 19 Nov 2024 18:48:38 +0000 Subject: [PATCH] Pending changes exported from your codespace --- .vscode/launch.json | 9 +++++++++ .vscode/settings.json | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 .vscode/settings.json 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