I ran on IJ CE 2020.2 (the sandbox, by running runIde) and on IJ CE 2023.5 (local installation) to make sure there were no EDT/read violations.
one concern i have, is that the "Workspace" API returns null, and we don't count null responses as success.. maybe I should return "Done" from the binary or something?
I ran on IJ CE 2020.2 (the sandbox, by running
runIde
) and on IJ CE 2023.5 (local installation) to make sure there were no EDT/read violations.one concern i have, is that the
"Workspace"
API returns null, and we don't count null responses as success.. maybe I should return "Done" from the binary or something?