Skip to content

Commit

Permalink
FIX: swith to new tab-set syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 20, 2024
1 parent 6287663 commit 6b0d00a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/appendices/tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,16 @@ In addition, you may need to set the remote platform to `"linux"`:
where `"lxslc7.ihep.ac.cn"` is the name of the host in your
[SSH Config file](https://man7.org/linux/man-pages/man5/ssh_config.5.html).

::::{tip}
:::::{tip}

VSCode Remote SSH installs some files into your home directory on the server, in a
folder called `.vscode-server`. This will not work if you experience this (rather
common) problem: {ref}`read-write-access`. It is therefore recommended that you move the
`.vscode-server` folder to a directory where you always have read-write access and then
create a symbolic link to that folder in your actual home folder. Do this as follows:

:::{tabbed} .vscode-server does not yet exist
::::{tab-set}
:::{tab-item} `.vscode-server` does not yet exist

```shell
cd ~
Expand All @@ -111,7 +112,7 @@ ln -s /besfs5/users/$USER/.vscode-server

:::

:::{tabbed} .vscode-server already exists
:::{tab-item} `.vscode-server` already exists

```shell
cd ~
Expand All @@ -120,12 +121,12 @@ ln -s /besfs5/users/$USER/.vscode-server
```

:::
::::

Another major advantage of this set-up is that you won't have problems with
[data quota](../tutorials/getting-started/data-quota.md) when the
`.vscode-server` grows over time.

::::
:::::

### Language navigation for BOSS

Expand Down

0 comments on commit 6b0d00a

Please sign in to comment.