Skip to content

Commit a6f2b13

Browse files
author
Thomas G.
committed
chore: 🔧 update environment
1 parent ce1a675 commit a6f2b13

File tree

3 files changed

+35
-15
lines changed

3 files changed

+35
-15
lines changed

.vscode/settings.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
{
2-
"\"doppler": {
2+
"doppler": {
33
"autocomplete": {
4-
"enable\"": null
4+
"enable": null
55
},
66
"hover": {
7-
"enable\"": null
7+
"enable": null
88
}
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"
919
}
10-
}
20+
}

package.json

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,15 @@
7171
},
7272
"prettier": {
7373
"insertPragma": true,
74+
"overrides": [
75+
{
76+
"files": "*.yml",
77+
"options": {
78+
"useTabs": true,
79+
"tabWidth": 2
80+
}
81+
}
82+
],
7483
"plugins": [
7584
"prettier-plugin-sh"
7685
],
@@ -137,6 +146,15 @@
137146
"@commitlint/config-conventional"
138147
],
139148
"rules": {
149+
"subject-case": [
150+
2,
151+
"never",
152+
[
153+
"start-case",
154+
"pascal-case",
155+
"upper-case"
156+
]
157+
],
140158
"scope-enum": [
141159
2,
142160
"always",
@@ -155,15 +173,6 @@
155173
"api",
156174
"model"
157175
]
158-
],
159-
"subject-case": [
160-
2,
161-
"never",
162-
[
163-
"start-case",
164-
"pascal-case",
165-
"upper-case"
166-
]
167176
]
168177
}
169178
},

src/common-utils/devcontainer-feature.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "common-utils",
33
"name": "Common Utils",
44
"description": "Common utils for tomgrv/devcontainer-features",
5-
"version": "3.13.1",
5+
"version": "3.14.0",
66
"dependsOn": {
77
"ghcr.io/devcontainers/features/common-utils": {}
88
},
@@ -40,7 +40,8 @@
4040
"natizyskunk.sftp",
4141
"spmeesseman.vscode-taskexplorer",
4242
"Tyriar.sort-lines",
43-
"luggage66.AWK"
43+
"luggage66.AWK",
44+
"AngelLuisAlmaraz.project-colorize"
4445
]
4546
}
4647
},

0 commit comments

Comments
 (0)