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",