Skip to content

Commit

Permalink
fix: quary not working in codespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
louisjoecodes committed May 23, 2024
1 parent 88fce11 commit 1bf9ad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/packages/quary-extension/src/web/servicesContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const HostDetailsSchema = z.object({
hostType: z.union([
z.literal('web'),
z.literal('desktop'),
z.literal('codespaces'),
z.literal('github.dev'),
z.literal('vscode.dev'),
]),
Expand Down

0 comments on commit 1bf9ad0

Please sign in to comment.