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

bug: can't use extension -> black screen after opening #447

Closed
Arkin69 opened this issue Nov 20, 2023 · 4 comments
Closed

bug: can't use extension -> black screen after opening #447

Arkin69 opened this issue Nov 20, 2023 · 4 comments
Labels
1.10 bug Something isn't working

Comments

@Arkin69
Copy link

Arkin69 commented Nov 20, 2023

Summary

I can't use extension.
Black screen after opening a log file.

Steps To Reproduce

Apex Log -> Right Clic -> Log: Show Apex Log Analysis

Actual result

image

Additional information

VS Code Version: 1.84.2
Log Analyzer Extension Version: 1.10.3 (same issue since 1.7.0) -> v1.6.0 works
OS and version: Windows 11 23H2

@Arkin69 Arkin69 added bug Something isn't working needs-triage labels Nov 20, 2023
@lcottercertinia
Copy link
Collaborator

@Arkin69 Thanks for reporting. To get this fixed can you help out with some more details?

  1. Open dev tools and share any errors you see there (chrome menu -> more tools -> developer tools)
  2. Check and share errors in the extension output (in vscode -> view -> output -> change the option in the picklist to "Lana")

@Arkin69
Copy link
Author

Arkin69 commented Nov 21, 2023

Ok i can see in dev tools an error.
I think i have found the issue my user in windows has a space between my firstname and lastname

image

Lana output :
Registered command 'Lana: Retrieve Log'
Registered command 'Lana: Show Log'

@lcottercertinia
Copy link
Collaborator

Thank you for the error message, I have managed to track down the bug.
It turned out to only apply when the code was minified in the final release version.
The issue appears when the path to the extension included a space (like you saw with you user name)

I should have this resolved and a patch released by the end of the week, maybe today or tomorrow if I find the time.

@lcottercertinia
Copy link
Collaborator

Fixed and a patch released. This should appear on marketplace soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.10 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants