Files
UnrealEngine/Engine/Source/ThirdParty/CEF3/Build/linux/.devcontainer/devcontainer.json
2025-05-18 13:04:45 +08:00

10 lines
349 B
JSON

{
// The name used by VS Code to identify this development environment
"name": "CEF3 Linux build",
// Sets the run context to one level up instead of the .devcontainer folder.
"context": "..",
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
"dockerFile": "../Dockerfile_build",
}