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

Adjust return value in 'FileSystemProvider' API doc #16

Closed
wants to merge 1 commit into from

Conversation

sdirix
Copy link
Member

@sdirix sdirix commented Oct 15, 2020

Fix return value in 'FileSystemProvider' API doc, see https://github.com/eclipse-theia/theia/pull/8596/files/dac3e7ecf7b4d4a0c3558fed86334c941e3288fd#r504758034

Signed-off-by: Stefan Dirix sdirix@eclipsesource.com
Contributed on behalf of STMicroelectronics

@sdirix sdirix requested a review from JonasHelming October 15, 2020 12:04
@@ -606,7 +606,7 @@ export interface FileSystemProvider {
* Retrieve the content of a given directory.
* @param resource The `URI` of the directory.
*
* @returns A map containing the {@link FileType} for each child resource (uri).
* @returns A map containing the {@link FileType} for each child resource identified by name.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
* @returns A map containing the {@link FileType} for each child resource identified by name.
* @returns A map containing the {@link FileType} for each child resource, identified by name.

@sdirix sdirix force-pushed the filesystem-documentation-fix branch from cf31f8f to 2fe6aa6 Compare October 15, 2020 12:23
Signed-off-by: Stefan Dirix <sdirix@eclipsesource.com>
Contributed on behalf of STMicroelectronics
@sdirix
Copy link
Member Author

sdirix commented Nov 16, 2022

Merged upstream with eclipse-theia#8638

@sdirix sdirix closed this Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants