2024-06-28 11:35:47 +00:00
|
|
|
{
|
|
|
|
|
"name": "monero_c env",
|
|
|
|
|
"build": {
|
|
|
|
|
"dockerfile": "Dockerfile"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
// Features to add to the dev container. More info: https://containers.dev/features.
|
|
|
|
|
// "features": {},
|
|
|
|
|
|
|
|
|
|
// Configure tool-specific properties.
|
|
|
|
|
"customizations": {
|
|
|
|
|
// Configure properties specific to VS Code.
|
|
|
|
|
"vscode": {
|
|
|
|
|
"settings": {
|
|
|
|
|
"terminal.integrated.defaultProfile.linux": "zsh",
|
|
|
|
|
"terminal.integrated.profiles.linux": { "zsh": { "path": "/bin/zsh" } }
|
|
|
|
|
},
|
|
|
|
|
"extensions": [
|
2024-07-30 14:05:19 +02:00
|
|
|
"dart-code.flutter",
|
2024-12-01 15:02:20 +01:00
|
|
|
"dart-code.dart-code",
|
|
|
|
|
"denoland.vscode-deno"
|
2024-06-28 11:35:47 +00:00
|
|
|
]
|
|
|
|
|
}
|
2024-07-16 10:19:23 +02:00
|
|
|
},
|
2024-07-30 14:05:19 +02:00
|
|
|
"remoteUser": "ubuntu"
|
2024-06-28 11:35:47 +00:00
|
|
|
}
|