|
1 | 1 | # C/C++ for Visual Studio Code Change Log
|
2 | 2 |
|
3 |
| -## Version 0.14.6: Janurary 17, 2017 |
| 3 | +## Version 0.14.6: January 17, 2018 |
4 | 4 | * Fix tag parser failing (and continuing to fail after edits) when it shouldn't. [#1367](https://github.com/Microsoft/vscode-cpptools/issues/1367)
|
5 | 5 | * Fix tag parser taking too long due to redundant processing. [#1288](https://github.com/Microsoft/vscode-cpptools/issues/1288)
|
6 | 6 | * Fix debugging silently failing the 1st time if a C/C++ file isn't opened. [#1366](https://github.com/Microsoft/vscode-cpptools/issues/1366)
|
|
52 | 52 |
|
53 | 53 | ## Version 0.14.1: November 9, 2017
|
54 | 54 | * Add support for multi-root workspaces. [#1070](https://github.com/Microsoft/vscode-cpptools/issues/1070)
|
55 |
| -* Fix files temporarly being unsavable after Save As and other scenarios on Windows. [Microsoft/vscode#27329](https://github.com/Microsoft/vscode/issues/27329) |
| 55 | +* Fix files temporarily being unsavable after Save As and other scenarios on Windows. [Microsoft/vscode#27329](https://github.com/Microsoft/vscode/issues/27329) |
56 | 56 | * Fix files "permanently" being unsavable if the IntelliSense process launches during tag parsing of the file. [#1040](https://github.com/Microsoft/vscode-cpptools/issues/1040)
|
57 | 57 | * Show pause and resume parsing commands after clicking the database icon. [#1141](https://github.com/Microsoft/vscode-cpptools/issues/1141)
|
58 | 58 | * Don't show the install output unless an error occurs. [#1160](https://github.com/Microsoft/vscode-cpptools/issues/1160)
|
|
75 | 75 | * Fix `limitSymbolsToIncludedHeaders` not working with single files. [#1109](https://github.com/Microsoft/vscode-cpptools/issues/1109)
|
76 | 76 | * Add logging to Output window. Errors will be logged by default. Verbosity is controlled by the `"C_Cpp.loggingLevel"` setting.
|
77 | 77 | * Add new database status bar icon for "Indexing" or "Parsing" with progress numbers, and the previous flame icon is now just for "Updating IntelliSense".
|
78 |
| -* Stop showing `(Global Scope)` if there's actually an error in identifiying the correct scope. |
| 78 | +* Stop showing `(Global Scope)` if there's actually an error in identifying the correct scope. |
79 | 79 | * Fix crash with the IntelliSense process when parsing certain template code (the most frequently hit crash).
|
80 | 80 | * Fix main thread being blocked while searching for files to remove after changing `files.exclude`.
|
81 | 81 | * Fix incorrect code action include path suggestion when a folder comes after "..".
|
|
266 | 266 | * Debugging for Visual C++ applications on Windows (Program Database files) is now available.
|
267 | 267 | * `clang-format` is now automatically installed as a part of the extension and formats code as you type.
|
268 | 268 | * `clang-format` options have been moved from c_cpp_properties.json file to settings.json (File->Preferences->User settings).
|
269 |
| -* `clang-format` fall-back style is now set to 'Visual Studio'. |
| 269 | +* `clang-format` fallback style is now set to 'Visual Studio'. |
270 | 270 | * Attach now requires a request type of `attach` instead of `launch`.
|
271 | 271 | * Support for additional console logging using the keyword `logging` inside `launch.json`.
|
272 | 272 | * Bug fixes.
|
|
300 | 300 | * Support for debugging with GDB on Cygwin.
|
301 | 301 | * Debugging on 32-bit Linux now enabled.
|
302 | 302 | * Format code using clang-format.
|
303 |
| -* Experimental fuzzy autocompletion. |
| 303 | +* Experimental fuzzy auto-completion. |
304 | 304 | * Bug fixes.
|
305 | 305 |
|
306 | 306 | ## Version 0.5.0: April 14, 2016
|
|
0 commit comments