Doc-Bot / .vscode /settings.json
hanzaq's picture
git config --global user.email "hanzalah.qamar02@gmail.com"
fdc6bce
raw
history blame contribute delete
254 Bytes
{
"python.terminal.activateEnvironment": true,
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"terminal.integrated.defaultProfile.windows":"Command Prompt",
"python.condaPath": "C:\\Python311\\Scripts\\conda.exe"
}