Alex Opie

Results 4 issues of Alex Opie

### Prerequisites - [x] Ensure you have latest version of plugin installed - [x] Search for possible issue duplicates Maybe #281? ### Installation details - [x] IDE version (`Help->About->Copy to...

The `https_proxy` environment variable is honoured, but the `no_proxy` environment variable is not. That means openfortivpn tries to connect to the proxy even though the VPN IP is in my...

enhancement

The use of the Uri class was mangling paths that include spaces. Fixes: #1476

As per the title, e.g.: ```json { "dependencyGraphs": { "C:\\src\\my project\\my project.csproj": { ... } }, "componentsFound": [ { "locationsFoundAt": [ "/my%20project/my%20project.csproj" ], ... } ] } ``` This behaviour...