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

vscode: support icons contribution point #12912

Merged
merged 13 commits into from
Oct 26, 2023

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    b8be503 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Merge remote-tracking branch 'upstream/asl/icons_contibutions_draft' …

    …into icon-contributions
    vladarama committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    fee1706 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. working icon contributions

    This commit supports the icon contributions point. It is working well,
    but there is some code simplification and cleanup still to do.
    
    Signed-off-by: Vlad Arama <[email protected]>
    vladarama committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f265351 View commit details
    Browse the repository at this point in the history
  2. merge master

    vladarama committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d948b1a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. merge master

    vladarama committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    97bcfde View commit details
    Browse the repository at this point in the history
  2. code improvement and cleanup

    This commit cleans up the remaining console.log statements and adds
    disposable methods to the `PluginIconService` class.
    
    Signed-off-by: Vlad Arama <[email protected]>
    vladarama committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    0f3897c View commit details
    Browse the repository at this point in the history
  3. simplify PluginIconService

    This commit simplifies the `PluginIconService` class by adding helper
    methods and decomposing the large code into smaller manageable
    functions.
    
    Signed-off-by: Vlad Arama <[email protected]>
    vladarama committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    9c662cd View commit details
    Browse the repository at this point in the history
  4. fix linting

    This commit fixes a few linting errors related to file-headers.
    
    Signed-off-by: Vlad Arama <[email protected]>
    vladarama committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b7609f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. address feedback

    vladarama committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7943b97 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    2735e90 View commit details
    Browse the repository at this point in the history
  2. fix merge conflicts

    vladarama committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f5b0d62 View commit details
    Browse the repository at this point in the history
  3. simplify icon-registry

    vladarama committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    ba547e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. remove unused event

    vladarama committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    04ad54a View commit details
    Browse the repository at this point in the history