Use Visual Studio Code as your TortoiseSVN diff tool
不囉唆,先上圖
指令如下1code.exe --wait --diff %base %mine
--wait
等待這個視窗關閉,然後返回。
--diff
開啟一個比對用的editor,後面要帶兩個檔案的路徑當參數
(例如上圖的 %base 與 %mine)
目前還不能拿來當merge tool,已哭
不囉唆,先上圖
指令如下1code.exe --wait --diff %base %mine
--wait
等待這個視窗關閉,然後返回。
--diff
開啟一個比對用的editor,後面要帶兩個檔案的路徑當參數
(例如上圖的 %base 與 %mine)
目前還不能拿來當merge tool,已哭