Urgent.News

What's breaking now, across thousands of outlets.

Tech

Google Antigravity TOS: 3rd party usage can get Google account suspended

Article URL: https://twitter.com/GergelyOrosz/status/2095453567955968398 Comments URL: https://news.ycombinator.com/item?id=49548452 Points: 236 # Comments: 169

To use Google Antigravity IDE within WSL2 on Windows, the author created a custom script called "wagy" that launches the IDE directly from the WSL terminal. The goal was to maintain the project, terminal, and development toolchain within WSL while avoiding the need to switch to the Windows environment or patch Antigravity every time it gets updated.

The setup involved installing Antigravity IDE on Windows at a specific path and using the `--remote` flag with WSL to open the project from the WSL distribution. The `wagy` script simplifies the process by providing a convenient command-line interface for launching the IDE, with options to open in a new window, reuse an existing window, specify a version, and handle file and line numbers for debugging.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at twitter.com →

More in Tech

解决端口占用问题(window)

方案一:最快解决办法(重置网络端口保留) 大多数情况下,这是因为 Windows 的 NAT 服务(WinNat)保留了该端口。重启该服务通常能释放被错误保留的端口。 请以 管理员身份 打开 PowerShell 或 CMD,然后依次运行以下命令: net stop winnat net start winnat 运行完这两行命令后,再次尝试启动你的服务。如果成功,问题解决。…

More from Thursday 3 September →