From 90c07a28be513b1967d4cc836857da6782048e58 Mon Sep 17 00:00:00 2001 From: avapirev <21217655+avapirev@users.noreply.github.com> Date: Thu, 4 Sep 2025 14:08:52 +0200 Subject: [PATCH 1/4] Update vscode-tunnel.rst to include KUL/UH --- .../compute/portal/ondemand/vscode-tunnel.rst | 30 +++++++++++++++---- 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/source/compute/portal/ondemand/vscode-tunnel.rst b/source/compute/portal/ondemand/vscode-tunnel.rst index 4b2c979d..efd7529e 100644 --- a/source/compute/portal/ondemand/vscode-tunnel.rst +++ b/source/compute/portal/ondemand/vscode-tunnel.rst @@ -9,14 +9,32 @@ involved to connect (although mostly point-and-click and authentication). VSC clusters that support the VS Code Tunnel app: -.. grid:: 3 - :gutter: 4 +.. tab-set:: + :sync-group: vsc-sites - .. grid-item-card:: |VUB| - :columns: 12 4 4 4 + .. tab-item:: KU Leuven/UHasselt + :sync: kuluh - * Tier-2 :ref:`Anansi ` - * Tier-2 :ref:`Hydra ` + .. grid:: 3 + :gutter: 4 + + .. grid-item-card:: |KUL| |UH| + :columns: 12 4 4 4 + + * Tier-2 :ref:`Genius ` + * Tier-2 :ref:`wICE ` + + .. tab-item:: VUB + :sync: vub + + .. grid:: 3 + :gutter: 4 + + .. grid-item-card:: |VUB| + :columns: 12 4 4 4 + + * Tier-2 :ref:`Anansi ` + * Tier-2 :ref:`Hydra ` How to connect -------------- From b8e0a3298876afaefd5aa93b32dc4109a10ad015 Mon Sep 17 00:00:00 2001 From: Alexander Vapirev Date: Tue, 9 Sep 2025 08:01:56 +0200 Subject: [PATCH 2/4] KUL/UHasselt VSCcode ssh tunnel --- source/compute/portal/ondemand/vscode-tunnel.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/compute/portal/ondemand/vscode-tunnel.rst b/source/compute/portal/ondemand/vscode-tunnel.rst index efd7529e..1aeb31b9 100644 --- a/source/compute/portal/ondemand/vscode-tunnel.rst +++ b/source/compute/portal/ondemand/vscode-tunnel.rst @@ -18,11 +18,11 @@ VSC clusters that support the VS Code Tunnel app: .. grid:: 3 :gutter: 4 - .. grid-item-card:: |KUL| |UH| + .. grid-item-card:: |KUL| :columns: 12 4 4 4 - * Tier-2 :ref:`Genius ` - * Tier-2 :ref:`wICE ` + * Tier-2 :ref:`Genius ` + * Tier-2 :ref:`wICE ` .. tab-item:: VUB :sync: vub From 9c31b4f69c20d954a761aa0d2b96cddcef4611c1 Mon Sep 17 00:00:00 2001 From: Alexander Vapirev Date: Fri, 19 Sep 2025 10:14:11 +0200 Subject: [PATCH 3/4] VSCcode ssh tunnel note on GitHub login --- source/compute/portal/ondemand/vscode-tunnel.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/compute/portal/ondemand/vscode-tunnel.rst b/source/compute/portal/ondemand/vscode-tunnel.rst index 1aeb31b9..4ab58bb5 100644 --- a/source/compute/portal/ondemand/vscode-tunnel.rst +++ b/source/compute/portal/ondemand/vscode-tunnel.rst @@ -86,6 +86,8 @@ To connect to the VS Code tunnel, follow these steps: form. - To close the remote connection, click again the blue button in the bottom left, and select 'Close Remote Connection' in the command palette. + - VSCCode SSH Tunnel also allows users to select 'GitHub Account', but we + do recommend using 'Microsoft' login. Usage ----- From 8f49b1ec51ed73337139fa3cc70dc0d8e6ff9416 Mon Sep 17 00:00:00 2001 From: Alexander Vapirev Date: Fri, 19 Sep 2025 10:15:19 +0200 Subject: [PATCH 4/4] typo fix --- source/compute/portal/ondemand/vscode-tunnel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/compute/portal/ondemand/vscode-tunnel.rst b/source/compute/portal/ondemand/vscode-tunnel.rst index 4ab58bb5..b18a444f 100644 --- a/source/compute/portal/ondemand/vscode-tunnel.rst +++ b/source/compute/portal/ondemand/vscode-tunnel.rst @@ -86,7 +86,7 @@ To connect to the VS Code tunnel, follow these steps: form. - To close the remote connection, click again the blue button in the bottom left, and select 'Close Remote Connection' in the command palette. - - VSCCode SSH Tunnel also allows users to select 'GitHub Account', but we + - VSCode SSH Tunnel also allows users to select 'GitHub Account', but we do recommend using 'Microsoft' login. Usage