{// See https://go.microsoft.com/fwlink/?LinkId=733558// for the documentation about the tasks.json format"version":"2.0.0","tasks":[{"label":"New Blog Post","type":"shell","command":"touch ./docs/blog/posts/${input:askFileName}.md && code ./docs/blog/posts/${input:askFileName}.md --reuse-window","group":{"kind":"build","isDefault":true},"presentation":{"reveal":"always","panel":"shared","focus":true},"problemMatcher":[]},],"inputs":[{"id":"askFileName","description":"Input new filename:","default":"dummy","type":"promptString"}]}