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

Allow user to select TensorBoard plugin missing profiler source files using file picker #15993

Merged
merged 7 commits into from
Apr 21, 2021
Merged

Allow user to select TensorBoard plugin missing profiler source files using file picker #15993

merged 7 commits into from
Apr 21, 2021

Conversation

joyceerhl
Copy link

@joyceerhl joyceerhl commented Apr 20, 2021

For #15695

Currently if a jump to source request from the TensorBoard profiler plugin in VS Code fails, there's no indication to the user of what the problem is. This PR adds a quickpick to ask the user to manually specify the source files on disk, and resolves the jump to source request against the user's selected file instead.

We're using a quickpick instead of a prompt because prompts are often ignored--hopefully the user will be less likely to ignore this and get confused about the feature not working.

Screenshot:
image

GIF:
jumptosourceprompt

@joyceerhl joyceerhl marked this pull request as ready for review April 21, 2021 01:28
@joyceerhl joyceerhl changed the title Prompt user to select missing files using file picker Allow user to select TensorBoard plugin missing profiler source files using file picker Apr 21, 2021
@joyceerhl joyceerhl requested a review from karthiknadig April 21, 2021 18:41
@joyceerhl joyceerhl merged commit 359bc18 into microsoft:main Apr 21, 2021
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.

4 participants