Disable terminal relaunch on extension load

This commit is contained in:
emisargent 2023-03-16 17:20:05 +00:00
parent b1611fbc78
commit a0330e1f59

View file

@ -9,7 +9,8 @@
"python.terminal.launchArgs": [
"-X",
"dev"
]
],
"terminal.integrated.environmentChangesRelaunch": false
}
}
},