Skip to content

Commit 9a3c089

Browse files
committed
Remove optional properties from config snippet
Closes #12
1 parent 0099f12 commit 9a3c089

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/snippets.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
"{",
66
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v1.0/rc.schema.json\",",
77
"\t\"plugins\": [$1],",
8-
"\t\"urlsToWatch\": [$2],",
9-
"\t\"rate\": 50,",
10-
"\t\"labelMode\": \"text\",",
11-
"\t\"logLevel\": \"info\"",
8+
"\t\"urlsToWatch\": [$2]",
129
"}"
1310
],
1411
"description": "Dev Proxy config file"

0 commit comments

Comments
 (0)