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 up
Pinned
1,286 contributions in the last year
Activity overview
Contribution activity
October 2020
- eamodio/vscode-calc TypeScript
Created a pull request in microsoft/vscode that received 6 comments
Better handling of configuration keys with objects in context keys
There are two issues I'm trying to solve with this PR.
First in when clauses, context keys with object values cannot be tested for existence, since…
Created an issue in microsoft/vscode that received 7 comments
View action bar hides on problems filter context menu
Related to: #92029 While the original #92029 issue is fixed, this is another case. Filter context menu in the Problems view
- Support `alt+up` and `alt+down` to navigate SCM input history
- SCM input: Edits made while navigating are lost
- Pressing up/down arrow in SCM input should move cursor to beginning/end before history navigation
- Pressing up/down arrow in SCM input loses any typed content
- Allow menu `alt` property to be set to a submenu
- Add ability for extensions to have "checked" commands
- View action bar hides on submenu
- Debug Console issues when moved out of its own container
- Stop miss-clicks on actions in the view header from collapsing the view
- Window border causes webviews to be positioned slightly off
- Views with focus should be treated the same as hover
- Without any editors open the find widget doesn't show in the Output pane
- scm.alwaysShowRepositories won't show status unless git.enableStatusBarSync is set
- Add an explorer/title menu contribution point
- Clicking on the edge of the SCM input box causes it to lose focus
- Publish to GitHub fails (or doesn't go what would be expected) if there is already a git repo
- Debug hovers slow to dismiss