Skip to content

Commit

Permalink
add vscode config
Browse files Browse the repository at this point in the history
  • Loading branch information
alilosoft committed Aug 1, 2022
1 parent 1d45879 commit 95e2bde
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 02-Udemy/-01-HTML-CSS-Jonas/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"configurations": [
{
"type": "pwa-chrome",
"name": "http://127.0.0.1:3000/Code/02-HTML-Fundamentals/index.html",
"request": "launch",
"url": "http://127.0.0.1:3000/Code/02-HTML-Fundamentals/index.html"
},
{
"type": "pwa-chrome",
"name": "http://127.0.0.1:3000/Code/03-CSS-Fundamentals/index.html",
"request": "launch",
"url": "http://127.0.0.1:3000/Code/03-CSS-Fundamentals/index.html"
}
]
}

0 comments on commit 95e2bde

Please sign in to comment.