Trevor Crawford
Trevor Crawford
There is no warning message for invalid `compileWait` parameter values like there is for `serverStartTimeout` and `verifyAppStartTimeout`. For example: `The serverStartTimeout value needs to be an integer greater than or...
When using the `skipTests` parameter, the `Press the Enter key to run tests on demand.` message is not shown, however, that message has been expanded to include `To stop the...
Combine the logic for Windows and other OS's inside of this method. Extract the code differences to other methods.
#### Description: In https://github.com/eclipse/lsp4jakarta/pull/483, a new test project was added which includes fake Jakarta imports in order to test the scenario where we should only be providing diagnostics when the...
#### Description: - This behaviour is seen in VS Code and Eclipse - LSP4MP snippets show up if there is a space after the “//” comment start - same behaviour...
#### Description: - This behaviour is seen in VS Code and Eclipse - Does not show as an option before a method in empty space (maybe this is expected behaviour?)...
#### Description: - LSP4Jakarta field and method snippets show up with manual completion (ctrl+space) after an @ sign above a method or a field with no other annotations around. They...
Instructions for setting up the Jenkins job to deploy artifacts to repo.eclipse.org: https://wiki.eclipse.org/Services/Nexus#Deploying_artifacts_to_repo.eclipse.org We will need both a `snapshot` and `release` repo for hosting the artifacts.
We should update some of the var names and descriptions for the feature gen flow in dev mode to line up with the GenerateFeatures goal. Looking for something like below:...
Similar to how the generated file is deleted in `src` when a user turns off `generateToSrc`, it would be good to delete the generated file in `target` when a user...