Skip to content

Commit 04bb260

Browse files
authored
update release notes (#2722)
1 parent b964d4e commit 04bb260

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Extension/ReleaseNotes.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,8 @@ <h1>Microsoft C/C++ Extension for VS Code</h1>
205205
<tr>
206206
<td>
207207
<div>
208-
<h2 class="caption">September 2018 Update</h2>
209-
<div>Thank you for installing the C/C++ extension. In the September update, we added a preview of semantic-aware Go To Definition. This allows Go To Definition to work for local variables.
210-
In addition, when the Go To Definition request references a symbol defined in the current translation unit, other incorrect symbols in the workspace with the same identifier will be
211-
filtered from the results.<br/>
212-
<br/>
213-
We also added a new setting: <code>C_Cpp.updateChannel</code> to facilitate installing Insiders releases of the C++ extension.<br/>
208+
<h2 class="caption">October 2018 Update</h2>
209+
<div>Thank you for installing the C/C++ extension. In the October update, we finished our semantic-aware implementation of Go To Definition. We also added IntegratedTerminal support for debugging.<br/>
214210
<br/>
215211
Additional features and bug fixes are detailed in the <a href="https://github.com/Microsoft/vscode-cpptools/releases">full release notes</a>.</div>
216212
</div>

0 commit comments

Comments
 (0)