Skip to content

Commit

Permalink
⚙️ Adds launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed Jan 23, 2024
1 parent 3446103 commit 5d6da7e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Serve Jekyll Site",
"type": "shell",
"request": "launch",
"command": "bundle exec jekyll serve --livereload",
"cwd": "${workspaceFolder}",
"presentation": {
"reveal": "always",
"panel": "new"
},
"problemMatcher": []
}
]
}

0 comments on commit 5d6da7e

Please sign in to comment.