ironmansoftware / issues

Public Issue tracker for Ironman Software products.
https://ironmansoftware.com
32 stars 2 forks source link

Powershell Universal VSCode extension stopped opening multiple files #3045

Open adamdriscoll opened 5 months ago

adamdriscoll commented 5 months ago

Version

4.2.0

Severity

Low

Steps to Reproduce

The Powershell Universal VS Code extension stopped letting you open multiple files (APIs, scripts, modules, etc.). It just replaces the currently open file with the next file that you open. It didn’t used to work this way. This makes it hard to work as I often need to refer to and edit multiple files in my projects.

Expected behavior

A new tab is opened when opening another file.

Actual behavior

Opening another “file” - (APIs, scripts, modules, etc.) replaces currently open file with new file.

Additional Environment data

VSCode Version: 1.85.1 (system setup) Powershell Universal vscode plugin version – 4.2.0.

Visuals

No response

cmacnicholSA commented 5 months ago

I have found that the Extension will open multiple files if they have been edited. If they are unchanged they will be replaced.

Maybe make this a setting? I actually like this behavior as I have had a lot less issues with files getting desynced from the server copy since the behavior changed.