0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 02:31:10 +00:00
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
Pavel Boldyrev 2025-05-24 16:03:36 +00:00
parent 77127b2c62
commit 2162d212ac
No known key found for this signature in database
GPG Key ID: 637146A2A6804C59
2 changed files with 6 additions and 2 deletions

View File

@ -3,8 +3,6 @@
{
"name": "Default Linux Universal",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
// "image": "mcr.microsoft.com/devcontainers/go:1.24-bullseye",
// "image": "qmcgaw/godevcontainer:latest",
"dockerFile": "Dockerfile",
// Features to add to the dev container. More info: https://containers.dev/features.

View File

@ -52,6 +52,12 @@ make docs
If you are using VS Code, feel free to copy `settings.json` from `.vscode/settings.example.json`.
## Devcontainer support
The project uses a devcontainer to provide a consistent development environment.
If you are using VS Code, you can use the devcontainer by opening the project in a container.
See [Developing inside a Container](https://code.visualstudio.com/docs/devcontainers/containers) for more details.
## Testing
### Unit Tests