JetBrains / package-search-intellij-plugin

Package Search is an IntelliJ plugin that allows you to search for packages from the editor.
https://package-search.jetbrains.com/
Apache License 2.0
18 stars 2 forks source link

233 - Add UserAgent to Ktor client and remove GITHUB_REF from run settings #178

Closed lamba92 closed 6 months ago

lamba92 commented 6 months ago

The commit introduces a new UserAgent to the Ktor client within the PackageSearchApplicationCachesService.kt for the IntelliJApplication. The UserAgent is set using fullApplicationName coming from the service ApplicationInfo. On a different note, an unused environment variable GITHUB_REF has been removed from the Plugin.run.xml configuration file, for cleanup purposes.