32 lines
934 B
JSON
32 lines
934 B
JSON
{
|
|
"name": "TF",
|
|
"runArgs": [
|
|
"--network=host"
|
|
],
|
|
"image": "git.luke-else.co.uk/luke-else/tf-dev:latest",
|
|
"remoteUser": "dev",
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {
|
|
"editor.formatOnSave": true,
|
|
"remote.autoForwardPorts": false,
|
|
"terminal.integrated.profiles.linux": {
|
|
"tmux-shell": {
|
|
"path": "tmux",
|
|
"args": [
|
|
"new-session",
|
|
"-A",
|
|
"-s",
|
|
"dev"
|
|
]
|
|
}
|
|
},
|
|
"terminal.integrated.defaultProfile.linux": "tmux-shell"
|
|
},
|
|
"extensions": [
|
|
"ms-azuretools.vscode-docker",
|
|
"opentofu.vscode-opentofu"
|
|
]
|
|
}
|
|
}
|
|
} |