21 lines
519 B
JSON
21 lines
519 B
JSON
{
|
|
"terminal.integrated.env.windows": {
|
|
"Path": "C:\\Users\\13799\\miniconda3\\condabin;C:\\Users\\13799\\miniconda3\\Scripts;${env:Path}"
|
|
},
|
|
"terminal.integrated.profiles.windows": {
|
|
"PowerShell": {
|
|
"source": "PowerShell",
|
|
"icon": "terminal-powershell",
|
|
"args": [
|
|
"-NoExit",
|
|
"-ExecutionPolicy",
|
|
"Bypass",
|
|
"-NoLogo",
|
|
"-Command",
|
|
"conda activate camera_test"
|
|
]
|
|
}
|
|
},
|
|
"terminal.integrated.defaultProfile.windows": "PowerShell"
|
|
}
|