-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Blame panel not visible #2
Comments
My only guess is that there's a runtime exception somewhere. Can you try to open Help → Toggle Developer Tools and see if there are any errors in the console? |
This is very confusing, My guess is that maybe Electron on Windows doesn't support it? I'm on a Mac. Can you try these two snippets in Code's DevTools console? new Intl.DateTimeFormat('en', {dateStyle: 'long', timeStyle: 'long', timeZone: '+0200'}).format(new Date()) new Intl.DateTimeFormat('en', {dateStyle: 'long', timeStyle: 'long', timeZone: 'Europe/Berlin'}).format(new Date()) On my machine both work the same way in all browsers I have (Chromium, Firefox, Safari, and Code). |
No issue in the console, it seems:
|
You want me to put some debug statements anywhere? |
Not sure what to log exactly; we can wrap the whole thing in try/catch so it won't crash the whole thing at least... |
I published a new version (2.0.5) with try/catch and additional logs, so it shouldn't crash at least. I'm still not sure how to debug/fix the actual issue. |
It does show annotations now. The vscode output shows this:
|
I looked at your code and for me using the replacement TZ/format is just fine. Feel free to close the issue, whenever you like, unless you want to debug anything that comes to your mind. I am happy trying out anything you suggest. Or just close. 😄 Thanks again for your effort and instantaneous support. |
Thank you for writing this extensions. It looks like exactly what I was looking for.
For some reason, I am not able to see the blame panel/sidebar/annotations. Relaunching/restarting VSCode did not help. No other git-related extension is active/installed.
Am I missing the obvious?
In the main editor a source file is open and I trigger the "toggle git blame annotations" command from the command panel. Noting happens in terms of editor/views. The "just blame" output window shows this (some internal names replaced with "xxx"):
In case it matters: This is VSCode running in Windows 10 connected to the local WSL instance, where the code/git lives.
Thanks!
The text was updated successfully, but these errors were encountered: