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.
1 parent 44b3ece commit 52264ffCopy full SHA for 52264ff
components/dashboard/src/user-settings/SelectIDE.tsx
@@ -71,7 +71,7 @@ export default function SelectIDE(props: SelectIDEProps) {
71
);
72
73
//todo(ft): find a better way to group IDEs by vendor
74
- const shouldShowJetbrainsNotice = !["code", "code-desktop"].includes(defaultIde); // a really hacky way to get just JetBrains IDEs
+ const shouldShowJetbrainsNotice = !["code", "code-desktop", "xterm"].includes(defaultIde); // a really hacky way to get just JetBrains IDEs
75
76
return (
77
<>
0 commit comments