File tree Expand file tree Collapse file tree 3 files changed +35
-15
lines changed Expand file tree Collapse file tree 3 files changed +35
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "\" doppler" : {
2
+ "doppler" : {
3
3
"autocomplete" : {
4
- "enable\" " : null
4
+ "enable" : null
5
5
},
6
6
"hover" : {
7
- "enable\" " : null
7
+ "enable" : null
8
8
}
9
+ },
10
+ "workbench.colorCustomizations" : {
11
+ "titleBar.activeBackground" : " #9DC08B" ,
12
+ "titleBar.border" : " #9DC08B" ,
13
+ "titleBar.activeForeground" : " #374633" ,
14
+ "titleBar.inactiveBackground" : " #acc99c" ,
15
+ "titleBar.inactiveForeground" : " #556252" ,
16
+ "activityBar.background" : " #9DC08B" ,
17
+ "activityBar.foreground" : " #374633" ,
18
+ "activityBar.inactiveForeground" : " #2c3829"
9
19
}
10
- }
20
+ }
Original file line number Diff line number Diff line change 71
71
},
72
72
"prettier" : {
73
73
"insertPragma" : true ,
74
+ "overrides" : [
75
+ {
76
+ "files" : " *.yml" ,
77
+ "options" : {
78
+ "useTabs" : true ,
79
+ "tabWidth" : 2
80
+ }
81
+ }
82
+ ],
74
83
"plugins" : [
75
84
" prettier-plugin-sh"
76
85
],
137
146
" @commitlint/config-conventional"
138
147
],
139
148
"rules" : {
149
+ "subject-case" : [
150
+ 2 ,
151
+ " never" ,
152
+ [
153
+ " start-case" ,
154
+ " pascal-case" ,
155
+ " upper-case"
156
+ ]
157
+ ],
140
158
"scope-enum" : [
141
159
2 ,
142
160
" always" ,
155
173
" api" ,
156
174
" model"
157
175
]
158
- ],
159
- "subject-case" : [
160
- 2 ,
161
- " never" ,
162
- [
163
- " start-case" ,
164
- " pascal-case" ,
165
- " upper-case"
166
- ]
167
176
]
168
177
}
169
178
},
Original file line number Diff line number Diff line change 2
2
"id" : " common-utils" ,
3
3
"name" : " Common Utils" ,
4
4
"description" : " Common utils for tomgrv/devcontainer-features" ,
5
- "version" : " 3.13.1 " ,
5
+ "version" : " 3.14.0 " ,
6
6
"dependsOn" : {
7
7
"ghcr.io/devcontainers/features/common-utils" : {}
8
8
},
40
40
" natizyskunk.sftp" ,
41
41
" spmeesseman.vscode-taskexplorer" ,
42
42
" Tyriar.sort-lines" ,
43
- " luggage66.AWK"
43
+ " luggage66.AWK" ,
44
+ " AngelLuisAlmaraz.project-colorize"
44
45
]
45
46
}
46
47
},
You can’t perform that action at this time.
0 commit comments