Skip to content

Commit 2cd062b

Browse files
DevelopmentCatsblink-so[bot]
authored andcommitted
chore: add support for antigravity external app protocol (#20873)
Adds `antigravity` to the allowed protocols list. Related PR: coder/registry#558 (cherry picked from commit 8e0516a)
1 parent ba71b32 commit 2cd062b

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)