Skip to content

Commit

Permalink
Go back to supporting VS Code 1.67.0 instead of 1.82.0. (#12515)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-mcmanus authored Jul 25, 2024
1 parent 15c6bdd commit 4e09135
Show file tree
Hide file tree
Showing 3 changed files with 321 additions and 332 deletions.
3 changes: 3 additions & 0 deletions Extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# C/C++ for Visual Studio Code Changelog

## Version 1.21.4: July 25, 2024
* Re-enable compatibility with VS Code 1.67.0 (instead of 1.82.0). [#12507](https://github.com/microsoft/vscode-cpptools/issues/12507)

## Version 1.21.3: July 24, 2024
* Fix a crash on Linux ARM OS's. [#12497](https://github.com/microsoft/vscode-cpptools/issues/12497)

Expand Down
4 changes: 2 additions & 2 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": "1.21.3-main",
"version": "1.21.4-main",
"publisher": "ms-vscode",
"icon": "LanguageCCPP_color_128x.png",
"readme": "README.md",
Expand Down Expand Up @@ -6548,7 +6548,7 @@
"ssh-config": "^4.4.4",
"tmp": "^0.2.3",
"vscode-cpptools": "^6.1.0",
"vscode-languageclient": "^9.0.1",
"vscode-languageclient": "^8.1.0",
"vscode-nls": "^5.2.0",
"vscode-tas-client": "^0.1.84",
"which": "^2.0.2"
Expand Down
Loading

0 comments on commit 4e09135

Please sign in to comment.