When I edit nimscript code with VSCode using Nim extension like following:
task hello, "hello": echo "Hello" Run
task hello, "hello": echo "Hello"
It shows errors so that I could not edit nimscript properly. So, is there any way to get rid of those errors?