yj
2025-07-22 2a8d022a20f82c35e9df680dfb66c3c95863b190
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "cSpell.words": [
        "dify",
        "ecloud",
        "wxid"
    ],
    "terminal.integrated.profiles.windows": {
        "PowerShell": {
            "source": "PowerShell",
            "icon": "terminal-powershell",
            "args": [
            "-NoExit",
            "-Command", "conda activate .\\.conda"  // Windows 用反斜杠:".\\.conda"
            ]
        }
  },
  "terminal.integrated.defaultProfile.windows": "PowerShell"
}