|
1 | 1 | #C/C++ for Visual Studio Code Change Log |
2 | 2 |
|
| 3 | +##Version 0.23.0-insiders2: April 30, 2019 |
| 4 | +###New Features |
| 5 | +* Add support for`.env` files for`cppvsdbg`.[#3490](https://github.com/Microsoft/vscode-cpptools/issues/3490) |
| 6 | + |
| 7 | +###Minor Changes |
| 8 | +* Switch to using the`installExtension` command for offline/insider vsix installing (to reduce install failures).[#3408](https://github.com/Microsoft/vscode-cpptools/issues/3408) |
| 9 | +* Enable configuration squiggles for paths delimited by semicolons.[PR#3517](https://github.com/Microsoft/vscode-cpptools/pull/3517) |
| 10 | +* Add`Edit Configurations (JSON)` to the`Select a configuration` dropdown.[PR#3519](https://github.com/Microsoft/vscode-cpptools/pull/3519) |
| 11 | +* Update configuration UI to save changes after the UI changes focus.[#3524](https://github.com/Microsoft/vscode-cpptools/issues/3524) |
| 12 | +* Don't show release notes if the extension has never been installed before.[#3533](https://github.com/Microsoft/vscode-cpptools/issues/3533) |
| 13 | +* Add input validation to the configuration UI.[PR#3563](https://github.com/Microsoft/vscode-cpptools/pull/3563) |
| 14 | +* Add process ID and memory usage to`C/C++: Log Diagnostics` results. |
| 15 | +* Remove IntelliSense fallback code actions. |
| 16 | +* Fix crash on hover (due to`trim_string`). |
| 17 | + |
| 18 | +###Bug Fixes |
| 19 | +* Work around issue with VS Code not treating`.C` files as C++ files[Microsoft/vscode#59369](https://github.com/Microsoft/vscode/issues/59369) --`.C` files become associated by name in`files.associations`.[#2558](https://github.com/Microsoft/vscode-cpptools/issues/2558) |
| 20 | +* Fix "Extension causes high cpu load" due to module loading.[#3213](https://github.com/Microsoft/vscode-cpptools/issues/3213) |
| 21 | +* Fix backslashes getting added each time settings are saved.[#3526](https://github.com/Microsoft/vscode-cpptools/issues/3526) |
| 22 | +* Fix regression with some C++17 features with`msvc-x64` mode.[#3541](https://github.com/Microsoft/vscode-cpptools/issues/3541) |
| 23 | +* Fix`Go to Definition` giving no results when IntelliSense doesn't find the symbol.[#3549](https://github.com/Microsoft/vscode-cpptools/issues/3549) |
| 24 | + |
3 | 25 | ##Version 0.23.0-insiders: April 23, 2019 |
4 | 26 | ###New Features |
5 | 27 | * Add a configuration UI editor to edit IntelliSense settings defined in the underlying`c_cpp_properties.json` file.[PR#3479](https://github.com/Microsoft/vscode-cpptools/pull/3479),[PR#3487](https://github.com/Microsoft/vscode-cpptools/pull/3487) |
|