mirror of
https://github.com/wsvincent/awesome-django.git
synced 2024-11-23 20:11:09 +00:00
⚙️ Adds launch.json
This commit is contained in:
parent
3446103a77
commit
5d6da7e16c
17
.vscode/launch.json
vendored
Normal file
17
.vscode/launch.json
vendored
Normal file
|
@ -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": []
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user