We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
source
1 parent 4e87ceb commit 2c86d45Copy full SHA for 2c86d45
src/main/java/ai/deepcode/jbplugin/core/LoginUtils.java
@@ -18,7 +18,7 @@ public class LoginUtils {
18
private LoginUtils() {}
19
20
private static final String userAgent =
21
- "JetBrains-plugin-"
+ "JetBrains-"
22
+ ApplicationNamesInfo.getInstance().getProductName()
23
+ "-"
24
+ ApplicationInfo.getInstance().getFullVersion();
0 commit comments