ublue-forge/.devcontainer/forge.code-workspace
Stephan Lüscher b7d9417abd
chore(devcontainer): init
for everyone who wants to use it ;)
2023-04-27 06:10:08 +00:00

20 lines
475 B
Plaintext

{
"folders": [
{
"path": ".."
}
],
"settings": {
"workbench.colorCustomizations": {
"sash.hoverBorder": "#7cb9e3",
"statusBar.background": "#52a2da",
"statusBarItem.hoverBackground": "#2c8bcd",
"statusBarItem.remoteBackground": "#52a2da",
"statusBar.foreground": "#15202b",
"statusBarItem.remoteForeground": "#15202b"
},
"peacock.remoteColor": "#52a2da",
"cSpell.enableFiletypes": ["shellscript"]
}
}