Skip to content

Commit

Permalink
Revert unintended changes
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpoulter committed Feb 12, 2024
1 parent 76252e2 commit 0f9b49f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,14 @@ If you use WebdriverIO with TypeScript make sure to add `wdio-vscode-service` to
}
```

## Proxy Support

During the initialization of this service, a ChromeDriver and VSCode distribution is downloaded. You can tunnel this requests through a proxy by setting the environment variable `HTTPS_PROXY` or `https_proxy`. E. g.:

```bash
HTTPS_PROXY=http://127.0.0.1:1080 npm run wdio
```

## References

The following VS Code extensions use `wdio-vscode-service`:
Expand All @@ -340,6 +348,7 @@ The following VS Code extensions use `wdio-vscode-service`:
- [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) (27.8m downloads)
- [DVC Extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=Iterative.dvc) (11.2k downloads)
- [Nx Console](https://marketplace.visualstudio.com/items?itemName=nrwl.angular-console) (1.2m downloads)
- [inlang – i18n supercharged](https://marketplace.visualstudio.com/items?itemName=inlang.vs-code-extension) (3k downloads)

## Contributing

Expand Down

0 comments on commit 0f9b49f

Please sign in to comment.