-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Seanmcm/0 23 0 release #3595
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
Merged
Merged
Seanmcm/0 23 0 release #3595
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add Component Governance.
* Enable environment variables with intelliSenseCachePath.
Taraj/box sample
…3377) * Fix for null ref race condition when using custom config providers.
…ation can be skipped (#3393) Add call in provideCustomConfiguration to new QueryTranslationUnitSourceRequest. Use result to decide whether it's necessary to request a custom configuration. * Add queryTranslationUnitSource * Update "Building the Extension.md"
* Add enableConfigurationSquiggles.
…urationProvider (#3404) * Ensure clearCustomConfigurations() is called when changing the configurationProvider
Addresses an issue with a prior change, which added use of languageClient when it may not yet be available. Use requestWhenReady(), to prevent crash.
* Update changelog for 0.22.2-insiders.
* Update changelog. * Remove confusing quotes from clang_format_style descriptions, and use the Visual Studio style as the clang_format_style examples.
Seanmcm/0 23 0 changelog2
#3519) * Update Select Configurations command to offer Edit Configs JSON option * Add 'Edit Configurations (UI)' option to Select Configuration menu
* Don't show release notes if the extension has never been installed before
* Use webpack to consolidate JavaScript files
* Update webpack dependency. * Fix lint errors.
* Adding support for .env files for cppvsdbg This PR allows users to have a .env file that listed as KEY=VALUE or KEY="VALUE WITH SPACE" to be used as environment variables when launching a process. Anything that begins with '#' is treated as a comment. Blank lines are ignored. This .env file will be used if envFile passed in with the launch.json. It will also work with the existing environment variable, however anything listed in the .env file will overwrite anything from the environment field in the launch.json. * Update 'envFile' description and add documentation
…3545) * Work around issue with getting stale contents from openTextDocument * Avoid calling openTextDocument when creating a new file, and use only writeFile. Unsubscribe from window activation when settings UI is not visible. * Switch to using editorTabSize for settings file
* show errors on config UI
* Update changelog for 0.23.0-insiders2.
* Update changelog for crash fixes.
* Fix undefined access if there's no includePath.
* Fix `includePath` code actions amd configuration actions.
* Fix integration tests and fail if tests fail
* update release notes for 5-2019
* 0.23.0 changelog.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.