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
474 contributions in the last year
Contribution activity
December 2020
Created 1 commit in 1 repository
Created a pull request in microsoft/vscode-java-debug that received 3 comments
Use a progress reporter to hint the current build status when run or debug a program
This PR includes: Use a consistent progress reporter to report the build status before running/debugging an application. By default, progress not…
Reviewed 12 pull requests in 4 repositories
eclipse/eclipse.jdt.ls 5 pull requests
redhat-developer/vscode-java 4 pull requests
microsoft/vscode-java-debug 2 pull requests
microsoft/vscode-java-test 1 pull request
Created an issue in microsoft/debug-adapter-protocol that received 9 comments
Extend RunInTerminalRequestArguments to allow clearing the previous terminal history automatically
The runInTerminal request will try to run the subsequent commands from the same terminal again, and the previous run history will remain on the cur…