File tree Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 1
- .vscode
2
-
3
1
.artifacts /**
4
2
.tmp /**
5
3
Original file line number Diff line number Diff line change
1
+ {
2
+ "git.ignoreLimitWarning" : true ,
3
+ "editor.detectIndentation" : true ,
4
+ "workbench.colorCustomizations" : {
5
+ "titleBar.activeBackground" : " #E6B444" ,
6
+ "titleBar.inactiveBackground" : " #E6B444" ,
7
+ "titleBar.activeForeground" : " #000000" ,
8
+ "titleBar.inactiveForeground" : " #000000" ,
9
+ "activityBar.background" : " #E6B444" ,
10
+ "activityBar.foreground" : " #000000" ,
11
+ "activityBar.inactiveForeground" : " #333333"
12
+ },
13
+ "scm.diffDecorations" : " none" ,
14
+ "search.exclude" : {
15
+ "**/*.git" : true ,
16
+ "**/*.sql" : true ,
17
+ "**/*.zip" : true ,
18
+ "**/coverageReport" : true ,
19
+ "**/tests/captures" : true
20
+ },
21
+ "files.exclude" : {
22
+ "**/*.git" : true ,
23
+ "**/*.sql" : true ,
24
+ "**/*.zip" : true ,
25
+ "**/coverageReport" : true ,
26
+ "**/tests/captures" : true
27
+ },
28
+ "search.ripgrep.maxThreads" : 3
29
+ }
You can’t perform that action at this time.
0 commit comments