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

Add support for disabled extensions #838

Closed
wants to merge 7 commits into from
Closed

Add support for disabled extensions #838

wants to merge 7 commits into from

Commits on Apr 9, 2019

  1. Add GetCodeCli to Util class

    lhnrd committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    6b22f2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd9c540 View commit details
    Browse the repository at this point in the history
  3. Support disabled extensions inside CreateExtList

    Execute vs code list extensions command line to get all extensions 
    even the ones that are disabled. Iterate over enabled extensions and 
    remove it from the disabled array.
    lhnrd committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    056fb0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88336b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc85746 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9446eab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36c8d4d View commit details
    Browse the repository at this point in the history