Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
1,887 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 175 commits in 5 repositories
Created a pull request in microsoft/vscode that received 1 comment
Opened 5 other pull requests in 3 repositories
microsoft/vscode
1
open
2
merged
microsoft/vscode-docs
1
merged
eamodio/vscode-gitlens-demo
1
open
Reviewed 1 pull request in 1 repository
microsoft/vscode 1 pull request
Created an issue in microsoft/vscode that received 9 comments
Release notes should have a visible way to opt-out
Since we open release notes (by default) on each release, there should be a visible way to opt-out. Either a checkbox similar to the Welcome experi…
Opened 29 other issues in 5 repositories
microsoft/vscode
7
open
7
closed
- Reopen Editor with breaks --wait behavior
- Use a keyboard icon for the add/configure keybinding rather than the gear
- Explorer new UI to guide users to push to a remote after committing
- Warn before pulling if a branch appears to have been rebased
- Guide users to set user.name and/or user.email if missing from git config
- Auto-inject codicon font into webviews
- Add command palette entry to allow access to "scoped" commands
- Mulitselect + delete has very unexpected results
- Find widget flashes when select dragging over a match when using regex
- Terminal links that contain a space break the markdown link handling
- Code lens rendering issues are back
- Clicking on tree item twistie now triggers tree item command
- Problems view should show file finder rather than error notification on missing files
- New ThemeIcon color in tree views can pollute other nodes
microsoft/vscode-pull-request-github
5
open
2
closed
- Create pull request command doesn't allow picking the source
- Configure should moved to the right (so the + is first) or even moved to the ... menu
- When creating a PR, the branch picker is auto-completed to the current branch, but it make it look like that is the only option
- Don't show "Pull" notification if it looks like the branch has been rebased
- Protect "pull" notification if branch changes
- Offer to create a PR after publishing a branch
- Create pull request command missing from command palette
eamodio/vscode-gitlens
1
closed
5
open
- Compare file changes: "new" and "old" sides of the compare are backwards
- Add multiselect support to interactive rebase editor
- Add better UI/UX for dealing with rebase steps
- Add ability to limit the timeframe when searching for commits
- Add `compare` command to Git Command Palette
- Add a `--no-commit` option to merge command in the Git Command Palette