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: Color settings ignored from version 1.5.0 #163

Closed
packocz opened this issue Oct 3, 2022 · 2 comments · Fixed by #170 or #171
Closed

bug: Color settings ignored from version 1.5.0 #163

packocz opened this issue Oct 3, 2022 · 2 comments · Fixed by #170 or #171
Assignees
Labels
1.6 bug Something isn't working

Comments

@packocz
Copy link

packocz commented Oct 3, 2022

Summary

The custom configured colours for the timeline view no longer work after updating the extension to version 1.5.0. Reverting back to 1.4.2 fixes the issue and colours get applied according to local setting again.

Steps To Reproduce:

  1. Update to 1.5.0
  2. Change Colour settings for at least 1 category
  3. Open Log Timeline View (colour not applied)
  4. Downgrade to 1.4.2
  5. Open Log timeline View (colour applied)

Expected result

Local overrides to the colour settings should be applied

Actual result

Default colour scheme (shades of green) is used.

Screenshots

Screenshot 2022-10-03 at 13 43 12

Screenshot 2022-10-03 at 13 42 20

VS Code Version:
1.71.2

Log Analyzer Extension Version:
1.5.0

OS and version:
MacOS Monterey 12.6

@lcottercertinia
Copy link
Collaborator

You are absolutely right. Thanks for the report we will get it sorted.

@lcottercertinia
Copy link
Collaborator

lcottercertinia commented Oct 4, 2022

@packocz
Looks like we already fixed this for the upcoming v1.6.0.
I have updated the changelog to reflect this.

here is a screenshot as proof 😄
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment