Skip to content

Commit 003486f

Browse files
supercodestartpopplayer212jameslee88212
committed
add: .vscode settings
Co-Authored-By: James Chan <[email protected]> Co-Authored-By: James Lee <[email protected]>
1 parent b57bd45 commit 003486f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.vscode/settings.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"typescript.updateImportsOnFileMove.enabled": "never",
3+
"typescript.preferences.importModuleSpecifier": "non-relative",
4+
"workbench.colorCustomizations": {
5+
"titleBar.activeForeground": "#000",
6+
"titleBar.inactiveForeground": "#000000CC",
7+
"titleBar.activeBackground": "#ffc600",
8+
"titleBar.inactiveBackground": "#ffc600CC"
9+
},
10+
"editor.defaultFormatter": "esbenp.prettier-vscode",
11+
"editor.formatOnSave": true,
12+
"[javascript]": {
13+
"editor.defaultFormatter": "esbenp.prettier-vscode",
14+
"editor.formatOnSave": true
15+
},
16+
"[json]": {
17+
"editor.defaultFormatter": "esbenp.prettier-vscode",
18+
"editor.formatOnSave": true
19+
},
20+
"editor.tabSize": 2
21+
}

0 commit comments

Comments
 (0)