integrated-application-development / delphilint

Delphi IDE package providing on-the-fly code analysis and linting, powered by SonarDelphi
GNU Lesser General Public License v3.0
79 stars 9 forks source link

Place Edge embed data folder under DelphiLint appdata dir #36

Closed fourls closed 3 months ago

fourls commented 3 months ago

This PR explicitly sets the Edge browser embed's user data folder to under %APPDATA%\DelphiLint\bds.exe.WebView2. This improves support for Delphi 11.0 and 11.1.

Fixes #34