Skip to content

Commit 520da38

Browse files
Remove default preferredBrowser value from devproxyrc.json
Co-authored-by: waldekmastykarz <11164679+waldekmastykarz@users.noreply.github.com>
1 parent c277499 commit 520da38

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

samples/browser-devtools-debugging/.devproxy/devproxyrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
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
}

samples/browser-devtools-debugging/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)