Skip to content

Commit a5fc585

Browse files
authored
Merge pull request #124 from Masterminds/clean-readme-devcontainers
Removing devcontainers from readme
2 parents 30b4d39 + 10ee15c commit a5fc585

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -39,25 +39,6 @@ The constructors have the same signature as `NewRepo`.
3939

4040
For more details see [the documentation](https://godoc.org/github.com/Masterminds/vcs).
4141

42-
## Development
43-
44-
### Using Dev Container
45-
46-
This project includes a [development container](https://containers.dev/) configuration that provides a complete development environment with all required version control tools (Git, Mercurial, Subversion, and Bazaar) pre-installed.
47-
48-
To use the dev container:
49-
50-
1. Install [Docker](https://www.docker.com/products/docker-desktop) and [Visual Studio Code](https://code.visualstudio.com/)
51-
2. Install the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) for VS Code
52-
3. Open this repository in VS Code
53-
4. When prompted, click "Reopen in Container" (or use the command palette: "Dev Containers: Reopen in Container")
54-
55-
The dev container is based on the SUSE BCI Golang image and includes:
56-
- Go development environment
57-
- Git, Mercurial (hg), Subversion (svn), and Bazaar (bzr)
58-
- Go language server and tools
59-
- All dependencies needed to run tests
60-
6142
## Motivation
6243

6344
The package `golang.org/x/tools/go/vcs` provides some valuable functionality

0 commit comments

Comments
 (0)