liadmord

Results 6 issues of liadmord

Mac machines using Apple Silicon become more and more popular, currently in order to run. docker-osx images on such machines requires using the `--platform linux/amd64` flag which makes the container...

--- #1031 # Description As part of a common workflow with git using rebases and fixup commits to make cleaner history during work with pull requests, creating fixup commits is...

# Description https://github.com/gitkraken/vscode-gitlens/issues/1734 This PR adds an interactive alternative to all the rebase commands in GitLens, much like rebase, sometimes an interactive rebase is required, as a GUI type of...

https://code.visualstudio.com/api/extension-guides/tree-view

enhancement

For some cases, we might want the setup of the test to run only once, even when something is multi processed, for example: We write our end-to-end tests in python...