We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88fce11 commit 1bf9ad0Copy full SHA for 1bf9ad0
js/packages/quary-extension/src/web/servicesContext.ts
@@ -5,6 +5,7 @@ const HostDetailsSchema = z.object({
5
hostType: z.union([
6
z.literal('web'),
7
z.literal('desktop'),
8
+ z.literal('codespaces'),
9
z.literal('github.dev'),
10
z.literal('vscode.dev'),
11
]),
0 commit comments