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

Use remote file dialog for database and server properties dialogs (#24390) #24412

Merged
merged 2 commits into from
Sep 13, 2023

Conversation

corivera
Copy link
Member

@corivera corivera commented Sep 13, 2023

Porting change to release branch.

Related issues: #24313 and #24318

Copy link
Contributor

@Charles-Gagnon Charles-Gagnon left a comment

Choose a reason for hiding this comment

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

It's usually best to not auto-close issues for the release branch, instead manually verifying and closing them after the next build to ensure that everything looks good.

}

export interface FileBrowserProvider extends DataProvider {
openFileBrowser(ownerUri: string, expandPath: string, fileFilters: string[], changeFilter: boolean, showFoldersOnly?: boolean): Thenable<boolean>;
Copy link
Contributor

Choose a reason for hiding this comment

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

Did this never get the doc comment added to it? Please follow up with doing that in main....(it doesn't need to be ported over here)

Copy link
Member Author

Choose a reason for hiding this comment

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

Woops, merged the PR after I got home and forgot about that. I'll update it in main

Copy link
Member Author

Choose a reason for hiding this comment

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

@kisantia kisantia merged commit 7b62d52 into release/1.46 Sep 13, 2023
@kisantia kisantia deleted the corivera/portFolderChange branch September 13, 2023 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants