Skip to content

Commit f786306

Browse files
authored
Merge pull request #13168 from microsoft/seanmcm/cherryPick1_23_4
Cherry-pick for 1.23.4
2 parents 6026c84 + 0c2862c commit f786306

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

Extension/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# C/C++ for Visual Studio Code Changelog
22

3-
## Version 1.23.4: January 16, 2025
3+
## Version 1.23.4: January 21, 2025
44
### Bug Fixes
55
* Fix a couple bugs with `.editorConfig` handling. [PR #13140](https://github.com/microsoft/vscode-cpptools/pull/13140)
66
* Fix a bug when processing a file with invalid multi-byte sequences. [#13150](https://github.com/microsoft/vscode-cpptools/issues/13150)
@@ -9,6 +9,7 @@
99
* Update clang-format and clang-tidy from 19.1.6 to 19.1.7.
1010
* Update vsdbg from 17.12.10729.1 to 17.13.20115.1.
1111
* Fix `libiconv.dll` not being signed on Windows.
12+
* Fix incorrect GB2312 decoding on Linux.
1213

1314
## Version 1.23.3: January 9, 2025
1415
### Enhancements

Extension/ThirdPartyNotices.txt

+12-12
Original file line numberDiff line numberDiff line change
@@ -762,10 +762,9 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
762762

763763
---------------------------------------------------------
764764

765-
@microsoft/1ds-core-js 4.3.3 - MIT
765+
@microsoft/applicationinsights-channel-js 3.3.3 - LGPL-2.1-or-later AND LicenseRef-scancode-generic-cla AND MIT
766766
https://github.com/microsoft/ApplicationInsights-JS#readme
767767

768-
copyright Microsoft 2018
769768
Copyright (c) Microsoft Corporation
770769
Copyright (c) Microsoft and contributors
771770
Copyright (c) NevWare21 Solutions LLC and contributors
@@ -792,17 +791,14 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
792791
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
793792
SOFTWARE.
794793

794+
795795
---------------------------------------------------------
796796

797797
---------------------------------------------------------
798798

799-
@microsoft/1ds-post-js 4.3.3 - MIT
799+
@microsoft/applicationinsights-common 3.3.3 - LGPL-2.1-or-later AND LicenseRef-scancode-generic-cla AND MIT
800800
https://github.com/microsoft/ApplicationInsights-JS#readme
801801

802-
copyright Microsoft 2018
803-
copyright Microsoft 2020
804-
copyright Microsoft 2018-2020
805-
copyright Microsoft 2022 Simple
806802
Copyright (c) Microsoft Corporation
807803
Copyright (c) Microsoft and contributors
808804
Copyright (c) NevWare21 Solutions LLC and contributors
@@ -829,11 +825,12 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
829825
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
830826
SOFTWARE.
831827

828+
832829
---------------------------------------------------------
833830

834831
---------------------------------------------------------
835832

836-
@microsoft/applicationinsights-channel-js 3.3.3 - MIT
833+
@microsoft/applicationinsights-core-js 3.3.3 - LGPL-2.1-or-later AND LicenseRef-scancode-generic-cla AND MIT
837834
https://github.com/microsoft/ApplicationInsights-JS#readme
838835

839836
Copyright (c) Microsoft Corporation
@@ -867,9 +864,10 @@ SOFTWARE.
867864

868865
---------------------------------------------------------
869866

870-
@microsoft/applicationinsights-common 3.3.3 - MIT
867+
@microsoft/1ds-core-js 4.3.3 - MIT
871868
https://github.com/microsoft/ApplicationInsights-JS#readme
872869

870+
copyright Microsoft 2018
873871
Copyright (c) Microsoft Corporation
874872
Copyright (c) Microsoft and contributors
875873
Copyright (c) NevWare21 Solutions LLC and contributors
@@ -896,14 +894,17 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
896894
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
897895
SOFTWARE.
898896

899-
900897
---------------------------------------------------------
901898

902899
---------------------------------------------------------
903900

904-
@microsoft/applicationinsights-core-js 3.3.3 - MIT
901+
@microsoft/1ds-post-js 4.3.3 - MIT
905902
https://github.com/microsoft/ApplicationInsights-JS#readme
906903

904+
copyright Microsoft 2018
905+
copyright Microsoft 2020
906+
copyright Microsoft 2018-2020
907+
copyright Microsoft 2022 Simple
907908
Copyright (c) Microsoft Corporation
908909
Copyright (c) Microsoft and contributors
909910
Copyright (c) NevWare21 Solutions LLC and contributors
@@ -930,7 +931,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
930931
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
931932
SOFTWARE.
932933

933-
934934
---------------------------------------------------------
935935

936936
---------------------------------------------------------

0 commit comments

Comments
 (0)