We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a1725 commit ca0e89eCopy full SHA for ca0e89e
1 file changed
‎src/utils/telemetry/vscode.ts‎
@@ -27,6 +27,8 @@ export function getClientInfo(): ClientInfo {
27
clientType = "vscodium"
28
} else if (appNameLower.includes("gitpod")) {
29
clientType = "gitpod"
30
+ } else if (appNameLower.includes("antigravity")) {
31
+ clientType = "antigravity"
32
} else if (appHost === "codespaces" || remoteName === "codespaces") {
33
clientType = "codespaces"
34
} else if (uiKind === vscode.UIKind.Web) {
0 commit comments