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

GH-6432: Deprecated getDefaultWorkspacePath. #6437

Merged
merged 1 commit into from
Oct 23, 2019
Merged

GH-6432: Deprecated getDefaultWorkspacePath. #6437

merged 1 commit into from
Oct 23, 2019

Conversation

kittaakos
Copy link
Contributor

Use WorkspaceService#getDefaultWorkspaceUri instead.

Closes #6432

Signed-off-by: Akos Kitta kittaakos@typefox.io

What it does

Deprecates getDefaultWorkspacePath on the WorkspaceService as the method name was misleading. Use getDefaultWorkspaceUri instead.

How to test

Check the CI.

Review checklist

Reminder for reviewers

Use `WorkspaceService#getDefaultWorkspaceUri` instead.

Closes #6432

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
@akosyakov akosyakov added the workspace issues related to the workspace label Oct 23, 2019
Copy link
Member

@vince-fugnitto vince-fugnitto left a comment

Choose a reason for hiding this comment

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

It looks fine to me :)
Thank you for updating the method in order to improve code quality 👍

@kittaakos kittaakos merged commit d26b6f8 into master Oct 23, 2019
@kittaakos kittaakos deleted the GH-6432 branch October 23, 2019 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
workspace issues related to the workspace
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[quality][workspace-service] WorkspaceService#getDefaultWorkspacePath is misleading. Deprecate it
3 participants