Skip to content

Commit e59c6ca

Browse files
committed
Go back to supporting VS Code 1.67.0 instead of 1.82.0.
1 parent 287ee39 commit e59c6ca

File tree

3 files changed

+321
-332
lines changed

3 files changed

+321
-332
lines changed

Extension/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# C/C++ for Visual Studio Code Changelog
22

3+
## Version 1.21.4: July 25, 2024
4+
* Re-enable compatibility with VS Code 1.67.0 (instead of 1.82.0). [#12507](https://github.com/microsoft/vscode-cpptools/issues/12507)
5+
36
## Version 1.21.3: July 24, 2024
47
* Fix a crash on Linux ARM OS's. [#12497](https://github.com/microsoft/vscode-cpptools/issues/12497)
58

Extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cpptools",
33
"displayName": "C/C++",
44
"description": "C/C++ IntelliSense, debugging, and code browsing.",
5-
"version": "1.21.3-main",
5+
"version": "1.21.4-main",
66
"publisher": "ms-vscode",
77
"icon": "LanguageCCPP_color_128x.png",
88
"readme": "README.md",
@@ -6545,7 +6545,7 @@
65456545
"ssh-config": "^4.4.4",
65466546
"tmp": "^0.2.3",
65476547
"vscode-cpptools": "^6.1.0",
6548-
"vscode-languageclient": "^9.0.1",
6548+
"vscode-languageclient": "^8.1.0",
65496549
"vscode-nls": "^5.2.0",
65506550
"vscode-tas-client": "^0.1.84",
65516551
"which": "^2.0.2"

0 commit comments

Comments
 (0)