mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-19 15:34:16 +00:00
Remove .vscode folder from tracking
This commit is contained in:
parent
2832b95a75
commit
7930c56610
3
.gitignore
vendored
3
.gitignore
vendored
@ -41,3 +41,6 @@
|
|||||||
|
|
||||||
# Temporal configurations
|
# Temporal configurations
|
||||||
/**/**/.aliaser
|
/**/**/.aliaser
|
||||||
|
|
||||||
|
# .vscode folder
|
||||||
|
.vscode/
|
14
.vscode/launch.json
vendored
14
.vscode/launch.json
vendored
@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"name": "[Node] Run file",
|
|
||||||
"internalConsoleOptions": "openOnSessionStart",
|
|
||||||
"program": "${file}",
|
|
||||||
"request": "launch",
|
|
||||||
"skipFiles": [
|
|
||||||
"<node_internals>/**"
|
|
||||||
],
|
|
||||||
"type": "node"
|
|
||||||
},
|
|
||||||
]
|
|
||||||
}
|
|
22
.vscode/settings.json
vendored
22
.vscode/settings.json
vendored
@ -1,22 +0,0 @@
|
|||||||
{
|
|
||||||
"peacock.remoteColor": "#ff6064",
|
|
||||||
"workbench.colorCustomizations": {
|
|
||||||
"activityBar.activeBackground": "#ff9396",
|
|
||||||
"activityBar.background": "#ff9396",
|
|
||||||
"activityBar.foreground": "#15202b",
|
|
||||||
"activityBar.inactiveForeground": "#15202b99",
|
|
||||||
"activityBarBadge.background": "#048000",
|
|
||||||
"activityBarBadge.foreground": "#e7e7e7",
|
|
||||||
"commandCenter.border": "#15202b99",
|
|
||||||
"sash.hoverBorder": "#ff9396",
|
|
||||||
"statusBar.background": "#ff6064",
|
|
||||||
"statusBar.foreground": "#15202b",
|
|
||||||
"statusBarItem.hoverBackground": "#ff2d32",
|
|
||||||
"statusBarItem.remoteBackground": "#ff6064",
|
|
||||||
"statusBarItem.remoteForeground": "#15202b",
|
|
||||||
"titleBar.activeBackground": "#ff6064",
|
|
||||||
"titleBar.activeForeground": "#15202b",
|
|
||||||
"titleBar.inactiveBackground": "#ff606499",
|
|
||||||
"titleBar.inactiveForeground": "#15202b99"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user