diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json new file mode 100644 index 0000000..06d27f7 --- /dev/null +++ b/Properties/launchSettings.json @@ -0,0 +1,16 @@ +{ + "profiles": { + "pwsh": { + "commandName": "Executable", + "executablePath": "pwsh", + "commandLineArgs": "-NoExit -Command & { Import-Module .\\\\psedit.psd1; Show-PSEditor }", + "workingDirectory": "$(ProjectDir)bin\\$(Configuration)\\$(TargetFramework)\\publish" + }, + "powershell": { + "commandName": "Executable", + "executablePath": "powershell", + "commandLineArgs": "-NoExit -Command & { Import-Module .\\\\psedit.psd1; Show-PSEditor }", + "workingDirectory": "$(ProjectDir)bin\\$(Configuration)\\$(TargetFramework)\\publish" + } + } +} \ No newline at end of file diff --git a/psedit.csproj b/psedit.csproj index 22f537f..8fe0075 100644 --- a/psedit.csproj +++ b/psedit.csproj @@ -1,4 +1,4 @@ - + netstandard2.0 @@ -11,11 +11,12 @@ - Always - + + + \ No newline at end of file