mirror of
https://github.com/roflmuffin/CounterStrikeSharp.git
synced 2025-12-05 23:58:24 -08:00
Co-authored-by: Michael Wilson <roflmuffin@users.noreply.github.com> Co-authored-by: root <root@ns3203586.ip-146-59-53.eu>
21 lines
614 B
JSON
21 lines
614 B
JSON
{
|
|
"name": "SteamRT Sniper SDK",
|
|
"image": "registry.gitlab.steamos.cloud/steamrt/sniper/sdk:latest",
|
|
"updateContentCommand": "git submodule update --init --recursive",
|
|
"postCreateCommand": "cmake -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j$(nproc)",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-dotnettools.csdevkit",
|
|
"ms-vscode.cpptools",
|
|
"ms-vscode.cpptools-extension-pack",
|
|
"GitHub.copilot",
|
|
"jeff-hykin.better-cpp-syntax"
|
|
]
|
|
}
|
|
},
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/dotnet": "8.0"
|
|
}
|
|
}
|