Skip to content

Commit 8e0516a

Browse files
chore: add support for antigravity external app protocol (#20873)
Adds `antigravity` to the allowed protocols list. Related PR: coder/registry#558
1 parent 770fdb3 commit 8e0516a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/modules/apps/apps.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const ALLOWED_EXTERNAL_APP_PROTOCOLS = [
2424
"jetbrains:",
2525
"kiro:",
2626
"positron:",
27+
"antigravity:",
2728
];
2829

2930
type GetVSCodeHrefParams = {

0 commit comments

Comments
 (0)