From b345ae13d13e55f08e646a30b54d548fa4d658e9 Mon Sep 17 00:00:00 2001 From: Nicholas Sorokin Date: Tue, 23 Jul 2024 22:04:40 +0930 Subject: [PATCH] chore: update settings --- .vscode/launch.json | 2 +- .vscode/settings.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 0e16d72..62cadad 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "type": "chrome", "request": "launch", "name": "Launch Chrome against localhost", - "url": "http://localhost:3000", + "url": "http://localhost:5173/pandemic_tracker", "webRoot": "${workspaceFolder}" } ] diff --git a/.vscode/settings.json b/.vscode/settings.json index 4d360cb..3bedcd2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "typescript.tsdk": "node_modules/typescript/lib" + "typescript.tsdk": "node_modules/typescript/lib", + "github-actions.workflows.pinned.workflows": [".github/workflows/main.yml"] }