first
This commit is contained in:
Vendored
+20
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user