You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update intelliJ extension: lint & bump java version to 17.
Added /Users and /Library to path to ignore for file operations to improve UX on macOS.
Use same default options as CLI in intelliJ extension.
Improve UI layout of intelliJ extension.
Separate tcp and udp outgoing option in intelliJ extension.
Tighter control of witch environment variables would be passed to the KubeApi when fetching credentials via cli in kube-config. See #637
Fixed
Lint Changelog and fix level of a "Changed" tag.
File operations - following symlinks now works as expected. Previously, absolute symlinks lead to use our own path instead of target path. For example, AWS/K8S uses /var/run/.. for service account credentials. In many machines, /var/run is symlink to /run so we were using /run/.. instead of /proc/{target_pid}/root/run.
Fix not reappearing window after pressing cancel-button in intelliJ extension.