Skip to content

Commit 44e3370

Browse files
committed
Add the next non-jb IDE :)
1 parent f605a8b commit 44e3370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/user-settings/SelectIDE.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default function SelectIDE(props: SelectIDEProps) {
7171
);
7272

7373
//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
74+
const shouldShowJetbrainsNotice = !["code", "code-desktop", "xterm"].includes(defaultIde); // a really hacky way to get just JetBrains IDEs
7575

7676
return (
7777
<>

0 commit comments

Comments
 (0)