fabiospampinato / vscode-terminals

An extension for setting-up multiple terminals at once, or just running some commands.
MIT License
121 stars 19 forks source link

Duplicate Terminals when Reloading Page #53

Closed phil-lgr closed 3 years ago

phil-lgr commented 3 years ago

Hi there, first of, thanks for creating this extension, it is a life saver

I'm experiencing an issue when reloading the page, and I am not sure why it does this

image

Any thoughts?

phil-lgr commented 3 years ago

UPDATE

Just solved it

add

    "terminal.integrated.enablePersistentSessions": false,
    "terminal.integrated.environmentChangesRelaunch": false,

in your settings.json or *.code-workspace