-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Commits on Nov 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 331c8ae - Browse repository at this point
Copy the full SHA 331c8aeView commit details
Commits on Nov 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5b71c5a - Browse repository at this point
Copy the full SHA 5b71c5aView commit details
Commits on Nov 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4726172 - Browse repository at this point
Copy the full SHA 4726172View commit details
Commits on Nov 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f68b16f - Browse repository at this point
Copy the full SHA f68b16fView commit details
Commits on Nov 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 41203c6 - Browse repository at this point
Copy the full SHA 41203c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70a57c4 - Browse repository at this point
Copy the full SHA 70a57c4View commit details
Commits on Nov 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for cbf6915 - Browse repository at this point
Copy the full SHA cbf6915View commit details
Commits on Nov 12, 2017
-
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.
Configuration menu - View commit details
-
Copy full SHA for a48258c - Browse repository at this point
Copy the full SHA a48258cView commit details -
Configuration menu - View commit details
-
Copy full SHA for eca226c - Browse repository at this point
Copy the full SHA eca226cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.