1
1
{
2
- "editor.fontSize" : 20 ,
3
- "editor.fontLigatures" : true ,
4
- "editor.wordWrap" : " on" ,
5
- "editor.minimap.enabled" : false ,
6
- "editor.formatOnSave" : true ,
7
- "editor.codeActionsOnSave" : {
8
- "source.fixAll.eslint" : true ,
9
- "source.fixAll.tslint" : true ,
10
- "source.organizeImports" : true
11
- },
12
- "editor.tokenColorCustomizations" : {
13
- "textMateRules" : [
14
- {
15
- "scope" : " comment" ,
16
- "settings" : {
17
- "fontStyle" : " italic"
18
- }
19
- }
20
- ]
21
- },
22
- // cursor
23
- "editor.cursorSmoothCaretAnimation" : true ,
24
- "editor.cursorBlinking" : " expand" ,
25
- // config related to code formatting
26
- "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
27
- // "[javascript]": {
28
- // "editor.formatOnSave": false,
29
- // "editor.defaultFormatter": null
30
- // },
31
- // "[javascriptreact]": {
32
- // "editor.formatOnSave": false,
33
- // "editor.defaultFormatter": null
34
- // },
35
- "eslint.alwaysShowStatus" : true ,
36
- //terminal
37
- "terminal.integrated.fontSize" : 16 ,
38
- "terminal.integrated.fontWeight" : " normal" ,
39
- "terminal.integrated.fontFamily" : " monospace" ,
40
- "workbench.colorTheme" : " Learn with Sumit Theme - Dracula version" ,
41
- "workbench.iconTheme" : " material-icon-theme" ,
42
- // terminal customization
43
- "workbench.colorCustomizations" : {
44
- "terminal.background" : " #0a0b0c" ,
45
- "terminal.foreground" : " #18ff03" ,
46
- "terminalCursor.background" : " #fce51c" ,
47
- "terminalCursor.foreground" : " #5fff82" ,
48
- "terminal.ansiBlack" : " #1D2021" ,
49
- "terminal.ansiBlue" : " #0D6678" ,
50
- "terminal.ansiBrightBlack" : " #665C54" ,
51
- "terminal.ansiBrightBlue" : " #0D6678" ,
52
- "terminal.ansiBrightCyan" : " #8BA59B" ,
53
- "terminal.ansiBrightGreen" : " #95C085" ,
54
- "terminal.ansiBrightMagenta" : " #8F4673" ,
55
- "terminal.ansiBrightRed" : " #FB543F" ,
56
- "terminal.ansiBrightWhite" : " #FDF4C1" ,
57
- "terminal.ansiBrightYellow" : " #FAC03B" ,
58
- "terminal.ansiCyan" : " #8BA59B" ,
59
- "terminal.ansiGreen" : " #95C085" ,
60
- "terminal.ansiMagenta" : " #8F4673" ,
61
- "terminal.ansiRed" : " #FB543F" ,
62
- "terminal.ansiWhite" : " #A89984" ,
63
- "terminal.ansiYellow" : " #c0942e"
64
- },
65
- "javascript.validate.enable" : false ,
66
- "typescript.validate.enable" : false
67
- }
2
+ "editor.fontSize" : 20 ,
3
+ "editor.fontLigatures" : true ,
4
+ "editor.wordWrap" : " on" ,
5
+ "editor.minimap.enabled" : false ,
6
+ "editor.formatOnSave" : true ,
7
+ "editor.codeActionsOnSave" : {
8
+ "source.fixAll.eslint" : true ,
9
+ "source.fixAll.tslint" : true ,
10
+ "source.organizeImports" : true
11
+ },
12
+ "editor.tokenColorCustomizations" : {
13
+ "textMateRules" : [
14
+ {
15
+ "scope" : " comment" ,
16
+ "settings" : {
17
+ "fontStyle" : " italic"
18
+ }
19
+ }
20
+ ]
21
+ },
22
+ "emmet.triggerExpansionOnTab" : true ,
23
+ "blade.format.enable" : true ,
24
+ "[blade]" : {
25
+ "editor.autoClosingBrackets" : " always"
26
+ },
27
+ // cursor
28
+ "editor.cursorSmoothCaretAnimation" : true ,
29
+ "editor.cursorBlinking" : " expand" ,
30
+ // config related to code formatting
31
+ "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
32
+ // "[javascript]": {
33
+ // "editor.formatOnSave": false,
34
+ // "editor.defaultFormatter": null
35
+ // },
36
+ // "[javascriptreact]": {
37
+ // "editor.formatOnSave": false,
38
+ // "editor.defaultFormatter": null
39
+ // },
40
+ "eslint.alwaysShowStatus" : true ,
41
+ //terminal
42
+ "terminal.integrated.fontSize" : 16 ,
43
+ "terminal.integrated.fontWeight" : " normal" ,
44
+ "terminal.integrated.fontFamily" : " monospace" ,
45
+ "workbench.colorTheme" : " Learn with Sumit Theme - Dracula version" ,
46
+ "workbench.iconTheme" : " material-icon-theme" ,
47
+ // terminal customization
48
+ "workbench.colorCustomizations" : {
49
+ "terminal.background" : " #0a0b0c" ,
50
+ "terminal.foreground" : " #18ff03" ,
51
+ "terminalCursor.background" : " #fce51c" ,
52
+ "terminalCursor.foreground" : " #5fff82" ,
53
+ "terminal.ansiBlack" : " #1D2021" ,
54
+ "terminal.ansiBlue" : " #0D6678" ,
55
+ "terminal.ansiBrightBlack" : " #665C54" ,
56
+ "terminal.ansiBrightBlue" : " #0D6678" ,
57
+ "terminal.ansiBrightCyan" : " #8BA59B" ,
58
+ "terminal.ansiBrightGreen" : " #95C085" ,
59
+ "terminal.ansiBrightMagenta" : " #8F4673" ,
60
+ "terminal.ansiBrightRed" : " #FB543F" ,
61
+ "terminal.ansiBrightWhite" : " #FDF4C1" ,
62
+ "terminal.ansiBrightYellow" : " #FAC03B" ,
63
+ "terminal.ansiCyan" : " #8BA59B" ,
64
+ "terminal.ansiGreen" : " #95C085" ,
65
+ "terminal.ansiMagenta" : " #8F4673" ,
66
+ "terminal.ansiRed" : " #FB543F" ,
67
+ "terminal.ansiWhite" : " #A89984" ,
68
+ "terminal.ansiYellow" : " #c0942e"
69
+ },
70
+ "javascript.validate.enable" : false ,
71
+ "typescript.validate.enable" : false
72
+ }
0 commit comments