When using the ["Hello World" Tasks example](https://code.visualstudio.com/docs/editor/tasks#_hello-world), there's a linter for tasks.json. If I resolve the issue, I incur Intellisense's wrath with a red squiggle.   - VSCode Version: 1.10.2 (1.10.2) - OS Version: MacOS 10.12.3 (16D32) - Tasks Version: 2.0.0 Steps to Reproduce: 1. Add "Hello World" to tasks.json, and observe syntax suggestion in Output. ``` { "taskName": "echoTest", "command": "echo", "isShellCommand": true, "args": ["Hello World"], "showOutput": "always", "echoCommand": true } ``` 2. Escape "Hello World" spaces, and observe Intellisense error, and tool tip.
When using the "Hello World" Tasks example, there's a linter for tasks.json. If I resolve the issue, I incur Intellisense's wrath with a red squiggle.
Steps to Reproduce: