julia-vscode / TestItemRunner.jl

Run Julia test items
MIT License
67 stars 11 forks source link

TestItemRunner process doesn't restart after deps added to test env and can't manually stop process #69

Closed ianfiske closed 2 months ago

ianfiske commented 2 months ago

I have experienced the following issue a couple of times.

However, instead it runs and throws an error about the new dependency being missing. I have tried the manual VSCode command Julia: Stop Test Process to manually trigger a restart of the test process, but this throws a VSCode error:

image
davidanthoff commented 2 months ago

Yep, that is a bug, or rather a not-yet-implemented feature... I'm already tracking this over at https://github.com/julia-vscode/julia-vscode/issues/3022, so closing here.