integer256/.vscode/tasks.json

9 lines
243 B
JSON

{
// 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"
}