mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 02:31:10 +00:00
cleanup
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
parent
77127b2c62
commit
2162d212ac
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user