Files
dsProject/dsBase/WebRoot/.vscode/settings.json

8 lines
549 B
JSON
Raw Permalink Normal View History

2025-08-14 15:45:08 +08:00
{
"liveServer.settings.port": 5502,
"DevChat.DevChatPath": "C:\\Users\\Administrator\\.chat\\mamba\\envs\\devchat\\Scripts\\devchat",
"devchat.defaultModel": "gpt-4",
"DevChat.PythonVirtualEnv": "C:\\Users\\Administrator\\.chat\\mamba\\envs\\devchat-ask\\python.exe",
"DevChat.PythonForChat": "c:\\Users\\Administrator\\.vscode\\extensions\\merico.devchat-0.1.38\\tools\\python-3.11.6-embed-amd64\\python.exe",
"DevChat.PythonForCommands": "C:\\Users\\Administrator\\.chat\\mamba\\envs\\devchat-commands\\python.exe"
}