You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document state of linux-sandbox in the container (#33)
* Document state of linux-sandbox in the container
linux-sandbox does not work by default and is by some expected to work.
* fix typo
---------
Co-authored-by: Oliver Pajonk <oliver.pajonk@elektrobit.com>
Copy file name to clipboardExpand all lines: README.md
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@ Modifying the content of the container is explained in the [Development](#develo
10
10
11
11
## Usage
12
12
13
-
> **NOTE:** There are several development environments which support development containers; most notably [Visual Studio Code](https://code.visualstudio.com), but also [IntelliJ IDEA](https://www.jetbrains.com/idea) and others.
13
+
> [!NOTE]
14
+
> There are several development environments which support development containers; most notably [Visual Studio Code](https://code.visualstudio.com), but also [IntelliJ IDEA](https://www.jetbrains.com/idea) and others.
14
15
> See [here](https://containers.dev/supporting) for a more complete list.
15
16
> In the following, we assume that [Visual Studio Code](https://code.visualstudio.com) and its Dev Containers extension is used.
16
17
The [Dev Containers extension homepage](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) has a description how to get up to speed on Windows, macOS and Linux operating systems.
@@ -43,6 +44,23 @@ Afterwards, Visual Studio Code should show this in the lower left corner of your
0 commit comments