Skip to content

Commit 5c55cfb

Browse files
authored
Add showSkipMessages to devproxy-config-file snippet. Closes #139 (#143)
1 parent e7d4196 commit 5c55cfb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed:
1111

1212
- Snippets: All snippets that reference schemas updated to use `v0.22.0` schema
13+
- Snippets: Added `logLevel`, `newVersionNotification`, `showSkipMessages` properties to `devproxy-config-file`
1314

1415
## [0.10.0] - 2024-10-01
1516

src/snippets.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"\t\"urlsToWatch\": [",
1111
"\t\t$2",
1212
"\t]",
13+
"\t\"logLevel\": \"information\"",
14+
"\t\"newVersionNotification\": \"stable\"",
15+
"\t\"showSkipMessages\": true",
1316
"}"
1417
],
1518
"description": "Dev Proxy config file"

0 commit comments

Comments
 (0)