We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.vscode
1 parent b57bd45 commit 003486fCopy full SHA for 003486f
.vscode/settings.json
@@ -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
14
+ "editor.formatOnSave": true
15
16
+ "[json]": {
17
18
19
20
+ "editor.tabSize": 2
21
+}
0 commit comments