eclipse-theia / eclipse-theia/theia

Retain and use `name` field from workspace files

Open
#17,519 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

multi-root workspace
Dominant language
TypeScript
Stars
21.7k
Forks
2.9k
Avg merge
5d 19h
Merged PRs (30d)
35

Description

Workspace definition files can specify a `name` for each root separate from its path that should be used for display in different UI contexts. In our `WorkspaceService`, we currently discard the `name` property completely: it isn't even available for use. We should retain the value and use it where appropriate.

_Originally posted by @colin-grant-work in https://github.com/eclipse-theia/theia/pull/17262#discussion_r3132083854_

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating WorkspaceService and the workspace definition parsing path. Trace where root paths are converted into display labels and identify the UI contexts that should use the retained name. Done means the name survives loading and is shown appropriately wherever workspace roots are displayed.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
developer-experience, frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.