-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The following pull-request improves the `description` for the `MarkerInfoNodes`: `marker-tree-label-provider.ts`: The `marker-tree-label-provider.ts` has been updated to handle extra cases where we want custom behavior when displaying the description. These cases include omitting the description for when a file resource located at the workspace root is opened with markers in both single and multiple root workspaces. This behavior aligns the `problems-view` further with what VS Code provides. `marker-tree-label-provider.spec.ts` The `marker-tree-label-provider.spec.ts` has been updated to include a new label contribution provider (`WorkspaceUriLabelProviderContribution`), in order to get a better label representation of a real-world application. The test cases have also been updated and split into a more readable and verbose format. The test cases for `getLongName()` have been updated to include both single and multiple root test cases. Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
- Loading branch information
1 parent
44a324a
commit 34949ab
Showing
2 changed files
with
156 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters