language-server-protocol/.vscode/tasks.json
2020-02-21 12:00:42 +01:00

13 lines
No EOL
264 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Jekyll",
"type": "shell",
"command": "bundle exec jekyll serve",
"problemMatcher": []
}
]
}