mirror of
https://github.com/dockur/windows.git
synced 2025-04-22 08:32:53 +00:00
adding devcontainer, testing
This commit is contained in:
parent
c9abc7551a
commit
8b4f37845e
24
.devcontainer/devcontainer.json
Normal file
24
.devcontainer/devcontainer.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"dockerComposeFile": "../compose.yml",
|
||||
"service": "windows",
|
||||
"workspaceFolder": "/app",
|
||||
"postStartCommand": {
|
||||
"set-git-config-safe-directory": "git config --global --add safe.directory ${containerWorkspaceFolder}",
|
||||
"set-git-config-line-endings": "git config --global core.autocrlf input"
|
||||
},
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"settings": {
|
||||
"editor.fontSize": 16,
|
||||
"terminal.integrated.fontSize": 16,
|
||||
"terminal.integrated.scrollback": 1000
|
||||
},
|
||||
"extensions": [
|
||||
"dbaeumer.vscode-eslint",
|
||||
"hashicorp.terraform",
|
||||
"nhoizey.gremlins",
|
||||
"hashicorp.hcl"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user