[quality][workspace-service] WorkspaceService#getDefaultWorkspacePath
is misleading. Deprecate it
#6432
Labels
help wanted
issues meant to be picked up, require help
quality
issues related to code and application quality
workspace
issues related to the workspace
Description
theia/packages/workspace/src/browser/workspace-service.ts
Line 93 in f255f5a
URI
as a string, and not aPath
. It is misleading.Introduce a new
getDefaultWorkspaceUri
, move the logic fromgetDefaultWorkspacePath
to the new method. Delegate fromgetDefaultWorkspacePath
to the newgetDefaultWorkspaceUri
.Reproduction Steps
OS and Theia version:
Diagnostics:
The text was updated successfully, but these errors were encountered: