10 lines
349 B
JSON
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",
|
|
} |