mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-04 08:45:45 +03:00
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:
parent
12176c5718
commit
9ac50c787e
9 changed files with 94 additions and 95 deletions
|
@ -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"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue