Hi, This is the first time i am trying to run Julia code in VS Code. Its just a bog standard first code but i get the error. Naturally I have installed Julia extension and also configured the json.
Error: there is no registered task type ‘julia-proc’. Did you miss installing an extension that provides a corresponding task provider?
I’ve got the same issue. All my code runs fine, with or without debugging, but the Output console gives that same error on each run. Right now it’s just annoying.
Yes, I can run the code in Pluto and it works fine. I can also run it in the Julia REPL. Again for me the code works fine in VS code. It’s just that I get that same "no registered task type ‘julia-proc’ error in the “output” console. Not sure how to resolve it or if it will have any side effects for future code.
Very strange. We should move this to the VS code category for some more insight.
The only (unfortunately weak) suggestion I have is to update VS code and install the insiders version of the extension instead and see if that fixes it.
Perhaps it would also be good to update to 1.8.5 via juliaup too, but I don’t think that will give you a resolution.