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

Fixes #2113: Start in Disabled mode configuration. #2115

Merged
merged 9 commits into from
Nov 12, 2017

Commits on Nov 3, 2017

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

Commits on Nov 5, 2017

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

Commits on Nov 6, 2017

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

Commits on Nov 7, 2017

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

Commits on Nov 9, 2017

  1. Configuration menu
    Copy the full SHA
    41203c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70a57c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

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

Commits on Nov 12, 2017

  1. Fix extension config access & overwrite

    In order to properly access and overwrite the extension configuration
    values, the name of the private field needed to match the value found in
    the configuration file, while the getter & setter were given a different
    name. Also, to properly use the vscode.WorkspaceConfiguration.update()
    API, ConfigurationTarget.Global had to be specified. The value true
    could've also been used, but the enum is more explicit.
    westim committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    a48258c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eca226c View commit details
    Browse the repository at this point in the history