Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d65478 commit ec59e7eCopy full SHA for ec59e7e
agent/agentssh/jetbrainstrack.go
@@ -28,6 +28,8 @@ type JetbrainsChannelWatcher struct {
28
}
29
30
func NewJetbrainsChannelWatcher(ctx ssh.Context, logger slog.Logger, newChannel gossh.NewChannel, counter *atomic.Int64) gossh.NewChannel {
31
+ logger.Debug(ctx, "jetbrains forward?")
32
+
33
d := localForwardChannelData{}
34
if err := gossh.Unmarshal(newChannel.ExtraData(), &d); err != nil {
35
// If the data fails to unmarshal, do nothing.
0 commit comments