Files
WoWDBDefs/.devcontainer/devcontainer.json

18 lines
481 B
JSON

{
"containerEnv": {
"DOTNET_CLI_TELEMETRY_OPTOUT": "1",
"DOTNET_NOLOGO": "1",
"DOTNET_SKIP_FIRST_TIME_EXPERIENCE": "1"
},
"features": {
"ghcr.io/devcontainers/features/dotnet:1": {
"version": "7.0"
},
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {}
},
"image": "mcr.microsoft.com/devcontainers/base:debian",
"name": "wowdev/wowdbdefs",
"postCreateCommand": "pre-commit install --install-hooks"
}