mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 11:45:50 +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"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|