Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/InstallationWizard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export const InstallationWizard = () => {
/>
)
},
...(ide === "IntelliJ IDEA"
...(ide === "IDEA"
? [
{
title: isAlreadyUsingOtel
Expand Down
4 changes: 1 addition & 3 deletions src/components/common/icons/GearIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ const GearIconComponent = (props: IconProps) => {
>
<path
fill={color}
fillRule="evenodd"
d="M14.186 10.002 12.708 8.94a4.821 4.821 0 0 0 0-1.882L14.186 6a6.493 6.493 0 0 0-1.356-2.35l-1.658.748a4.794 4.794 0 0 0-1.635-.946l-.18-1.81a6.526 6.526 0 0 0-2.714 0l-.18 1.81a4.795 4.795 0 0 0-1.635.946L3.17 3.65a6.493 6.493 0 0 0-1.356 2.349l1.478 1.06a4.823 4.823 0 0 0 0 1.882L1.814 10c.284.88.751 1.678 1.356 2.35l1.658-.748c.472.415 1.026.74 1.635.946l.18 1.81a6.528 6.528 0 0 0 2.714 0l.18-1.81a4.794 4.794 0 0 0 1.635-.946l1.658.747a6.493 6.493 0 0 0 1.356-2.348ZM10.3 8a2.3 2.3 0 1 1-4.6 0 2.3 2.3 0 0 1 4.6 0Z"
clipRule="evenodd"
d="M8 5a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm0 5a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm5.5-1.865a4.86 4.86 0 0 0 0-.27l.932-1.165a.5.5 0 0 0 .093-.441 6.696 6.696 0 0 0-.68-1.64.5.5 0 0 0-.375-.246l-1.482-.165a4.875 4.875 0 0 0-.188-.188l-.175-1.486a.5.5 0 0 0-.246-.375 6.733 6.733 0 0 0-1.64-.68.5.5 0 0 0-.442.094L8.135 2.5h-.27L6.7 1.57a.5.5 0 0 0-.441-.093 6.726 6.726 0 0 0-1.64.68.5.5 0 0 0-.246.375l-.165 1.485a5.695 5.695 0 0 0-.188.187l-1.486.171a.5.5 0 0 0-.375.246 6.732 6.732 0 0 0-.68 1.64.5.5 0 0 0 .094.442L2.5 7.865v.27L1.57 9.3a.5.5 0 0 0-.093.441c.153.575.381 1.127.68 1.64a.5.5 0 0 0 .375.246l1.482.165c.062.066.125.128.188.188l.173 1.486a.5.5 0 0 0 .246.375 6.735 6.735 0 0 0 1.64.68.501.501 0 0 0 .442-.094l1.162-.927c.09.002.18.002.27 0l1.165.932a.5.5 0 0 0 .441.093 6.697 6.697 0 0 0 1.64-.68.499.499 0 0 0 .246-.375l.165-1.482a4.76 4.76 0 0 0 .188-.188l1.486-.175a.5.5 0 0 0 .375-.246 6.736 6.736 0 0 0 .68-1.64.501.501 0 0 0-.094-.442L13.5 8.135Zm-1.006-.406c.01.18.01.362 0 .542a.5.5 0 0 0 .108.343l.887 1.108a5.725 5.725 0 0 1-.389.937l-1.412.16a.5.5 0 0 0-.32.165c-.12.136-.248.264-.383.384a.5.5 0 0 0-.165.319l-.157 1.411a5.77 5.77 0 0 1-.937.39l-1.11-.887a.5.5 0 0 0-.312-.11h-.03a4.9 4.9 0 0 1-.542 0 .5.5 0 0 0-.343.109l-1.11.888a5.718 5.718 0 0 1-.938-.39l-.16-1.41a.5.5 0 0 0-.165-.32 4.634 4.634 0 0 1-.384-.383.5.5 0 0 0-.319-.165l-1.411-.158a5.706 5.706 0 0 1-.39-.937L3.4 8.616a.5.5 0 0 0 .11-.342 4.472 4.472 0 0 1 0-.543.5.5 0 0 0-.11-.342l-.886-1.11c.101-.324.232-.638.389-.938l1.41-.16a.5.5 0 0 0 .32-.165c.12-.136.248-.264.383-.384a.5.5 0 0 0 .166-.32l.157-1.41c.3-.157.614-.288.937-.39l1.109.887a.5.5 0 0 0 .342.11c.181-.011.362-.011.543 0a.5.5 0 0 0 .342-.11l1.11-.886c.324.101.638.232.938.389l.16 1.41a.5.5 0 0 0 .165.32c.136.12.264.248.384.383a.5.5 0 0 0 .319.165l1.411.157c.157.3.288.614.39.937l-.887 1.11a.5.5 0 0 0-.11.345h.003Z"
/>
</svg>
);
Expand Down
3 changes: 2 additions & 1 deletion src/globals.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export {};

export type Platform = "JetBrains" | "VS Code" | "Other";

export type IDE = "IntelliJ IDEA" | "Rider" | "PyCharm";
export type IDE = "IDEA" | "Rider" | "PyCharm";

export type Mode = "light" | "dark" | "dark-jetbrains";

Expand Down Expand Up @@ -33,6 +33,7 @@ declare global {
recentActivityDocumentationURL?: unknown;
wizardSkipInstallationStep?: unknown;
assetsRefreshInterval?: unknown;
insightsRefreshInterval?: unknown;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const getPlatform = (platform: unknown): Platform =>

export const platform = getPlatform(window.platform);

const IDES = ["IntelliJ IDEA", "Rider", "PyCharm"];
const IDES = ["IDEA", "Rider", "PyCharm"];

const isIDE = (ide: unknown): ide is IDE =>
typeof ide === "string" && IDES.includes(ide);
Expand Down