Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Update site/src/modules/apps/useAppLink.ts
Co-authored-by: Dean Sheather <dean@deansheather.com>
  • Loading branch information
matifali and deansheather authored Jun 20, 2025
commit 6d25c7e8b48259df512b7d7f8fa1a88a364c4b99
2 changes: 1 addition & 1 deletion site/src/modules/apps/useAppLink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const useAppLink = (
app.url.startsWith("jetbrains:"));

// Check if this is a coder:// URL
const isCoderApp = app.url?.startsWith("coder://");
const isCoderApp = app.url?.startsWith("coder:");

if (isJetBrainsApp) {
displayError(
Expand Down
Loading