Skip to content

Commit 816fa06

Browse files
author
DeanLuus22021994
committed
docs: fix MD040 markdown lint - add language to fenced code block
1 parent 588ccaa commit 816fa06

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.devcontainer/infrastructure/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ infrastructure/
5454
├── **init**.py # Module exports
5555
└── README.md
5656

57-
```
57+
```text
5858
5959
## Architecture
6060

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,12 @@
181181
"eamodio",
182182
"elif",
183183
"Errno",
184+
"eslintcache",
184185
"estás",
185186
"Estoy",
186187
"evals",
187188
"exitcode",
188189
"extname",
189-
"extname",
190190
"extversion",
191191
"findstr",
192192
"fulltext",
@@ -198,6 +198,7 @@
198198
"healthcheck",
199199
"healthz",
200200
"htmlcov",
201+
"Includable",
201202
"indexdef",
202203
"indexrelid",
203204
"indexrelname",
@@ -273,6 +274,7 @@
273274
"venv",
274275
"viewname",
275276
"winget",
277+
"yamls",
276278
"zipkin"
277279
],
278280
// MSSQL extension configuration - completely disable for this workspace

0 commit comments

Comments
 (0)