Skip to content

Conversation

@GustavoASC
Copy link
Contributor

This PR fixes #82871.
Now open/save dialog title is exposed on public VSCode Proposed API.

I've tested on Ubuntu 19.10 with an extension which invokes showSaveDialog() and showOpenDialog() methods. Here's an usage example:

image

The example below shows My open title on the top of Open Dialog.

image

Note: on this version of Ubuntu the Save Dialog title is not shown, but it's an OS-related behaviour.
Every save dialog of VSCode running on Ubuntu 19.10 ignores the specified title as can be seen on 'File -> Save Workspace As...' (On Windows it shows 'Save Workspace' but on Ubuntu no title is shown).

@aeschli
Copy link
Contributor

aeschli commented Feb 17, 2020

Change looks good to me.

@GustavoASC
Copy link
Contributor Author

@alexr00 do you agree with these changes?

@alexr00
Copy link
Member

alexr00 commented Feb 19, 2020

Yes, I just haven't had a chance to merge this yet :)

@alexr00 alexr00 added this to the February 2020 milestone Feb 19, 2020
@alexr00 alexr00 merged commit 4957d8d into microsoft:master Feb 19, 2020
@alexr00
Copy link
Member

alexr00 commented Feb 19, 2020

Thank you for the PR!

@github-actions github-actions bot locked and limited conversation to collaborators Apr 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expose dialog title in extensions API

3 participants