Disable terminal relaunch on extension load
This commit is contained in:
parent
b1611fbc78
commit
a0330e1f59
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@
|
||||||
"python.terminal.launchArgs": [
|
"python.terminal.launchArgs": [
|
||||||
"-X",
|
"-X",
|
||||||
"dev"
|
"dev"
|
||||||
]
|
],
|
||||||
|
"terminal.integrated.environmentChangesRelaunch": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue