Skip to content

Commit bbe5c42

Browse files
authored
Update Windows Debugger Packages (#7811)
* Fix vsdbg crash on windows x64 Addresses #7808 * Update package version and add CHANGELOG
1 parent 9791061 commit bbe5c42

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

Extension/CHANGELOG.md

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

3+
## Version 1.5.1: July 9, 2021
4+
### Bug Fixes
5+
* cppvsdbg Debugging becomes no-op between 1.4.1 and 1.5.0 [#7808](https://github.com/microsoft/vscode-cpptools/issues/7808)
6+
37
## Version 1.5.0: July 8, 2021
48
### New Feature
59
* Add the "Inline macro" code action. [#4183](https://github.com/microsoft/vscode-cpptools/issues/4183)

Extension/package.json

Lines changed: 5 additions & 5 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.5.0-main",
5+
"version": "1.5.1-main",
66
"publisher": "ms-vscode",
77
"icon": "LanguageCCPP_color_128x.png",
88
"readme": "README.md",
@@ -3106,7 +3106,7 @@
31063106
},
31073107
{
31083108
"description": "Visual Studio Windows Debugger",
3109-
"url": "https://go.microsoft.com/fwlink/?linkid=2167487",
3109+
"url": "https://go.microsoft.com/fwlink/?linkid=2167539",
31103110
"platforms": [
31113111
"win32"
31123112
],
@@ -3117,11 +3117,11 @@
31173117
"binaries": [
31183118
"./debugAdapters/vsdbg/bin/vsdbg.exe"
31193119
],
3120-
"integrity": "BACAD3BC69C548FA5CEC0B15109C8628CB45D0F622F1F6C635A23C29B0B042E1"
3120+
"integrity": "3E71A1FDD78FBD9FD46ADEE0DF1283349363078B273CAE765978ACF1BA9C2DB1"
31213121
},
31223122
{
31233123
"description": "Visual Studio Windows ARM64 Debugger",
3124-
"url": "https://go.microsoft.com/fwlink/?linkid=2167488",
3124+
"url": "https://go.microsoft.com/fwlink/?linkid=2167648",
31253125
"platforms": [
31263126
"win32"
31273127
],
@@ -3131,7 +3131,7 @@
31313131
"binaries": [
31323132
"./debugAdapters/vsdbg/bin/vsdbg.exe"
31333133
],
3134-
"integrity": "64325BABDC9B51E7D51111788083BE91C3CC36DEC80145687D9AB6F988F9071F"
3134+
"integrity": "698BA3D45B925F998AACE9ED387ADE4927FFE569860408570FD074DD0CD56252"
31353135
}
31363136
]
31373137
}

0 commit comments

Comments
 (0)