Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mastodon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre Boudes
mastodon
Commits
77779dde
Unverified
Commit
77779dde
authored
2 years ago
by
Yamagishi Kazutoshi
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix devcontainer.json format (#23715)
parent
e0e63b73
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.devcontainer/devcontainer.json
+15
-9
15 additions, 9 deletions
.devcontainer/devcontainer.json
with
15 additions
and
9 deletions
.devcontainer/devcontainer.json
+
15
−
9
View file @
77779dde
...
...
@@ -4,16 +4,22 @@
"service"
:
"app"
,
"workspaceFolder"
:
"/mastodon"
,
//
Set
*default*
container
specific
settings.json
values
on
container
create.
"settings"
:
{},
//
Configure
tool-specific
properties.
"customizations"
:
{
//
Configure
properties
specific
to
VS
Code.
"vscode"
:
{
//
Set
*default*
container
specific
settings.json
values
on
container
create.
"settings"
:
{},
//
Add
the
IDs
of
extensions
you
want
installed
when
the
container
is
created.
"extensions"
:
[
"EditorConfig.EditorConfig"
,
"dbaeumer.vscode-eslint"
,
"rebornix.Ruby"
,
"webben.browserslist"
],
//
Add
the
IDs
of
extensions
you
want
installed
when
the
container
is
created.
"extensions"
:
[
"EditorConfig.EditorConfig"
,
"dbaeumer.vscode-eslint"
,
"rebornix.Ruby"
,
"webben.browserslist"
]
}
},
"features"
:
{
"ghcr.io/devcontainers/features/sshd:1"
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment