chore: add support for antigravity external app protocol (#20873)

Adds `antigravity` to the allowed protocols list.

Related PR:
https://github.com/coder/registry/pull/558
This commit is contained in:
DevCats
2025-12-05 08:09:58 -05:00
committed by GitHub
parent 770fdb377c
commit 8e0516a19c
+1
View File
@@ -24,6 +24,7 @@ const ALLOWED_EXTERNAL_APP_PROTOCOLS = [
"jetbrains:",
"kiro:",
"positron:",
"antigravity:",
];
type GetVSCodeHrefParams = {