File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# C/C++ for Visual Studio Code Change Log
2
2
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
+
3
7
## Version 1.5.0: July 8, 2021
4
8
### New Feature
5
9
* Add the "Inline macro" code action. [ #4183 ] ( https://github.com/microsoft/vscode-cpptools/issues/4183 )
Original file line number Diff line number Diff line change 2
2
"name" : " cpptools" ,
3
3
"displayName" : " C/C++" ,
4
4
"description" : " C/C++ IntelliSense, debugging, and code browsing." ,
5
- "version" : " 1.5.0 -main" ,
5
+ "version" : " 1.5.1 -main" ,
6
6
"publisher" : " ms-vscode" ,
7
7
"icon" : " LanguageCCPP_color_128x.png" ,
8
8
"readme" : " README.md" ,
3106
3106
},
3107
3107
{
3108
3108
"description" : " Visual Studio Windows Debugger" ,
3109
- "url" : " https://go.microsoft.com/fwlink/?linkid=2167487 " ,
3109
+ "url" : " https://go.microsoft.com/fwlink/?linkid=2167539 " ,
3110
3110
"platforms" : [
3111
3111
" win32"
3112
3112
],
3117
3117
"binaries" : [
3118
3118
" ./debugAdapters/vsdbg/bin/vsdbg.exe"
3119
3119
],
3120
- "integrity" : " BACAD3BC69C548FA5CEC0B15109C8628CB45D0F622F1F6C635A23C29B0B042E1 "
3120
+ "integrity" : " 3E71A1FDD78FBD9FD46ADEE0DF1283349363078B273CAE765978ACF1BA9C2DB1 "
3121
3121
},
3122
3122
{
3123
3123
"description" : " Visual Studio Windows ARM64 Debugger" ,
3124
- "url" : " https://go.microsoft.com/fwlink/?linkid=2167488 " ,
3124
+ "url" : " https://go.microsoft.com/fwlink/?linkid=2167648 " ,
3125
3125
"platforms" : [
3126
3126
" win32"
3127
3127
],
3131
3131
"binaries" : [
3132
3132
" ./debugAdapters/vsdbg/bin/vsdbg.exe"
3133
3133
],
3134
- "integrity" : " 64325BABDC9B51E7D51111788083BE91C3CC36DEC80145687D9AB6F988F9071F "
3134
+ "integrity" : " 698BA3D45B925F998AACE9ED387ADE4927FFE569860408570FD074DD0CD56252 "
3135
3135
}
3136
3136
]
3137
3137
}
You can’t perform that action at this time.
0 commit comments