mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-09 16:23:44 +03:00

with debian based container features such as poetry, black etc. can be more easily integrated
20 lines
486 B
Plaintext
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"]
|
|
}
|
|
}
|