Adding existing item to solution explorer makes a copy of the item

Issue #113 resolved
stijn created an issue

Adding an existing .ps1 file to a project makes a copy of it in the project directory instead of using the original item. This is a bit inconvenient because if you just want to quickly debug arbitrary .ps1 files from your system you either have to create a new project in their directory or use symlinks or move files back and forth.

PoshTools version 4.3.2

Version info from VS:

Microsoft Visual Studio Community 2017 Version 15.9.10 VisualStudio.15.Release/15.9.10+28307.557 Microsoft .NET Framework Version 4.7.03062

$PSVersionTable:

Name Value ---- ----- PSVersion 5.1.14409.1005 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.14409.1005 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1

Comments (1)

  1. Log in to comment