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
781 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 11 commits in 3 repositories
Created a pull request in eclipse/eclipse.jdt.ls that received 2 comments
Get the project from the linked folder uri
Root cause is that the found container may be an IFolder(linked folder for invisible project) instead of an IJavaElement, then calling JavaCore.cre…
Opened 8 other pull requests in 2 repositories
microsoft/vscode-java-dependency
5
merged
microsoft/vscode-java-test
2
merged
1
closed
Reviewed 21 pull requests in 8 repositories
microsoft/vscode-java-dependency 7 pull requests
- fix: NPE error when open non-project file
- refactor: Change method signature to Promise
- chore(deps): Bump ini from 1.3.5 to 1.3.7
- refactor: change Thenable to Promise in Jdtls methods
- feat: Can show default output file name in export jar
- refactor: Fix null check and implicit any
- refactor: Error reporting and null check in export jar
microsoft/vscode-java-pack 3 pull requests
microsoft/lsif-java 3 pull requests
microsoft/vscode-maven 3 pull requests
microsoft/vscode-spring-boot-dashboard 2 pull requests
microsoft/vscode-java-test 1 pull request
LeetCode-OpenSource/vscode-leetcode 1 pull request
microsoft/vscode-java-debug 1 pull request
Created an issue in microsoft/vscode-languageserver-node that received 4 comments
Can the asWorkspaceEdit in protocolConverter exposed as a utility method?
Here is the background for the question. In Java extensions, sometimes the extension may need to resolve some LSP-formatted workspace edit in their…

