Skip to content

Commit a9890f6

Browse files
authored
Merge pull request #7988 from microsoft/main
2 parents c98303b + 93b14d5 commit a9890f6

File tree

2 files changed

+33
-40
lines changed

2 files changed

+33
-40
lines changed

Extension/CHANGELOG.md

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

3+
## Version 1.6.0-insiders2: August 17, 2021
4+
### Bug Fixes
5+
* Fix issues with overlapping code folding ranges. [#7809](https://github.com/microsoft/vscode-cpptools/issues/7809)
6+
* Fix an issue with cppdbg debugging on Windows x64. [#7971](https://github.com/microsoft/vscode-cpptools/issues/7971)
7+
* Fix an issue with VS `<execution>` header causing IntelliSense process crash. [#7972](https://github.com/microsoft/vscode-cpptools/issues/7972)
8+
39
## Version 1.6.0-insiders: August 12, 2021
410
### New Feature
511
* Added support for standard `.editorconfig` entries when using vcFormat. [#7920](https://github.com/microsoft/vscode-cpptools/issues/7920)

Extension/package.json

Lines changed: 27 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
"type": "string",
251251
"default": "file",
252252
"description": "%c_cpp.configuration.clang_format_style.description%",
253-
"scope": "machine-overridable"
253+
"scope": "resource"
254254
},
255255
"C_Cpp.formatting": {
256256
"type": "string",
@@ -771,7 +771,7 @@
771771
"type": "string",
772772
"default": "Visual Studio",
773773
"description": "%c_cpp.configuration.clang_format_fallbackStyle.description%",
774-
"scope": "machine-overridable"
774+
"scope": "resource"
775775
},
776776
"C_Cpp.clang_format_sortIncludes": {
777777
"type": [
@@ -983,7 +983,7 @@
983983
"type": "number",
984984
"default": 2000,
985985
"description": "%c_cpp.configuration.intelliSenseUpdateDelay.description%",
986-
"scope": "application",
986+
"scope": "machine",
987987
"minimum": 500,
988988
"maximum": 3000
989989
},
@@ -1129,7 +1129,7 @@
11291129
"gnu17"
11301130
],
11311131
"description": "%c_cpp.configuration.default.cStandard.description%",
1132-
"scope": "machine-overridable"
1132+
"scope": "resource"
11331133
},
11341134
"C_Cpp.default.cppStandard": {
11351135
"type": "string",
@@ -1149,7 +1149,7 @@
11491149
"gnu++20"
11501150
],
11511151
"description": "%c_cpp.configuration.default.cppStandard.description%",
1152-
"scope": "machine-overridable"
1152+
"scope": "resource"
11531153
},
11541154
"C_Cpp.default.configurationProvider": {
11551155
"type": "string",
@@ -1219,7 +1219,7 @@
12191219
],
12201220
"default": "Default",
12211221
"description": "%c_cpp.configuration.updateChannel.description%",
1222-
"scope": "application"
1222+
"scope": "machine"
12231223
},
12241224
"C_Cpp.experimentalFeatures": {
12251225
"type": "string",
@@ -3310,36 +3310,23 @@
33103310
"integrity": "6756365C82B5BD90C6A40C13CF8E3599E4A1DB50628111FFDB3A76FF85256BA4"
33113311
},
33123312
{
3313-
"description": "OpenDebugAD7 (Windows x86)",
3314-
"url": "https://download.visualstudio.microsoft.com/download/pr/db1a8e6a-c2e7-45a6-9ff9-95fbca2140eb/4060fb247bf67b3bc90485a56daf7fdd/win7-x86.zip",
3315-
"platforms": [
3316-
"win32"
3317-
],
3318-
"architectures": [
3319-
"x86"
3320-
],
3321-
"binaries": [
3322-
"./debugAdapters/bin/OpenDebugAD7.exe"
3323-
],
3324-
"integrity": "E8086823817ADEE7003A1838507227BBE191105710B1C1023778F520D92DDF4E"
3325-
},
3326-
{
3327-
"description": "OpenDebugAD7 (Windows x64)",
3328-
"url": "https://download.visualstudio.microsoft.com/download/pr/db1a8e6a-c2e7-45a6-9ff9-95fbca2140eb/3ff700fb393a8080572f7f3babf3c808/win-x64.zip",
3313+
"description": "OpenDebugAD7 (Windows x86/x64)",
3314+
"url": "https://download.visualstudio.microsoft.com/download/pr/8bec3403-fc69-49ab-ae04-abf260ae1d81/db301b288a036364c1718048b97b0d58/win-x86.zip",
33293315
"platforms": [
33303316
"win32"
33313317
],
33323318
"architectures": [
3319+
"x86",
33333320
"x64"
33343321
],
33353322
"binaries": [
33363323
"./debugAdapters/bin/OpenDebugAD7.exe"
33373324
],
3338-
"integrity": "B52871375EA4DF4A3F8544BBFEDBC5444BFB3373C2C7D0FDE2B298C4AD1D51F9"
3325+
"integrity": "452B01805E3602B23E24AF3F271759F35C1961093B345C5835C304D7FCDC1439"
33393326
},
33403327
{
33413328
"description": "OpenDebugAD7 (Windows ARM64)",
3342-
"url": "https://download.visualstudio.microsoft.com/download/pr/db1a8e6a-c2e7-45a6-9ff9-95fbca2140eb/4329d0d448a1152a893f2b7d8a6b0f31/win10-arm64.zip",
3329+
"url": "https://download.visualstudio.microsoft.com/download/pr/8bec3403-fc69-49ab-ae04-abf260ae1d81/365a4f83f0ece3c5fc1f0cb0c73a0f2c/win10-arm64.zip",
33433330
"platforms": [
33443331
"win32"
33453332
],
@@ -3349,11 +3336,11 @@
33493336
"binaries": [
33503337
"./debugAdapters/bin/OpenDebugAD7.exe"
33513338
],
3352-
"integrity": "FDCEAD821B680312C5E0DDC33FE0844BD773E7E20A66F681C95F9C82EB6CF7FA"
3339+
"integrity": "86D9C73FE551A8613DA3CD13D4C039D3E55E3773DF72636223A3C3F124598414"
33533340
},
33543341
{
33553342
"description": "OpenDebugAD7 (Linux x64)",
3356-
"url": "https://download.visualstudio.microsoft.com/download/pr/db1a8e6a-c2e7-45a6-9ff9-95fbca2140eb/49513829a39fb5e185c7353334ec794d/linux-x64.zip",
3343+
"url": "https://download.visualstudio.microsoft.com/download/pr/8bec3403-fc69-49ab-ae04-abf260ae1d81/156c5a850e57f285f0b0a864ea719139/linux-x64.zip",
33573344
"platforms": [
33583345
"linux"
33593346
],
@@ -3363,11 +3350,11 @@
33633350
"binaries": [
33643351
"./debugAdapters/bin/OpenDebugAD7"
33653352
],
3366-
"integrity": "8F00D1918B2AA36DDF5285B0368B6C411CBC5C96C8DFDB715CED922838435FB7"
3353+
"integrity": "107B8EB400999BD3EDD764D7301FFE6C3C0572E09E2126D247B59860CEE9A83E"
33673354
},
33683355
{
33693356
"description": "OpenDebugAD7 (Linux ARM)",
3370-
"url": "https://download.visualstudio.microsoft.com/download/pr/db1a8e6a-c2e7-45a6-9ff9-95fbca2140eb/e6a83921874fb52c60931bb37753be9f/linux-arm.zip",
3357+
"url": "https://download.visualstudio.microsoft.com/download/pr/8bec3403-fc69-49ab-ae04-abf260ae1d81/12f05b118ffe89ce4635c3eed54f3bda/linux-arm.zip",
33713358
"platforms": [
33723359
"linux"
33733360
],
@@ -3377,11 +3364,11 @@
33773364
"binaries": [
33783365
"./debugAdapters/bin/OpenDebugAD7"
33793366
],
3380-
"integrity": "19B1C8D064B0FF82B215C725B4D5B0F3A62B5C426893B78F6636B80A068D0031"
3367+
"integrity": "6594EC56505523031DCE4948734B3A840B6B02AB8F50AC2EFBA60CA3A151B51F"
33813368
},
33823369
{
33833370
"description": "OpenDebugAD7 (Linux ARM64)",
3384-
"url": "https://download.visualstudio.microsoft.com/download/pr/db1a8e6a-c2e7-45a6-9ff9-95fbca2140eb/6976810e40d473c01fbeef0007724e3c/linux-arm64.zip",
3371+
"url": "https://download.visualstudio.microsoft.com/download/pr/8bec3403-fc69-49ab-ae04-abf260ae1d81/ec8a27111cf71b9cc38afeac6d371afd/linux-arm64.zip",
33853372
"platforms": [
33863373
"linux"
33873374
],
@@ -3391,11 +3378,11 @@
33913378
"binaries": [
33923379
"./debugAdapters/bin/OpenDebugAD7"
33933380
],
3394-
"integrity": "FC1A72EF745EB47A688C23A3CCA9B3099A9B0ABAC45AA22DA60BEB589DE0757B"
3381+
"integrity": "2E1D8F435CF4DF9C63B584AD132A54F0C3702B531C7208FDC00810F714415FA0"
33953382
},
33963383
{
33973384
"description": "OpenDebugAD7 (Alpine Linux x64)",
3398-
"url": "https://download.visualstudio.microsoft.com/download/pr/db1a8e6a-c2e7-45a6-9ff9-95fbca2140eb/f536f6270266082d58232b0a6cd9c6c5/linux-musl-x64.zip",
3385+
"url": "https://download.visualstudio.microsoft.com/download/pr/8bec3403-fc69-49ab-ae04-abf260ae1d81/d48c2023dda15f926fcb3883e608be26/linux-musl-x64.zip",
33993386
"platforms": [
34003387
"alpine-linux"
34013388
],
@@ -3405,11 +3392,11 @@
34053392
"binaries": [
34063393
"./debugAdapters/bin/OpenDebugAD7"
34073394
],
3408-
"integrity": "0256DDDB3383F14D86EB8F7BF1C13636B542D888E4EF1CFC8709316870C5FFDC"
3395+
"integrity": "74C1AABD91FE3E3D02ADE6EEAC94A788BD4B309281595B02563E658A8F4A96AF"
34093396
},
34103397
{
34113398
"description": "OpenDebugAD7 (macOS x64)",
3412-
"url": "https://download.visualstudio.microsoft.com/download/pr/db1a8e6a-c2e7-45a6-9ff9-95fbca2140eb/40a9ab53927f802ae9b1b5ed5b17d886/osx-x64.zip",
3399+
"url": "https://download.visualstudio.microsoft.com/download/pr/8bec3403-fc69-49ab-ae04-abf260ae1d81/368ecdd16d233a1dfd7cdbf09dc9801f/osx-x64.zip",
34133400
"platforms": [
34143401
"darwin"
34153402
],
@@ -3419,7 +3406,7 @@
34193406
"binaries": [
34203407
"./debugAdapters/bin/OpenDebugAD7"
34213408
],
3422-
"integrity": "C2F326AE29670D1A5626D53FC450BFDF8D5F79CF5B9E89D8C3D2A0059CAC7768"
3409+
"integrity": "D0D23C00763225F749A1495C1E9A1A70726E2EC8A0B72A695FEC231A41E739E9"
34233410
},
34243411
{
34253412
"description": "LLDB-MI (macOS Mojave and higher)",
@@ -3452,7 +3439,7 @@
34523439
},
34533440
{
34543441
"description": "Visual Studio Windows Debugger",
3455-
"url": "https://go.microsoft.com/fwlink/?linkid=2167539",
3442+
"url": "https://go.microsoft.com/fwlink/?linkid=2169833",
34563443
"platforms": [
34573444
"win32"
34583445
],
@@ -3463,11 +3450,11 @@
34633450
"binaries": [
34643451
"./debugAdapters/vsdbg/bin/vsdbg.exe"
34653452
],
3466-
"integrity": "3E71A1FDD78FBD9FD46ADEE0DF1283349363078B273CAE765978ACF1BA9C2DB1"
3453+
"integrity": "0C36EB31D90EC6FE5BFBD02D62222A7FE8E5BD7D238D9DD086BAAEA66C74FF16"
34673454
},
34683455
{
34693456
"description": "Visual Studio Windows ARM64 Debugger",
3470-
"url": "https://go.microsoft.com/fwlink/?linkid=2167648",
3457+
"url": "https://go.microsoft.com/fwlink/?linkid=2169834",
34713458
"platforms": [
34723459
"win32"
34733460
],
@@ -3477,7 +3464,7 @@
34773464
"binaries": [
34783465
"./debugAdapters/vsdbg/bin/vsdbg.exe"
34793466
],
3480-
"integrity": "698BA3D45B925F998AACE9ED387ADE4927FFE569860408570FD074DD0CD56252"
3467+
"integrity": "7DBD8F522420703AA85435A779CAC29B8226A8B92236BEF27AA41E84E4973458"
34813468
}
34823469
]
3483-
}
3470+
}

0 commit comments

Comments
 (0)