Skip to content

Commit 64de2af

Browse files
authored
Update changelog and integrity hashes. (#6447)
1 parent 646c3e5 commit 64de2af

File tree

2 files changed

+28
-52
lines changed

2 files changed

+28
-52
lines changed

Extension/CHANGELOG.md

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

3-
## Version 1.1.0-insiders4: November 3, 2020
4-
### Bug Fixes
5-
* Show the compiler path in the `Build and Debug Active File` dropdown. [#4278](https://github.com/microsoft/vscode-cpptools/issues/4278)
6-
* Allow the debug configuration to wait for the preLaunchTask to complete before continuing on and resolving environment variables or processes that may have been set in the 'tasks.json'. [#5287](https://github.com/microsoft/vscode-cpptools/issues/5287)
7-
* Fixed "F5" to choose the correct build task. [#6375](https://github.com/microsoft/vscode-cpptools/issues/6375)
8-
* Fix multiroot workspace tag parsing when `compileCommands` is set. [#6383](https://github.com/microsoft/vscode-cpptools/issues/6383)
9-
* Fix extra tabs appearing in the cppbuild terminal output. [PR #6384](https://github.com/microsoft/vscode-cpptools/pull/6384)
10-
* Fix Windows SDK detection on ARM64. [#6391](https://github.com/microsoft/vscode-cpptools/issues/6391)
11-
* Fix mingw32 compilers not being detected. [#6394](https://github.com/microsoft/vscode-cpptools/issues/6394)
12-
* Fix cl.exe path detection with non-default install locations on ARM64. [#6397](https://github.com/microsoft/vscode-cpptools/issues/6397)
13-
* Various bug fixes for vcFormat. [PR #6408](https://github.com/microsoft/vscode-cpptools/pull/6408)
14-
* debugServerPath is not used in 1.1.0-insiders3 if miDebuggerServerAddress is not specified. [#6411](https://github.com/microsoft/vscode-cpptools/issues/6411)
15-
* [MIEngine PR #1070](https://github.com/microsoft/MIEngine/pull/1070)
16-
* 1.1.0-insiders3: Setup commands do not work when attaching [#6417](https://github.com/microsoft/vscode-cpptools/issues/6417)
17-
* [MIEngine PR #1072](https://github.com/microsoft/MIEngine/pull/1072)
18-
* Fix issue causing zh-cn and zh-tw language files not to be used. [PR #6418](https://github.com/microsoft/vscode-cpptools/pull/6418)
19-
* Fix issue causing some localized messages to be displayed incorrectly.
20-
* Fixed issue with shipping an older version of vsdbg in offline packages.
21-
22-
## Version 1.1.0-insiders3: October 22, 2020
3+
## Version 1.1.0: November 5, 2020
234
### New Features
245
* Add language server support for Windows ARM64 (no debugging yet). [#5583](https://github.com/microsoft/vscode-cpptools/issues/5583)
256
* [cppdbg] Debugger Protocol Updates:
267
* ReadMemoryRequest [PR MIEngine#1028](https://github.com/microsoft/MIEngine/pull/1028)
278
* ModulesRequest and ModuleEvent [PR MIEngine#1054](https://github.com/microsoft/MIEngine/pull/1054)
289
* [cppdbg] Support new SourceFileMap schema [PR #6319](https://github.com/microsoft/vscode-cpptools/pull/6319)
2910

30-
### Enhancements
31-
* Add `intelliSenseUpdateDelay` setting. [#6142](https://github.com/microsoft/vscode-cpptools/issues/6142)
32-
* YuTengjing (@tjx666) [PR #6344](https://github.com/microsoft/vscode-cpptools/pull/6344)
33-
* [cppdbg] Stepping out of a function will display '$ReturnValue'.
34-
* @Trass3r [PR MIEngine#1036](https://github.com/microsoft/MIEngine/pull/1036)
35-
* [cppdbg] Support composite expressions in natvis ArrayItems
36-
* @Trass3r [PR MIEngine#1044](https://github.com/microsoft/MIEngine/pull/1044)
37-
38-
### Bug Fixes
39-
* Fix incorrect signature help active argument with multiple template parameters. [#4786](https://github.com/microsoft/vscode-cpptools/issues/4786)
40-
* Fix changes to some `c_cpp_properties.json` properties not taking effect (until a reload) if `compileCommands` is set. [#6332](https://github.com/microsoft/vscode-cpptools/issues/6332)
41-
* Fix compiler querying when `compileCommands` is used with a file name with spaces. [#6339](https://github.com/microsoft/vscode-cpptools/issues/6339)
42-
* Fix issue with compiler querying not handling various clang command line options correctly. [6359](https://github.com/microsoft/vscode-cpptools/issues/6356)
43-
* Fix issue where std change warnings were not generated if IntelliSense mode was not set.
44-
* Fix issue macOS Framework search to only parse the "Current" framework folder when the "Headers" folder is not found. [#2046](https://github.com/microsoft/vscode-cpptools/issues/2046)
45-
* Fix issue to not overwrite the compiler options and args when building from a custom defined task. [#6366](https://github.com/microsoft/vscode-cpptools/issues/6366)
46-
47-
## Version 1.1.0-insiders2: October 15, 2020
48-
### Bug Fixes
49-
* Fix `Build and Debug Active File` race condition with EngineLogs. [#6304](https://github.com/microsoft/vscode-cpptools/pull/6304)
50-
* Prevent configuration warnings from stealing focus. [#6308](https://github.com/microsoft/vscode-cpptools/issues/6308)
51-
* Fix `/std:c++latest` downgrading to `/std:c++17` when set via `compilerArgs` with cl.exe. [#6323](https://github.com/microsoft/vscode-cpptools/issues/6323)
52-
* Fix `cStandard` not being used. [#6324](https://github.com/microsoft/vscode-cpptools/issues/6324)
53-
54-
## Version 1.1.0-insiders: October 13, 2020
5511
### Enhancements
5612
* Add support to run c/cpp build tasks. [#3674](https://github.com/microsoft/vscode-cpptools/issues/3674), [#5270](https://github.com/microsoft/vscode-cpptools/issues/5270), [#5285](https://github.com/microsoft/vscode-cpptools/issues/5285)
5713
* Tasks: Configure Task
5814
* Tasks: Run Build Task
5915
* C/C++: Build and debug active file.
6016
* Add logging around compiler probing, and the "C/C++ Configuration Warnings" output channel. [#5259](https://github.com/microsoft/vscode-cpptools/issues/5259)
6117
* Add compile commands info to Log Diagnostics. [#5761](https://github.com/microsoft/vscode-cpptools/issues/5761)
18+
* Add `intelliSenseUpdateDelay` setting. [#6142](https://github.com/microsoft/vscode-cpptools/issues/6142)
19+
* YuTengjing (@tjx666) [PR #6344](https://github.com/microsoft/vscode-cpptools/pull/6344)
6220
* Enable support for specifying a compiler by only the filename if it's in the environment path. [#6179](https://github.com/microsoft/vscode-cpptools/issues/6179)
6321
* Restart the IntelliSense process if its memory usage exceeds the `C_Cpp.intelliSenseMemoryLimit` setting. [#6230](https://github.com/microsoft/vscode-cpptools/issues/6230)
22+
* [cppdbg] Stepping out of a function will display '$ReturnValue'.
23+
* @Trass3r [PR MIEngine#1036](https://github.com/microsoft/MIEngine/pull/1036)
24+
* [cppdbg] Support composite expressions in natvis ArrayItems
25+
* @Trass3r [PR MIEngine#1044](https://github.com/microsoft/MIEngine/pull/1044)
6426
* Add handling of the "-ansi" compiler arg when querying gcc/clang compilers.
6527
* Add support for inferring the IntelliSenseMode based on the "--target" compiler arg.
6628
* Add support for inferring the C standard based on new c11/c17 language standard args for cl.exe.
6729
* Allow custom config providers to omit IntelliSenseMode and C/C++ language standard, enabling them to be inferred from the `compilerPath` and `compilerArgs`.
6830

6931
### Bug Fixes
32+
* Change macOS Framework searching to only parse the "Current" framework folder when the "Headers" folder is not found. [#2046](https://github.com/microsoft/vscode-cpptools/issues/2046)
33+
* Show the compiler path in the `Build and Debug Active File` dropdown. [#4278](https://github.com/microsoft/vscode-cpptools/issues/4278)
34+
* Fix incorrect signature help active argument with multiple template parameters. [#4786](https://github.com/microsoft/vscode-cpptools/issues/4786)
35+
* Fix bug with directories not getting created for browse.databaseFilename. [#5181](https://github.com/microsoft/vscode-cpptools/issues/5181)
36+
* Allow the debug configuration to wait for the preLaunchTask to complete before continuing on and resolving environment variables or processes that may have been set in the 'tasks.json'. [#5287](https://github.com/microsoft/vscode-cpptools/issues/5287)
37+
* Change the Windows SDK detection to require the shared, ucrt, and um folders. [#5817](https://github.com/microsoft/vscode-cpptools/issues/5817)
7038
* Fix issues with IntelliSense for clang-cl.exe. [#6075](https://github.com/microsoft/vscode-cpptools/issues/6075)
7139
* Fix "Comments are not permitted in JSON" error when `c_cpp_properties.json` is open but not active. [#6132](https://github.com/microsoft/vscode-cpptools/issues/6132)
7240
* Rename the C language standard setting values from c18 and gnu18 to c17 and gnu17. [#6105](https://github.com/microsoft/vscode-cpptools/issues/6105)
@@ -76,10 +44,18 @@
7644
* Fix incorrect formatting results when clang-format removes duplicate includes. [#6205](https://github.com/microsoft/vscode-cpptools/issues/6205)
7745
* Fix a case where the main process could get stuck. [#6207](https://github.com/microsoft/vscode-cpptools/issues/6207)
7846
* Fix C files being treated as C++ files with compile_commands.json. [#6279](https://github.com/microsoft/vscode-cpptools/issues/6279)
79-
* Fix issues with the handling of the standard version for clang-cl.exe.
47+
* Fix `Build and Debug Active File` race condition with EngineLogs. [#6304](https://github.com/microsoft/vscode-cpptools/pull/6304)
48+
* Fix changes to some `c_cpp_properties.json` properties not taking effect (until a reload) if `compileCommands` is set. [#6332](https://github.com/microsoft/vscode-cpptools/issues/6332)
49+
* Fix issue with compiler querying not handling various clang command line options correctly. [6359](https://github.com/microsoft/vscode-cpptools/issues/6356)
50+
* Fix multiroot workspace tag parsing when `compileCommands` is set. [#6383](https://github.com/microsoft/vscode-cpptools/issues/6383)
51+
* Fix mingw32 compilers not being detected. [#6394](https://github.com/microsoft/vscode-cpptools/issues/6394)
52+
* Various bug fixes for vcFormat. [PR #6408](https://github.com/microsoft/vscode-cpptools/pull/6408)
53+
* Fix issue causing zh-cn and zh-tw language files not to be used. [PR #6418](https://github.com/microsoft/vscode-cpptools/pull/6418)
8054
* Fix the handling of various compiler arg pairs when querying compilers.
8155
* Avoid parsing entries in compile_commands.json for file types that we do not support.
8256
* Fixed an issue in which only C or C++ system headers were added to the browse path, rather than both.
57+
* Fix issue causing some localized messages to be displayed incorrectly.
58+
* Fixed issue with shipping an older version of vsdbg in offline packages.
8359

8460
### Other Contributions
8561
* Refactoring provider classes.

Extension/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2425,7 +2425,7 @@
24252425
"./bin/cpptools",
24262426
"./bin/cpptools-srv"
24272427
],
2428-
"integrity": "EE9F56D1F6499B606BAC390505C88C0B5CC749A00B410C67E20269A9F60FA9E4"
2428+
"integrity": "B5030E8762BE43D7864536FE8C8A6253036523D9E0C350750D5874963DA42F2F"
24292429
},
24302430
{
24312431
"description": "C/C++ language components (Linux / armhf)",
@@ -2440,7 +2440,7 @@
24402440
"./bin/cpptools",
24412441
"./bin/cpptools-srv"
24422442
],
2443-
"integrity": "3C37FD864ED5F7CECED0D9487DA3EEEC30A3BA973C9B943A5B93B11960B18761"
2443+
"integrity": "5F0F29B2D59D8453A072D433324C68E0819923AFAC85D0CD1987F7AA275D7516"
24442444
},
24452445
{
24462446
"description": "C/C++ language components (Linux / aarch64)",
@@ -2455,7 +2455,7 @@
24552455
"./bin/cpptools",
24562456
"./bin/cpptools-srv"
24572457
],
2458-
"integrity": "E83B2522E2EC9EE14E0A0E8E95DE1DE1C816A1BED128189C6F4DD8B99D4E4AC9"
2458+
"integrity": "099A94F440BB570B4CDCA07D5FE813657E8B7CBB3915F64C5C8A681DFBB28D3C"
24592459
},
24602460
{
24612461
"description": "C/C++ language components (OS X)",
@@ -2467,7 +2467,7 @@
24672467
"./bin/cpptools",
24682468
"./bin/cpptools-srv"
24692469
],
2470-
"integrity": "5FE3F5D8FB3B05246104BCC76659EA4B1E7F585D6147FB583BAFF561F4907193"
2470+
"integrity": "AEC6509B1667DE9B0C0BF867BB5A3B79F1F47C1B8D5A728C1FD8CA6E9240CEA7"
24712471
},
24722472
{
24732473
"description": "C/C++ language components (Windows)",
@@ -2485,7 +2485,7 @@
24852485
"./bin/cpptools.exe",
24862486
"./bin/cpptools-srv.exe"
24872487
],
2488-
"integrity": "BA67FC5F787552BE73F6613E08D1374FE3E3C3501417CF03E1D871A46DE4224A"
2488+
"integrity": "F67AC16D698FE1F473C857912EBAD38EEB2007E57BF81F7F42CBD01F5B609B94"
24892489
},
24902490
{
24912491
"description": "C/C++ language components (Windows ARM64)",
@@ -2500,7 +2500,7 @@
25002500
"./bin/cpptools.exe",
25012501
"./bin/cpptools-srv.exe"
25022502
],
2503-
"integrity": "BA67FC5F787552BE73F6613E08D1374FE3E3C3501417CF03E1D871A46DE4224A"
2503+
"integrity": "F67AC16D698FE1F473C857912EBAD38EEB2007E57BF81F7F42CBD01F5B609B94"
25042504
},
25052505
{
25062506
"description": "ClangFormat (Linux / x86_64)",

0 commit comments

Comments
 (0)