mirror of
https://github.com/roflmuffin/CounterStrikeSharp.git
synced 2025-12-05 23:58:24 -08:00
18 lines
464 B
JSON
18 lines
464 B
JSON
{
|
|
"name": "SteamRT Sniper SDK",
|
|
"image": "registry.gitlab.steamos.cloud/steamrt/sniper/sdk:latest",
|
|
"updateContentCommand": "git submodule update --init --recursive",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-vscode.cpptools",
|
|
"ms-vscode.cpptools-extension-pack",
|
|
"GitHub.copilot",
|
|
"jeff-hykin.better-cpp-syntax"
|
|
]
|
|
}
|
|
},
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/dotnet": "8.0"
|
|
}
|
|
} |