Skip to content

Commit 7b790bc

Browse files
committed
Update snippet prefixes in snippets.json
1 parent 0ce4156 commit 7b790bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/snippets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Config": {
3-
"prefix": "devproxy-config-file",
3+
"prefix": "devproxy-config",
44
"body": [
55
"{",
66
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v1.0/rc.schema.json\",",
@@ -14,7 +14,7 @@
1414
"description": "Dev Proxy config file"
1515
},
1616
"Errors": {
17-
"prefix": "devproxy-errors-file",
17+
"prefix": "devproxy-errors",
1818
"body": [
1919
"{",
2020
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v1.0/genericrandomerrorplugin.schema.json\",",

0 commit comments

Comments
 (0)