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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -205,12 +205,12 @@ <h1>Microsoft C/C++ Extension for VS Code</h1>
205
205
<tr>
206
206
<td>
207
207
<div>
208
-
<h2class="caption">April 2018 Update</h2>
209
-
<div>Thank you for installing the C/C++ extension. In the April update, we added autocomplete suggestions for<code>#include</code> statements.<br/>
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/>
210
+
<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/>
210
213
<br/>
211
-
We also added settings for configuration defaults and made some changes to improve the automatic configuration experience. If you set the<code>"compilerPath"</code>
212
-
property in c_cpp_properties.json, you no longer need to add system includes and defines to<code>"includePath"</code> or<code>"defines"</code><br/>
213
-
<br/>
214
214
Additional features and bug fixes are detailed in the<ahref="https://github.com/Microsoft/vscode-cpptools/releases">full release notes</a>.</div>