From d2a644d251fd8b7d52886640bdf963e58a9a2676 Mon Sep 17 00:00:00 2001 From: lauraporta <29216006+lauraporta@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:03:13 +0000 Subject: [PATCH] Linting --- docs/source/programming/vscode-with-slurm-job.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/programming/vscode-with-slurm-job.md b/docs/source/programming/vscode-with-slurm-job.md index 9d47654..94aa3b4 100644 --- a/docs/source/programming/vscode-with-slurm-job.md +++ b/docs/source/programming/vscode-with-slurm-job.md @@ -29,7 +29,7 @@ code tunnel A URL will appear in the terminal, `https://github.com/login/device`. Follow this link, log in with your GitHub credentials, and enter the provided PIN to authorize access. After completing this step, a second link will appear in the terminal (e.g., `https://vscode.dev/tunnel/gpu-XXXX`), which you can follow to access your VSCode session running directly on the HPC compute node. -When you’re finished, simply exit the SLURM session to close the VSCode tunnel and release resources. +When you’re finished, simply exit the SLURM session to close the VSCode tunnel and release resources. ### Important Note on Extensions @@ -38,4 +38,3 @@ When using VSCode in this setup, exercise caution with extensions. Some, like th ## Additional Benefits of Code Tunnel One advantage of using VSCode's code tunnel is that it forwards any HTTP servers launched from the same node, such as MLflow or Jupyter Notebook servers. When these are initiated, VSCode will notify you with a link that you can follow to access the server's UI directly. -