Azure Data Studio 是圖形化介面的資料庫工具,可安裝在 Mac、Windows 和 Linux。這篇記錄我在 Mac 安裝時遇到的問題。
Mac 版的安裝方式可參考官方教學:下載並安裝 Azure Data Studio
我想加裝繁體中文介面,但安裝擴充套件時遇到以下問題。
無法安裝繁體中文套件
Error while installing 'Chinese (Traditional) Language Pack for Azure Data Studio' extension. Please check logs for more details.
看到錯誤後,我改用原始 .vsix 檔案安裝。
擴充套件可在 GitHub 的清單中找到:https://github.com/microsoft/azuredatastudio/wiki/List-of-Extensions

依照下圖安裝;截圖中的中文介面是安裝完成後的畫面。

1.28 版本無法安裝套件
接著又出現以下錯誤訊息。
Unable to install extension 'microsoft.ads-language-pack-zh-hant' as it is not compatible with Azure Data Studio '1.28.0'.
原因是原先安裝的 Azure Data Studio 版本太舊。我重新從 GitHub https://github.com/Microsoft/azuredatastudio 下載 Mac M1 的 Apple Silicon 版本。

重新安裝後,版本顯示為 1.43,繁體中文套件也能正常安裝。

