We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1d2566 + 7858e48 commit 74479f9Copy full SHA for 74479f9
1 file changed
code/settings.json
@@ -4,7 +4,7 @@
4
"eslint.enable": true,
5
"javascript.validate.enable": false,
6
"editor.rulers": [80],
7
- "window.zoomLevel": 1,
+ "window.zoomLevel": 0,
8
"files.exclude": {
9
"**/.DS_Store": true,
10
"**/.git": true,
@@ -38,5 +38,12 @@
38
"terminal.integrated.rendererType": "dom",
39
"editor.tokenColorCustomizations": {
40
"comments": "#d152ff"
41
- }
+ },
42
+ "prettier.requireConfig": true,
43
+ "workbench.colorCustomizations": {
44
+ "[rainbow]": {
45
+ "editor.background": "#000"
46
+ }
47
48
+ "workbench.sideBar.location": "left"
49
}
0 commit comments