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

feat: viewer should work in code builder if file is dragged into browser #213

Closed
lcottercertinia opened this issue Jan 4, 2023 · 0 comments · Fixed by #449
Closed

feat: viewer should work in code builder if file is dragged into browser #213

lcottercertinia opened this issue Jan 4, 2023 · 0 comments · Fixed by #449
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@lcottercertinia
Copy link
Collaborator

Is your feature request related to a problem?

The log must first have been uploaded to code builder before it will open correctly.
We get an unhelpful error if the file is first dragged into code builder then we try open the analysis.

  1. Drag a log file into code builder
  2. use Log: Show Apex log analysis
  3. It will not work and an error will be in console

Describe the solution you'd like

It should just work.
We may need to first write the open editor window into disc, if it is not already.

Describe alternatives you've considered

An alternative might be to read from local disc, but I do not know if the editor gives you the original file location or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant