ToolBox修改工具及编辑器安装位置

  1. 关闭 toolbox
  2. 打开如下路径 C:\\Users\\用户名\\AppData\\Local\\JetBrains\\Toolbox 的 .settings.json 文件
  3. 添加一行json格式的代码:"install_location": "D:\\\\SoftWare\\\\toolbox",
{
    "install_location": "D:\\\\SoftWare\\\\toolbox"
    "shell_scripts": {
        "location": "D:\\\\SoftWare\\\\toolbox\\\\scripts"
    },
    "ui": {
        "theme": "dark",
        "language": "zh-CN"
    },
    "tools": {
        "localize_tools": true
    }
}