2025年12月29日 星期一

Antigravity IDE 跟 VS code 共用一個remote config file [windows 11]

症狀: 

Antigravity 可以透過IDE設定,把config file path連結到特定位置。但是windows上可能還沒完善,所以IDE可以讀到cloud server 的位置,連線的時候還是會回到 [user]/.ssh/config

解決辦法:

透過softlink把config file連過去: (power shell, 記得備份原本的config檔。其實也可直接合併)


New-Item -ItemType SymbolicLink -Path "C:\Users\markliou\.ssh\config" -Target "Y:\Home\computer_sync\vs_code_remote_config"

沒有留言:

張貼留言

agy進入auto-mode

 以前的agy可以透過ctrl-tab進行模式切換。最近更新把auto mode從這個切換中拿掉了,頂多讓agent寫寫文件,但是不讓agent去跑程式。解決辦法就是要從一開始就決定進入session的時候要不要開auto mode: agy --dangerously-skip...