refactor(devcontainer): new devcontainer specification based on debian

with debian based container features such as poetry, black etc.
can be more easily integrated
This commit is contained in:
Stephan Lüscher 2024-04-26 21:29:40 +00:00
parent 12176c5718
commit 9ac50c787e
No known key found for this signature in database
GPG key ID: 445779060FF3D3CF
9 changed files with 94 additions and 95 deletions

View file

@ -6,14 +6,14 @@
],
"settings": {
"workbench.colorCustomizations": {
"sash.hoverBorder": "#7cb9e3",
"statusBar.background": "#52a2da",
"statusBarItem.hoverBackground": "#2c8bcd",
"statusBarItem.remoteBackground": "#52a2da",
"sash.hoverBorder": "#a1cfe7",
"statusBar.background": "#78badd",
"statusBarItem.hoverBackground": "#4fa5d3",
"statusBarItem.remoteBackground": "#78badd",
"statusBar.foreground": "#15202b",
"statusBarItem.remoteForeground": "#15202b"
},
"peacock.remoteColor": "#52a2da",
"peacock.remoteColor": "#78badd",
"cSpell.enableFiletypes": ["ansible", "shellscript"]
}
}