codium.json
· 176 B · JSON
Исходник
"terminal.integrated.profiles.windows": {
"Nu": {
"path": "C:\\Program Files\\nu\\bin\\nu.exe",
"args": []
}
},
"terminal.integrated.defaultProfile.windows": "Nu",
| 1 | "terminal.integrated.profiles.windows": { |
| 2 | "Nu": { |
| 3 | "path": "C:\\Program Files\\nu\\bin\\nu.exe", |
| 4 | "args": [] |
| 5 | } |
| 6 | }, |
| 7 | "terminal.integrated.defaultProfile.windows": "Nu", |
| 8 |