Skip to content

Commit ca13ab9

Browse files
authored
update release notes for January 2018 (#1451)
1 parent 20e4dd1 commit ca13ab9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Extension/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# C/C++ for Visual Studio Code Change Log
22

3-
## Version 0.14.6: Janurary 16, 2017
3+
## Version 0.14.6: Janurary 17, 2017
44
* Fix tag parser failing (and continuing to fail after edits) when it shouldn't. [#1367](https://github.com/Microsoft/vscode-cpptools/issues/1367)
55
* Fix tag parser taking too long due to redundant processing. [#1288](https://github.com/Microsoft/vscode-cpptools/issues/1288)
66
* Fix debugging silently failing the 1st time if a C/C++ file isn't opened. [#1366](https://github.com/Microsoft/vscode-cpptools/issues/1366)

Extension/ReleaseNotes.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ <h1>Microsoft C/C++ Extension for VS Code</h1>
205205
<tr>
206206
<td>
207207
<div>
208-
<h2 class="caption">December 2017 Update</h2>
209-
<div>Thank you for installing the C/C++ extension. In the December update, we added support for offline installation, 32-bit Linux, and Linux distros without glibc 2.18 (e.g. CentOS, RHEL, Scientific Linux).<br />
208+
<h2 class="caption">January 2018 Update</h2>
209+
<div>Thank you for installing the C/C++ extension. In the January update, we fixed a performance regression in the code browsing service (aka: Tag Parser). We also added the setting: <code>C_Cpp.workspaceParsingPriority</code> which allows you to control how aggressively the extension should index your workspace.<br />
210210
<br />
211211
Additional features and bug fixes are detailed in the <a href="https://github.com/Microsoft/vscode-cpptools/releases">full release notes</a>.</div>
212212
</div>
@@ -231,9 +231,9 @@ <h3 class="caption">Getting Started</h3>
231231
<td>
232232
<div>
233233
<h3 class="caption">Blog Posts</h3>
234+
<div><a href="https://blogs.msdn.microsoft.com/vcblog/2017/12/11/visual-studio-code-cc-extension-dec-2017-update-support-for-more-linux-distros/">December 2017 Update</a></div>
234235
<div><a href="https://blogs.msdn.microsoft.com/vcblog/2017/11/09/visual-studio-code-cc-extension-nov-2017-update-multi-root-workspaces-support-is-here/">November 2017 Update</a></div>
235236
<div><a href="https://blogs.msdn.microsoft.com/vcblog/2017/10/20/visual-studio-code-cc-extension-october-2017-update/">October 2017 Update</a></div>
236-
<div><a href="https://blogs.msdn.microsoft.com/vcblog/2017/10/04/visual-studio-code-cc-extension-september-2017-update-more-intellisense-goodness/">September 2017 Update</a></div>
237237
<div><a href="https://blogs.msdn.microsoft.com/vcblog/2016/03/31/cc-extension-for-visual-studio-code/">C/C++ Extension anouncement</a></div>
238238
</div>
239239
</td>

0 commit comments

Comments
 (0)