Skip to content

Commit 3e8df13

Browse files
authored
Update changelog for 0.30.0-insiders3 (#5992)
* Update changelog for 0.30.0-insiders3 * Update TPN.
1 parent 5743471 commit 3e8df13

File tree

2 files changed

+97
-4
lines changed

2 files changed

+97
-4
lines changed

Extension/CHANGELOG.md

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

3+
## Version 0.30.0-insiders3: August 20, 2020
4+
### New Features
5+
* Support for running the extension on Linux arm64/aarch64 devices, using remoting. [#2506](https://github.com/microsoft/vscode-cpptools/issues/2506), [#5969](https://github.com/microsoft/vscode-cpptools/issues/5969)
6+
* Add support for vcFormat settings in `.editorconfig` files. [PR #5932](https://github.com/microsoft/vscode-cpptools/pull/5932)
7+
8+
### Enhancements
9+
* Validate crypto signatures of binaries we download. [#5268](https://github.com/microsoft/vscode-cpptools/issues/5268)
10+
* Search for `compilerPath` in the PATH environment variable. [#5908](https://github.com/microsoft/vscode-cpptools/issues/5908)
11+
12+
### Bug Fixes
13+
* Fix compiler probing when relative paths are used in `compile_commands.json`. [#5848](https://github.com/microsoft/vscode-cpptools/issues/5848)
14+
* Fix IntelliSense failures with gcc 10.2 headers with C++20. [#5897](https://github.com/microsoft/vscode-cpptools/issues/5897), [#5973](https://github.com/microsoft/vscode-cpptools/issues/5973)
15+
* Fix a regression introduced in a previous insiders in which additional format on-type characters were introduced when using clang-format. These on-type characters have been reverted, when using clang-format. [#5962](https://github.com/microsoft/vscode-cpptools/issues/5962)
16+
317
## Version 0.30.0-insiders2: August 11, 2020
418
### Bug Fixes
519
* Fix vcFormat setting default values. [#5907](https://github.com/microsoft/vscode-cpptools/issues/5907)

Extension/ThirdPartyNotices.txt

Lines changed: 83 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,31 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
327327
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
328328

329329

330+
-------------------------------------------------------------------
331+
332+
-------------------------------------------------------------------
333+
334+
lru-cache 4.1.5 - ISC
335+
https://github.com/isaacs/node-lru-cache#readme
336+
Copyright (c) Isaac Z. Schlueter and Contributors
337+
338+
The ISC License
339+
340+
Copyright (c) Isaac Z. Schlueter and Contributors
341+
342+
Permission to use, copy, modify, and/or distribute this software for any
343+
purpose with or without fee is hereby granted, provided that the above
344+
copyright notice and this permission notice appear in all copies.
345+
346+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
347+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
348+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
349+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
350+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
351+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
352+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
353+
354+
330355
-------------------------------------------------------------------
331356

332357
-------------------------------------------------------------------
@@ -429,6 +454,31 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
429454
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
430455

431456

457+
-------------------------------------------------------------------
458+
459+
-------------------------------------------------------------------
460+
461+
sigmund 1.0.1 - ISC
462+
https://github.com/isaacs/sigmund#readme
463+
Copyright (c) Isaac Z. Schlueter and Contributors
464+
465+
The ISC License
466+
467+
Copyright (c) Isaac Z. Schlueter and Contributors
468+
469+
Permission to use, copy, modify, and/or distribute this software for any
470+
purpose with or without fee is hereby granted, provided that the above
471+
copyright notice and this permission notice appear in all copies.
472+
473+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
474+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
475+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
476+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
477+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
478+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
479+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
480+
481+
432482
-------------------------------------------------------------------
433483

434484
-------------------------------------------------------------------
@@ -697,7 +747,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
697747

698748
-------------------------------------------------------------------
699749

700-
debug 3.1.0 - MIT
750+
debug 3.2.6 - MIT
701751
https://github.com/visionmedia/debug#readme
702752
Copyright (c) 2014 TJ Holowaychuk <[email protected]>
703753
Copyright (c) 2014-2017 TJ Holowaychuk <[email protected]>
@@ -727,7 +777,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
727777

728778
-------------------------------------------------------------------
729779

730-
debug 3.2.6 - MIT
780+
debug 3.1.0 - MIT
731781
https://github.com/visionmedia/debug#readme
732782
Copyright (c) 2014 TJ Holowaychuk <[email protected]>
733783
Copyright (c) 2014-2017 TJ Holowaychuk <[email protected]>
@@ -815,6 +865,35 @@ Copyright (c) Microsoft Corporation.
815865
SOFTWARE
816866

817867

868+
-------------------------------------------------------------------
869+
870+
-------------------------------------------------------------------
871+
872+
editorconfig 0.15.3 - MIT
873+
https://github.com/editorconfig/editorconfig-core-js#readme
874+
Copyright (c) 2012 EditorConfig Team
875+
876+
Copyright © 2012 EditorConfig Team
877+
878+
Permission is hereby granted, free of charge, to any person obtaining a copy
879+
of this software and associated documentation files (the “Software”), to deal
880+
in the Software without restriction, including without limitation the rights
881+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
882+
copies of the Software, and to permit persons to whom the Software is
883+
furnished to do so, subject to the following conditions:
884+
885+
The above copyright notice and this permission notice shall be included in
886+
all copies or substantial portions of the Software.
887+
888+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
889+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
890+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
891+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
892+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
893+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
894+
THE SOFTWARE.
895+
896+
818897
-------------------------------------------------------------------
819898

820899
-------------------------------------------------------------------
@@ -1016,7 +1095,7 @@ THE SOFTWARE.
10161095

10171096
-------------------------------------------------------------------
10181097

1019-
ms 2.1.2 - MIT
1098+
ms 2.0.0 - MIT
10201099
https://github.com/zeit/ms#readme
10211100
Copyright (c) 2016 Zeit, Inc.
10221101

@@ -1047,7 +1126,7 @@ SOFTWARE.
10471126

10481127
-------------------------------------------------------------------
10491128

1050-
ms 2.0.0 - MIT
1129+
ms 2.1.2 - MIT
10511130
https://github.com/zeit/ms#readme
10521131
Copyright (c) 2016 Zeit, Inc.
10531132

0 commit comments

Comments
 (0)