Skip to content

Commit 1bf9ad0

Browse files
committed
fix: quary not working in codespaces
1 parent 88fce11 commit 1bf9ad0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/packages/quary-extension/src/web/servicesContext.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const HostDetailsSchema = z.object({
55
hostType: z.union([
66
z.literal('web'),
77
z.literal('desktop'),
8+
z.literal('codespaces'),
89
z.literal('github.dev'),
910
z.literal('vscode.dev'),
1011
]),

0 commit comments

Comments
 (0)