mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 23:52:56 -05:00
Merge dev container configs (microsoft/vscode-remote-release#8994)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Code - OSS with X11/Wayland",
|
||||
"name": "Code - OSS",
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile"
|
||||
},
|
||||
@@ -12,11 +12,24 @@
|
||||
"type": "volume"
|
||||
}
|
||||
],
|
||||
"postCreateCommand": "./.devcontainer/post-create.sh",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"settings": {
|
||||
"resmon.show.battery": false,
|
||||
"resmon.show.cpufreq": false
|
||||
},
|
||||
"extensions": [
|
||||
"dbaeumer.vscode-eslint",
|
||||
"EditorConfig.EditorConfig",
|
||||
"GitHub.vscode-pull-request-github",
|
||||
"ms-vscode.vscode-github-issue-notebooks",
|
||||
"ms-vscode.vscode-selfhost-test-provider",
|
||||
"mutantdino.resourcemonitor"
|
||||
]
|
||||
}
|
||||
},
|
||||
"hostRequirements": {
|
||||
"memory": "9gb"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user