We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c824b99 commit e2bd33eCopy full SHA for e2bd33e
.vscode/settings.json
@@ -1,19 +1,5 @@
1
// Place your settings in this file to overwrite default and user settings.
2
{
3
"typescript.tsdk": "node_modules/typescript/lib",
4
-<<<<<<< HEAD
5
- "editor.tabSize": 2,
6
- "workbench.colorCustomizations": {
7
- "titleBar.activeBackground": "#b483d5",
8
- "titleBar.inactiveBackground": "#b483d599",
9
- "titleBar.activeForeground": "#15202b",
10
- "titleBar.inactiveForeground": "#15202b99",
11
- "statusBar.background": "#b483d5",
12
- "statusBarItem.hoverBackground": "#9d5dc8",
13
- "statusBar.foreground": "#15202b"
14
- },
15
- "peacock.color": "#b483d5"
16
-=======
17
"editor.tabSize": 2
18
->>>>>>> f506531... fix revisions
19
}
0 commit comments