[PSS 2016] Unlocking Files during execution

Post feature requests, product enhancement ideas, and other product-specific suggestions here. Do not post bug reports.
Forum rules
Do not post any licensing information in this forum.
This topic is 7 years and 7 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
Bosparan
Posts: 290
Last visit: Fri Oct 08, 2021 11:59 am

[PSS 2016] Unlocking Files during execution

Post by Bosparan »

Hello,

here I am once again, with yet another minor feature request (unless it's already there and I just didn't notice, that is. Don't think so though ...):
When running a project, PowerShell Studio will lock out all files from being edited.
While in general this might make sense (errors and their lines will still match the actual scripts), but it is not always ideal:
- Files not part of the project are also being locked (This should not be the case at all)
- I'd appreciate an option to disable it for the project being executed as well (it's not like that will have any effect on the execution).

Background:
I'm currently building a small application, that will do some lengthy data processing. This means many items going through fairly simple functions - which won't fail, I've tested that on a smaller scale - during the performance tests. Meanwhile I'm prevented from making any changes. At the moment I work around this by opening a second instance of PowerShell Studio, but I'd prefer having a choice whether I get to be locked out to begin with.

Cheers,
Bosparan
This topic is 7 years and 7 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked