Skip to content

Commit

Permalink
Update changelog, fwlinks, version. (#5529)
Browse files Browse the repository at this point in the history
* Update changelog, fwlinks, version.
  • Loading branch information
sean-mcmanus authored May 20, 2020
1 parent d036a41 commit 8a2e673
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# C/C++ for Visual Studio Code Change Log

## Version 0.28.1: May 20, 2020
### Bug Fixes
* Fix errors not appearing after switching between a WSL and non-WSL config on Windows. [#5474](https://github.com/microsoft/vscode-cpptools/issues/5474)
* Fix cpptools crash when gcc is not in $PATH in a Docker container. [#5484](https://github.com/microsoft/vscode-cpptools/issues/5484)
* Fix top IntelliSense crash regression. [#5486](https://github.com/microsoft/vscode-cpptools/issues/5486)

## Version 0.28.0: May 11, 2020
### New Features
* Add C/C++ language-aware code folding. [#407](https://github.com/microsoft/vscode-cpptools/issues/407)
Expand Down
8 changes: 4 additions & 4 deletions Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cpptools",
"displayName": "C/C++",
"description": "C/C++ IntelliSense, debugging, and code browsing.",
"version": "0.28.0-master",
"version": "0.28.1-master",
"publisher": "ms-vscode",
"preview": true,
"icon": "LanguageCCPP_color_128x.png",
Expand Down Expand Up @@ -1590,7 +1590,7 @@
"runtimeDependencies": [
{
"description": "C/C++ language components (Linux / x86_64)",
"url": "https://go.microsoft.com/fwlink/?linkid=2125055",
"url": "https://go.microsoft.com/fwlink/?linkid=2131174",
"platforms": [
"linux"
],
Expand All @@ -1604,7 +1604,7 @@
},
{
"description": "C/C++ language components (OS X)",
"url": "https://go.microsoft.com/fwlink/?linkid=2125057",
"url": "https://go.microsoft.com/fwlink/?linkid=2131173",
"platforms": [
"darwin"
],
Expand All @@ -1615,7 +1615,7 @@
},
{
"description": "C/C++ language components (Windows)",
"url": "https://go.microsoft.com/fwlink/?linkid=2125056",
"url": "https://go.microsoft.com/fwlink/?linkid=2131076",
"platforms": [
"win32"
],
Expand Down

0 comments on commit 8a2e673

Please sign in to comment.