mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-04 08:45:45 +03:00
chore(devcontainer): init
for everyone who wants to use it ;)
This commit is contained in:
parent
9b46c072f5
commit
b7d9417abd
10 changed files with 209 additions and 0 deletions
19
.devcontainer/forge.code-workspace
Normal file
19
.devcontainer/forge.code-workspace
Normal 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"]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue