chore(devcontainer): init

for everyone who wants to use it ;)
This commit is contained in:
Stephan Lüscher 2023-04-27 06:10:08 +00:00
parent 9b46c072f5
commit b7d9417abd
No known key found for this signature in database
GPG key ID: 445779060FF3D3CF
10 changed files with 209 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{
"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"]
}
}