mirror of
https://github.com/dockur/windows.git
synced 2025-04-22 08:32:53 +00:00
20 lines
415 B
JSON
20 lines
415 B
JSON
{
|
|
"dockerComposeFile": "../compose.yml",
|
|
"service": "windows",
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {
|
|
"editor.fontSize": 16,
|
|
"terminal.integrated.fontSize": 16,
|
|
"terminal.integrated.scrollback": 1000
|
|
},
|
|
"extensions": [
|
|
"dbaeumer.vscode-eslint",
|
|
"hashicorp.terraform",
|
|
"nhoizey.gremlins",
|
|
"hashicorp.hcl"
|
|
]
|
|
}
|
|
}
|
|
}
|