237dmitry
237dmitry
`$pshome/pwsh` is not an executable in `7.5.0-preview.3` too. This requires manual setting of the execution bit. I do not understand what is for dll-files have to be executable, they are...
How does this affect pwsh as a whole? I didn’t notice any complaints about the use of types and their methods; `Add-Type` and `using` statements apparently do not depend on...
I could not reproduce
> Well here are the steps i did You didn't say what's in the current folder. Yes, in this case it deletes.
What would if you install not in docker?
I am sorry for offtop, can be used alpine tar.gz for musl void linux?
> I encourage you to try, and see. This is not a practice interest (to date). Thanks for answer.
1. Try to unload oh-my-posh. 2. Are there errors in other terminals?
> $PSVersionTable.PSVersion.PreReleaseLabel Why define the release status using `PreReleasLabel` property when `$PSVersionTable.Release` returns it? ``` $ $PSVersionTable.Release Prerelease ```
> there is currently no $PSVersionTable.Release entry - except after running the code in the initial post (I don't know how easy it would be to enforce it, but conceptually,...