File tree Expand file tree Collapse file tree
samples/browser-devtools-debugging Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 " https://jsonplaceholder.typicode.com/*"
1313 ],
1414 "devTools" : {
15- "$schema" : " https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v2.0.0/devtoolsplugin.schema.json" ,
16- "preferredBrowser" : " Edge"
15+ "$schema" : " https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v2.0.0/devtoolsplugin.schema.json"
1716 }
1817}
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ The sample includes two configuration files:
5757
5858### Default (Microsoft Edge)
5959
60- ` .devproxy/devproxyrc.json ` - Uses Microsoft Edge to display DevTools
60+ ` .devproxy/devproxyrc.json ` - Uses Microsoft Edge (default) to display DevTools
6161
6262``` json
6363{
@@ -74,8 +74,7 @@ The sample includes two configuration files:
7474 " https://jsonplaceholder.typicode.com/*"
7575 ],
7676 "devTools" : {
77- "$schema" : " https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v2.0.0/devtoolsplugin.schema.json" ,
78- "preferredBrowser" : " Edge"
77+ "$schema" : " https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v2.0.0/devtoolsplugin.schema.json"
7978 }
8079}
8180```
You can’t perform that action at this time.
0 commit comments