Skip to content

Instantly share code, notes, and snippets.

View ddiall's full-sized avatar

Dima Diall ddiall

  • Moon Domain
  • Lisbon
  • 14:53 (UTC)
View GitHub Profile
@tejainece
tejainece / vscode_marketplace
Last active March 14, 2026 15:01
Marketplace for VS code to be used in Antigravity
https://marketplace.visualstudio.com/items
https://marketplace.visualstudio.com/_apis/public/gallery
@junielton
junielton / antigravity-browser-wsl.md
Last active March 16, 2026 03:32
How to Run Antigravity Browser Automation on WSL2

Strategy: Bridge the WSL connection to use the native Windows Chrome installation via port forwarding. This avoids slow rendering inside Linux and utilizes your GPU.

1. Windows Setup (One-Time)

Open PowerShell as Administrator for these steps.

  1. Get your WSL Gateway IP (Run this inside your WSL terminal):
    ip route show | grep -i default | awk '{ print $3}'