integer256/.vscode/tasks.json

9 lines
243 B
JSON
Raw Normal View History

2018-04-04 16:22:06 +00:00
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "0.1.0",
"command": "nim",
"isShellCommand": true,
"args": ["cpp", "-r", "${file}"],
"showOutput": "always"
}