ublue-forge/.devcontainer/forge.code-workspace
Stephan Lüscher 9ac50c787e
refactor(devcontainer): new devcontainer specification based on debian
with debian based container features such as poetry, black etc.
can be more easily integrated
2024-04-26 21:29:40 +00:00

20 lines
486 B
Plaintext

{
"folders": [
{
"path": ".."
}
],
"settings": {
"workbench.colorCustomizations": {
"sash.hoverBorder": "#a1cfe7",
"statusBar.background": "#78badd",
"statusBarItem.hoverBackground": "#4fa5d3",
"statusBarItem.remoteBackground": "#78badd",
"statusBar.foreground": "#15202b",
"statusBarItem.remoteForeground": "#15202b"
},
"peacock.remoteColor": "#78badd",
"cSpell.enableFiletypes": ["ansible", "shellscript"]
}
}