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 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 )
Original file line number Diff line number Diff line change 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" ,
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 ],
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 ],
31313131 "binaries" : [
31323132 " ./debugAdapters/vsdbg/bin/vsdbg.exe"
31333133 ],
3134- "integrity" : " 64325BABDC9B51E7D51111788083BE91C3CC36DEC80145687D9AB6F988F9071F "
3134+ "integrity" : " 698BA3D45B925F998AACE9ED387ADE4927FFE569860408570FD074DD0CD56252 "
31353135 }
31363136 ]
31373137}
You can’t perform that action at this time.
0 commit comments