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
* Add support for querying system includes/defines from WSL and Cygwin compilers.[#1845](https://github.com/Microsoft/vscode-cpptools/issues/1845),[#1736](https://github.com/Microsoft/vscode-cpptools/issues/1736)
9
9
* Fix IntelliSense for WSL projects in Windows builds 17110 and greater.[#1694](https://github.com/Microsoft/vscode-cpptools/issues/1694)
Copy file name to clipboardExpand all lines: Extension/ReleaseNotes.html
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -205,8 +205,11 @@ <h1>Microsoft C/C++ Extension for VS Code</h1>
205
205
<tr>
206
206
<td>
207
207
<div>
208
-
<h2class="caption">March 2018 Update</h2>
209
-
<div>Thank you for installing the C/C++ extension. In the March update, we finished our implementation of autocomplete for the default IntelliSense engine. We also added additional configuration settings for forced include files, specifying your compiler path and language standard to improve IntelliSense accuracy.<br/>
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/>
210
+
<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/>
210
213
<br/>
211
214
Additional features and bug fixes are detailed in the<ahref="https://github.com/Microsoft/vscode-cpptools/releases">full release notes</a>.</div>