File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -530,3 +530,23 @@ prerequisites for Linux, please look at the VSCode docs.
530
530
https://code.visualstudio.com/docs/remote/linux#_local-linux-prerequisites
531
531
532
532
</details>
533
+
534
+ <details style="margin-bottom : 28px;">
535
+ <summary style="font-size : larger; font-weight: bold;">How can I resolve disconnects when connected to Coder via JetBrains Gateway?</summary>
536
+
537
+ If you leave your JetBrains IDE open for some time while connected to Coder, you
538
+ may encounter a message similar to the below :
539
+
540
+ ` ` ` console
541
+ No internet connection. Changes in the document might be lost. Trying to reconnect…
542
+ ` ` `
543
+
544
+ To resolve this, add this entry to your SSH host file on your local machine :
545
+
546
+ ` ` ` console
547
+ Host coder-jetbrains--*
548
+ ServerAliveInterval 5
549
+ ` ` `
550
+
551
+ Note that your SSH config file will be overwritten by the JetBrains Gateway
552
+ client if it is re-authenticated to your Coder deployment.
You can’t perform that action at this time.
0 commit comments