Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit96e3386

Browse files
authored
september release notes/string changes (microsoft#2563)
1 parent862a10f commit96e3386

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

‎Extension/ReleaseNotes.html‎

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,12 @@ <h1>Microsoft C/C++ Extension for VS Code</h1>
205205
<tr>
206206
<td>
207207
<div>
208-
<h2class="caption">June 2018 Update</h2>
209-
<div>Thank you for installing the C/C++ extension. In the June update, we focused on workspace configuration improvements.<br/>
208+
<h2class="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/>
210212
<br/>
211-
We dramatically improved the performance of recursive includes (e.g. using<code>${workspaceFolder}/**</code> in your<code>includePath</code>), we will prompt you to
212-
use compile_commands.json if it is found in your workspace, and we made the<code>browse.path</code> setting optional in the case that it is identical to your<code>includePath</code>.<br/>
213+
We also added a new setting:<code>C_Cpp.updateChannel</code> to facilitate installing Insiders releases of the C++ extension.<br/>
213214
<br/>
214215
Additional features and bug fixes are detailed in the<ahref="https://github.com/Microsoft/vscode-cpptools/releases">full release notes</a>.</div>
215216
</div>
@@ -234,9 +235,9 @@ <h3 class="caption">Getting Started</h3>
234235
<td>
235236
<div>
236237
<h3class="caption">Blog Posts</h3>
237-
<div><ahref="https://blogs.msdn.microsoft.com/vcblog/2018/05/08/visual-studio-code-cc-extension-may-2018-update-intellisense-configuration-just-got-so-much-easier/">May 2018 Update</a></div>
238-
<div><ahref="https://blogs.msdn.microsoft.com/vcblog/2018/03/29/visual-studio-code-cc-extension-march-2018-update/">March 2018 Update</a></div>
239-
<div><ahref="https://blogs.msdn.microsoft.com/vcblog/2018/02/20/visual-studio-code-cc-extension-feb-2018-update/">February 2018 Update</a></div>
238+
<div><ahref="https://blogs.msdn.microsoft.com/vcblog/2018/08/23/visual-studio-code-c-c-extension-august-2018-update/">August 2018 Update</a></div>
239+
<div><ahref="https://blogs.msdn.microsoft.com/vcblog/2018/07/25/visual-studio-code-cc-extension-july-2018-update-and-intellisense-auto-configuration-for-cmake/">July 2018 Update</a></div>
240+
<div><ahref="https://blogs.msdn.microsoft.com/vcblog/2018/06/21/visual-studio-code-cc-extension-june-2018-update/">June 2018 Update</a></div>
240241
<div><ahref="https://blogs.msdn.microsoft.com/vcblog/2016/03/31/cc-extension-for-visual-studio-code/">C/C++ Extension anouncement</a></div>
241242
</div>
242243
</td>

‎Extension/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
"Insiders"
465465
],
466466
"default":"Default",
467-
"description":"Set toInsiders toreceivethe latest Insiders builds, which include upcoming features and bug fixes.",
467+
"description":"Set to\"Insiders\" toautomatically download and installthe latest Insiders builds of the extension, which include upcoming features and bug fixes.",
468468
"scope":"resource"
469469
}
470470
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp