You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Extension/ReleaseNotes.html
+20-6Lines changed: 20 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -205,8 +205,23 @@ <h1>Microsoft C/C++ Extension for VS Code</h1>
205
205
<tr>
206
206
<td>
207
207
<div>
208
-
<h2class="caption">January 2019 Update</h2>
209
-
<div>Thank you for installing the C/C++ extension. In the January update, we added documentation comments for hover, completion, and signature help.<br/>
208
+
<h2class="caption">March 2019 Update</h2>
209
+
<div>Thank you for installing the C/C++ extension! We're excited to announce the following features in the March update:<br/>
On Windows and Linux, the extension will now cache header information to improve IntelliSense speed for your code files. Support for macOS will be available in a future release.<br/>
212
+
<br/>
213
+
<emstyle="font-weight: 600">Please Note:</em> The extension writes the cache to disk in order to achieve this performance improvement. By default the cache files will be stored in your workspace
214
+
folder's ".vscode" folder, but you can change this location by using the <code>"C_Cpp.intelliSenseCachePath"</code> setting. You can also control how much disk space can be
215
+
used for the cache with the <code>"C_Cpp.intelliSenseCacheSize"</code> setting. The default is 5120 MB as the caches for individual translation units can be large,
216
+
depending on the size and number of included headers.<br/>
217
+
<h3style="font-weight: 600">Build and debug the active source file</h3>
218
+
We added a command to help you generate build and debug tasks for single code files. Since this feature writes out tasks.json and launch.json files, it currently requires
219
+
that a workspace folder be opened in VS Code first. After that, you can press F5 or select the command from the context menu to configure the tasks or kick off a build and debug
We added additional validation to the <code>c_cpp_properties.json</code> file to assist in diagnosing potential configuration mistakes. They will show up as problems in the
223
+
problems window.<br/>
224
+
<br/>
210
225
<br/>
211
226
Additional features and bug fixes are detailed in the <ahref="https://github.com/Microsoft/vscode-cpptools/releases">full release notes</a>.</div>
0 commit comments