0

(this looks like a similar issue to this but the solution there was to just tell code runner to run in the terminal-which does work- but the whole thing with code runner is it looks alot cleaner from the "output" page. also this should work it just doesnt for some reason)

I'm trying to integrate coconut in to the "Code Runner" VS Code extension so that the native "run code" command will automatically run "coconut-run "

In settings.json:

"code-runner.executorMapByFileExtension": {
    ".coco": "coconut-run",
}

In powershell terminal it runs fine

PS C:\> coconut-run "c:\test.coco"
1

But in code runner heres what I see in the "output" section:

[Running] coconut-run "c:\test.coco"

but just gets stuck forever- looks like this after I cancel it

[Done] exited with code=1 in 23.41 seconds

any help is appreciated thanks

whatplan
  • 1
  • 1

0 Answers0