From e6d93be0ac2b0f7541542dca9da510387f9f0960 Mon Sep 17 00:00:00 2001 From: Jagdish Sahu <57601327+Jagdish-24@users.noreply.github.com> Date: Sat, 23 May 2026 23:05:18 +0300 Subject: [PATCH] Added "Antigravity IDE" Support Google changed their VS Code clone from "Antigravity" to "Antigravity IDE" --- Editor/Code/CodeFork.cs | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Editor/Code/CodeFork.cs b/Editor/Code/CodeFork.cs index 9831e46..7480cb7 100644 --- a/Editor/Code/CodeFork.cs +++ b/Editor/Code/CodeFork.cs @@ -100,7 +100,16 @@ public record CodeFork : IAppInfo LinuxExeName = "antigravity", UserDataDirName = ".antigravity" }, - new() + new() + { + Name = "Antigravity IDE", + WindowsDefaultDirName = "Antigravity IDE", + WindowsExeName = "Antigravity IDE.exe", + MacAppName = "Antigravity IDE.app", + LinuxExeName = "antigravity IDE", + UserDataDirName = ".antigravity-ide" + }, + new() { Name = "VSCodium", WindowsDefaultDirName = "VSCodium",