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

GLSP-1109: Remove dependency to fs-extra #56

Merged
merged 1 commit into from
Sep 4, 2023

Conversation

sdirix
Copy link
Contributor

@sdirix sdirix commented Sep 4, 2023

Use 'fs' instead of 'fs-extra' in GLSP server node as the additional capatibilities of 'fs-extra' are not used. Also fixes the issue that the dependency to 'fs-extra' was not declared in the 'package.json' which might fail consumer builds.

Contributed on behalf of STMicroelectronics.

Use 'fs' instead of 'fs-extra' in GLSP server node as the additional capatibilities of
'fs-extra' are not used. Also fixes the issue that the dependency to 'fs-extra' was not
declared in the 'package.json' which might fail consumer builds.

Fixes eclipse-glsp/glsp#1109

Contributed on behalf of STMicroelectronics.
Copy link
Contributor

@tortmayr tortmayr left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks! 👍🏼

@tortmayr tortmayr merged commit f0fc2cf into eclipse-glsp:main Sep 4, 2023
6 checks passed
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.

None yet

2 participants