Skip to content

Commit dfec64f

Browse files
jogo-bobbrow
authored andcommitted
Fix typos in CHANGELOG.md (#1478)
1 parent 6c21e54 commit dfec64f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Extension/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# C/C++ for Visual Studio Code Change Log
22

3-
## Version 0.14.6: Janurary 17, 2017
3+
## Version 0.14.6: January 17, 2018
44
* Fix tag parser failing (and continuing to fail after edits) when it shouldn't. [#1367](https://github.com/Microsoft/vscode-cpptools/issues/1367)
55
* Fix tag parser taking too long due to redundant processing. [#1288](https://github.com/Microsoft/vscode-cpptools/issues/1288)
66
* 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,7 +52,7 @@
5252

5353
## Version 0.14.1: November 9, 2017
5454
* 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)
5656
* 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)
5757
* Show pause and resume parsing commands after clicking the database icon. [#1141](https://github.com/Microsoft/vscode-cpptools/issues/1141)
5858
* Don't show the install output unless an error occurs. [#1160](https://github.com/Microsoft/vscode-cpptools/issues/1160)
@@ -75,7 +75,7 @@
7575
* Fix `limitSymbolsToIncludedHeaders` not working with single files. [#1109](https://github.com/Microsoft/vscode-cpptools/issues/1109)
7676
* Add logging to Output window. Errors will be logged by default. Verbosity is controlled by the `"C_Cpp.loggingLevel"` setting.
7777
* 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.
7979
* Fix crash with the IntelliSense process when parsing certain template code (the most frequently hit crash).
8080
* Fix main thread being blocked while searching for files to remove after changing `files.exclude`.
8181
* Fix incorrect code action include path suggestion when a folder comes after "..".
@@ -266,7 +266,7 @@
266266
* Debugging for Visual C++ applications on Windows (Program Database files) is now available.
267267
* `clang-format` is now automatically installed as a part of the extension and formats code as you type.
268268
* `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'.
270270
* Attach now requires a request type of `attach` instead of `launch`.
271271
* Support for additional console logging using the keyword `logging` inside `launch.json`.
272272
* Bug fixes.
@@ -300,7 +300,7 @@
300300
* Support for debugging with GDB on Cygwin.
301301
* Debugging on 32-bit Linux now enabled.
302302
* Format code using clang-format.
303-
* Experimental fuzzy autocompletion.
303+
* Experimental fuzzy auto-completion.
304304
* Bug fixes.
305305

306306
## Version 0.5.0: April 14, 2016

0 commit comments

Comments
 (0)