Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize server initialization #869

Merged
merged 1 commit into from
Apr 9, 2019
Merged

Conversation

snjeza
Copy link
Contributor

@snjeza snjeza commented Apr 5, 2019

Requires eclipse-jdtls/eclipse.jdt.ls#985

Signed-off-by: Snjezana Peco [email protected]

src/extension.ts Outdated
@@ -56,16 +56,7 @@ export function activate(context: ExtensionContext): Promise<ExtensionAPI> {
synchronize: {
configurationSection: 'java',
// Notify the server about file changes to .java and project/build files contained in the workspace
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove comment as well.
Can't we get rid of the empty fileEvents array?

@snjeza
Copy link
Contributor Author

snjeza commented Apr 9, 2019

@fbricon I have updated the PR.

Signed-off-by: Snjezana Peco <[email protected]>
@fbricon fbricon merged commit a249454 into redhat-developer:master Apr 9, 2019
@fbricon fbricon added this to the Mid April 2019 milestone Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants