Dominik Kaszewski
Dominik Kaszewski
**Is your feature request related to a problem? Please describe.** Vimspector supports jumping to BP or PC by clicking the breakpoint or frame respectively. This however requires moving over to...
Server fails to start with "OmniSharp requires the .NET 6 SDK or higher be installed." on .NET 6, 7
Trying to get vim-OmniSharp to work, but the server fails to start, complaining about not finding SDK, despite using the exact one from link in next message. Also an issue...
# PR Summary Allows user to configure prompt colors (e.g. when removing non-empty directories or explicitly giving `-Confirm` flag). The configurable colors and the default values are as following (up...
### Summary of the new feature / enhancement There were multiple discussions about PowerShell's confusing operator order: ```pwsh > 1 -or 1 -and 0 # expected true like in every...
### Summary of the new feature / enhancement `Set-Clipboard` does not really work over SSH, as it always sets the clipboard of the target machine, not the host. This means...
# PR Summary Allows the help locale to match, if it is in the list of parents (fallback chain) of the provided (or implicit) one. Fixes #18021 ## PR Context...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
### Description GitHub orders commits in pull requests (and probably other places) starting from oldest at the top to newest on the bottom, which is exactly the opposite of what...