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"
| }
|
|