Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
egonbraun committed Jun 12, 2024
1 parent f474bee commit ae82513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ This project defines a container image to be used as a development environment
inside [Visual Studio Code](https://code.visualstudio.com/) through the
[Remote Dev Container](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension.

# What is devcontainer?
## What is devcontainer?

Devcontainer is a standard to define remote development environments using
containers and how editors and IDE's should integrate them. The standard is
described [here](https://containers.dev/).

# How can I use it?
## How can I use it?

First off, you need to use a text editor or IDE who supports devcontainers. The
most famous one is Visual Studio Code with the [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
Expand Down

0 comments on commit ae82513

Please sign in to comment.