Tags: sffej/jetbrains-coder
Tags
Fix coroutines when running from File > Remote Development For whatever reason, cs.launch does not work and you have to pass the modality state. Without this state, they do not launch until after the remote development window is closed. Using that from a background process fails, however (something about only being able to access from EDT), so instead of starting/stopping the poll there, I just always keep it running in the background (and it just does nothing when there is no client). For the re-invoking of the token window, I removed the launch entirely. Could probably use invokeLater() or something but this seems fine?
chore: bump gradle/wrapper-validation-action from 3.3.1 to 3.3.2 (cod… …er#406) Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](gradle/wrapper-validation-action@v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: gradle/wrapper-validation-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
PreviousNext