mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-23 20:53:39 +00:00
18 lines
321 B
JSON
18 lines
321 B
JSON
{
|
|
"name": "4JCraft Dev Container",
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {},
|
|
"extensions": [
|
|
"ms-vscode.cpptools",
|
|
"ms-vscode.cpptools-extension-pack",
|
|
"mesonbuild.mesonbuild"
|
|
]
|
|
}
|
|
},
|
|
"remoteUser": "vscode"
|
|
}
|