mirror of
https://github.com/RGBCube/serenity
synced 2025-07-31 06:07:44 +00:00
Meta: Remove unnecessary dot in file name
Fixes a small typo in the file name. Codespaces and other tools implementing the spec https://containers.dev/implementors/spec/#devcontainerjson will expect this file naming pattern.
This commit is contained in:
parent
58b1d9c319
commit
084ba2ef9d
1 changed files with 0 additions and 0 deletions
11
.devcontainer/optimized/devcontainer.json
Normal file
11
.devcontainer/optimized/devcontainer.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
// The docker image used below was generated from '.devcontainer/devcontainer.json'
|
||||
// by the '.github/workflows/dev-container.yml' workflow.
|
||||
//
|
||||
// By building this dev container image in advance, tools
|
||||
// like GitHub Codespaces (https://containers.dev/supporting)
|
||||
// do not need to install all the prerequsite dependencies from scratch,
|
||||
// getting you into your development environment faster!
|
||||
{
|
||||
"name": "SerenityOS (Pre-Built Image)",
|
||||
"image": "ghcr.io/serenityos/serenity-devcontainer:base"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue