-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prevent unintended early return from skipping writing wildcard configs #539
prevent unintended early return from skipping writing wildcard configs #539
Conversation
Qodana Community for JVM6 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: true Contact Qodana teamContact us at [email protected]
|
Thanks for fixing this! |
Hello all, Am I the only one for whom SSH configuration still doesn't seem to write and I still get the same error? I always have the same error in log I'm on version 2.18.1 on MacOS.
|
@rtorrente sorry for the delayed reply. The fix is in 2.19.0 I believe, so you may just need to update. |
If a user didn't have a jetbrain's plugin block in their ssh config, we accidentally skipped writing one because before wildcards not having any listed workspaces was equivalent to not having anything to write into the config. This fixes that by checking specifically if the contents of the block are empty.
fixes #534