From 10ee15c66ad97d0811632db54aab50a5a2db3873 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Wed, 3 Dec 2025 16:23:42 -0500 Subject: [PATCH] Removing devcontainers from readme Signed-off-by: Matt Farina --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.md b/README.md index 36d10f2..dbdb071 100644 --- a/README.md +++ b/README.md @@ -39,25 +39,6 @@ The constructors have the same signature as `NewRepo`. For more details see [the documentation](https://godoc.org/github.com/Masterminds/vcs). -## Development - -### Using Dev Container - -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. - -To use the dev container: - -1. Install [Docker](https://www.docker.com/products/docker-desktop) and [Visual Studio Code](https://code.visualstudio.com/) -2. Install the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) for VS Code -3. Open this repository in VS Code -4. When prompted, click "Reopen in Container" (or use the command palette: "Dev Containers: Reopen in Container") - -The dev container is based on the SUSE BCI Golang image and includes: -- Go development environment -- Git, Mercurial (hg), Subversion (svn), and Bazaar (bzr) -- Go language server and tools -- All dependencies needed to run tests - ## Motivation The package `golang.org/x/tools/go/vcs` provides some valuable functionality