mirror of
https://github.com/wsvincent/awesome-django.git
synced 2024-11-27 22:11:09 +00:00
18 lines
353 B
JSON
18 lines
353 B
JSON
|
{
|
||
|
"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": []
|
||
|
}
|
||
|
]
|
||
|
}
|