Skip to content

Instantly share code, notes, and snippets.

View ddiall's full-sized avatar

Dima Diall ddiall

  • Moon Domain
  • Lisbon
  • 17:30 (UTC +01:00)
View GitHub Profile
@tejainece
tejainece / vscode_marketplace
Last active April 11, 2026 17:28
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 April 11, 2026 15:02
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}'