Skip to content

Commit 085370e

Browse files
chore: add "positron:" to allowed external app protocols (#20803)
<!-- If you have used AI to produce some or all of this PR, please ensure you have read our [AI Contribution guidelines](https://coder.com/docs/about/contributing/AI_CONTRIBUTING) before submitting. -->
1 parent c12bba4 commit 085370e

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
@@ -23,6 +23,7 @@ const ALLOWED_EXTERNAL_APP_PROTOCOLS = [
2323
"jetbrains-gateway:",
2424
"jetbrains:",
2525
"kiro:",
26+
"positron:",
2627
];
2728

2829
type GetVSCodeHrefParams = {

0 commit comments

Comments
 (0)