pragmagic/vscode-nim

Can't edit Nimscript without errors

forest1102 opened this issue · 1 comments

When I edit config.nims, like following with vscode-nim,

task hello, "hello":
  echo "Hello"

It shows errors
image

So, I want to edit nimscript without showing error.