Skip to content

Commit 9ba19af

Browse files
authored
Update signed LLDB-MI for mac. (#6956)
1 parent c15f359 commit 9ba19af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Extension/package.json

Lines changed: 3 additions & 3 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.2.0-main",
5+
"version": "1.2.1-main",
66
"publisher": "ms-vscode",
77
"icon": "LanguageCCPP_color_128x.png",
88
"readme": "README.md",
@@ -2718,7 +2718,7 @@
27182718
},
27192719
{
27202720
"description": "LLDB-MI (macOS Mojave and higher)",
2721-
"url": "https://go.microsoft.com/fwlink/?linkid=2116759",
2721+
"url": "https://go.microsoft.com/fwlink/?linkid=2154927",
27222722
"platforms": [
27232723
"darwin"
27242724
],
@@ -2727,7 +2727,7 @@
27272727
"binaries": [
27282728
"./debugAdapters/lldb-mi/bin/lldb-mi"
27292729
],
2730-
"integrity": "6C2CD2797380DE2F3EA2A991BA4DACE265920922C4E18A80FAC515B30C1D0B99"
2730+
"integrity": "FA76E76C7D8E5D5CD0CC8E68C6FB70A354750D596DF3CED36ABF78AAD5C562C0"
27312731
},
27322732
{
27332733
"description": "LLDB 3.8.0 (macOS High Sierra and lower)",

0 commit comments

Comments
 (0)