Files
UnrealEngineUWP/Engine/Source/ThirdParty/CEF3/Build/linux/.devcontainer/devcontainer.json
josh adams 325c2bc02f - Updating CEF to v90 (in prep for getting M1 version checked in)
#rb alfred.reynolds
#preflight skip (too big for horde)

[CL 20435886 by josh adams in ue5-main branch]
2022-05-31 08:44:08 -04: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",
}