Seanmcm/0 24 0 release#3869
Merged
sean-mcmanus merged 58 commits intoreleasefrom Jul 3, 2019
Merged
Conversation
* Update versions.
…kspaceStorage} (#3643) * Fix ${workspaceFolderBasename} resolving to "untitled". * Enable ${workspaceStorage} in intelliSenseCachePath.
* Flame on timing * Fixed linter errors * Log IntelliSense refresh time information for debug logging level. * Rephrasing log message * Print the message in the output window instead of the console.
* add telemetry to config ui * cache telemetry and log when settingsPanel object is disposed * fix linting
* editable select control for compilerPath field * set compiler path values * update comments and width * normalize path, update description
* Fixes to gcc problem matcher.
* Change multi-root storagePath to use the index as a subfolder when the name is a duplicate.
This will cause the code to still be webpacked but will not minify it.
* edit config name * button active style * refactor settings.ts * clean up configurations.ts * advanced settings * telemetry compilerPath & listen to forecedInclude * fix lint * fix spelling * spelling & fix contrast color for buttons * remove outline of button on click * save view state & code cleanup
* Enable 'envFile' for cppdbg This PR allows the cppdbg configuration to set environment variables via a envFile. Example envFile: ENVIRONMENT_VAR_1=Hello ENVIRONMENT_VAR_2=15
* get compiler name * get name for case when there are no args
* Check host machine for specific quotes for command Attach to process is not working on Windows OS due to the single quote then double inner quote. However, this is required for linux because if you do not, it will evaluate the variables within the double quotes.
* change cache path default * update check for falsy * change default path name and location * Update cache path description in json
* Update changelog for Insiders.
… the same error. (#3766)
* Change to use machine scopes for clang_format_path.
* Enable enhanced colorization by default
* Add useful links at the top of the README.md in the extension * add liveshare badge
* Decrease F5 workflow time w/ VSCode webpack is being called twice. Once with --mode production and then rewritten with --mode development. Fixing tasks and launch.
* Update envFile variable substitution
In launch.json, the `envFile` configuration can substitute
${workspaceFolder}, ${workspaceRoot} and ${env::???}.
* Fix lint issues
* Support resolving ${env:...} in sourceFileMap
This PR addresses ${env:...} variables in sourceFileMap keys and values.
* Update dev dependencies. * Update ThirdPartyNotices.txt
* Update release notes and changelog for June 2019 release
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
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.