|
1 | 1 | #C/C++ for Visual Studio Code Change Log |
2 | 2 |
|
3 | | -##Version 0.18.0: August16, 2018 |
| 3 | +##Version 0.18.0: August17, 2018 |
4 | 4 | ###New Features |
5 | 5 | * Add the`C_Cpp.intelliSenseEngine` setting value of`Disabled` (for users who only use the debugger).[#785](https://github.com/Microsoft/vscode-cpptools/issues/785) |
6 | 6 | * Add`C_Cpp.workspaceSymbols` setting with default`Just My Code` to filter out system header symbols.[#1119](https://github.com/Microsoft/vscode-cpptools/issues/1119),[#2320](https://github.com/Microsoft/vscode-cpptools/issues/2320) |
|
37 | 37 | * Fix IntelliSense process crash when hovering over a designated initializer list with an anonymous struct.[#2370](https://github.com/Microsoft/vscode-cpptools/issues/2370) |
38 | 38 | * Stop showing "File: " in completion details for internal compiler defines.[#2387](https://github.com/Microsoft/vscode-cpptools/issues/2387) |
39 | 39 | * Invoke`Edit Configurations...` when the`Configuration Help` button is clicked.[#2408](https://github.com/Microsoft/vscode-cpptools/issues/2408) |
| 40 | +* Fix provider configuration prompt not showing for newly added workspace folders.[#2415](https://github.com/Microsoft/vscode-cpptools/issues/2415) |
40 | 41 | * Fix to allow SIGINT to be sent using the kill -2 command when using pipeTransport. |
41 | 42 |
|
42 | 43 | ##Version 0.17.7: July 22, 2018 |
|