Update changelog for 0.27.0.#5216
Merged
sean-mcmanus merged 4 commits intoMar 28, 2020
mastermicrosoft/vscode-cpptools:masterfrom
seanmcm/0_27_0_changelogmicrosoft/vscode-cpptools:seanmcm/0_27_0_changelogCopy head branch name to clipboard
Merged
Update changelog for 0.27.0.#5216sean-mcmanus merged 4 commits intomastermicrosoft/vscode-cpptools:masterfrom seanmcm/0_27_0_changelogmicrosoft/vscode-cpptools:seanmcm/0_27_0_changelogCopy head branch name to clipboard
sean-mcmanus merged 4 commits into
mastermicrosoft/vscode-cpptools:masterfrom
seanmcm/0_27_0_changelogmicrosoft/vscode-cpptools:seanmcm/0_27_0_changelogCopy head branch name to clipboard
Conversation
michelleangela
approved these changes
Mar 28, 2020
| * Fix extension randomly getting stuck while communicating with the IntelliSense process on Mac. [#4989](https://github.com/microsoft/vscode-cpptools/issues/4989) | ||
| * Fix completion results appearing after numeric literals. [#5019](https://github.com/microsoft/vscode-cpptools/issues/5019) | ||
| * Fix issue with cancellation of a `Rename` operation causing subsequent `Find All References` and `Rename` operations to fail. [#5022](https://github.com/microsoft/vscode-cpptools/issues/5022) | ||
| * Fix some settings not being editable in the UI. [PR #5126](https://github.com/microsoft/vscode-cpptools/pull/5126) |
Contributor
There was a problem hiding this comment.
Is this from 0.26.3 or due to changes in insiders?
Contributor
Author
There was a problem hiding this comment.
It repros in 0.26.3.
| * Fix `cpp_properties.json` error squiggles not appearing. [#5131](https://github.com/microsoft/vscode-cpptools/issues/5131) | ||
| * Fix `search.exclude` not applying if there are > 1 symbols matching in the excluded file. [#5152](https://github.com/microsoft/vscode-cpptools/issues/5152) | ||
| * Fix tag parsing not working on Windows 7 without SP1. [#5155](https://github.com/microsoft/vscode-cpptools/issues/5155) | ||
| * Fix `updateChannel` being settable per-workspace. [PR #5185](https://github.com/microsoft/vscode-cpptools/pull/5185) |
Contributor
There was a problem hiding this comment.
Is this also due to insiders or part of multiroot changes?
Contributor
Author
There was a problem hiding this comment.
Repros with 0.26.3 -- you need to have a workspace and not just a workspace folder.
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.
Removed all the "insider-only" issues.