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