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"

沒有留言:

張貼留言

termix 搭配 tailscale

本文記錄如何透過 Docker 部署 Web-based 終端機 Termix,並結合 Tailscale 網狀網路,解決跨實體區域網路的 SSH/SFTP 連線管理問題。 1. Termix 簡介與 Docker Compose 部署 1.1 Termix 功能概述與網路需求 ...