Skip to content

Commit

Permalink
chore: update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
OldStarchy committed Jul 23, 2024
1 parent 4936d25 commit b345ae1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}
]
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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"]
}

0 comments on commit b345ae1

Please sign in to comment.