Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfcd84dd

Browse files
updating fwlinks and changelog for 1.2.1 (microsoft#6960)
* update fwlinks* update changelog* change date to 16th
1 parentdfd4970 commitfcd84dd

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

‎Extension/CHANGELOG.md‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
#C/C++ for Visual Studio Code Change Log
22

3-
##Version 1.2.1: February10, 2021
3+
##Version 1.2.1: February16, 2021
44
###Bug Fixes
55
* Fix`Switch Header/Source` in two cases when symlinks are in the path.[#6855](https://github.com/microsoft/vscode-cpptools/issues/6855)
66
* Fix clang-format FixNamespaceComments default.[#6894](https://github.com/microsoft/vscode-cpptools/issues/6894)
77
* Fix an issue with querying certain compilers for system defines and system includes[#6898](https://github.com/microsoft/vscode-cpptools/issues/6898)
88
* Fix an issue preventing detection of default target and default language standard of Cygwin and WSL compilers.[#6902](https://github.com/microsoft/vscode-cpptools/issues/6902)
99
* Fix an issue with detection of Apple Clang.[#6916](https://github.com/microsoft/vscode-cpptools/issues/6916)
1010
* Fix endless memory usage (or a crash) with certain code.[#6940](https://github.com/microsoft/vscode-cpptools/issues/6940)
11+
* Fix "format after newline" with vcFormat.[#6942](https://github.com/microsoft/vscode-cpptools/issues/6942)
12+
* Fix compiler querying with -Xclang and -include-pch arguments.[#6944](https://github.com/microsoft/vscode-cpptools/issues/6944)
13+
* Switch to the signed LLDB-MI on Mac 10.14 or newer with the online vsix.[#6945](https://github.com/microsoft/vscode-cpptools/issues/6945)
1114

1215
##Version 1.2.0: February 2, 2021
1316
###New Features

‎Extension/package.json‎

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2472,7 +2472,7 @@
24722472
"runtimeDependencies": [
24732473
{
24742474
"description":"C/C++ language components (Linux / x86_64)",
2475-
"url":"https://go.microsoft.com/fwlink/?linkid=2153757",
2475+
"url":"https://go.microsoft.com/fwlink/?linkid=2155055",
24762476
"platforms": [
24772477
"linux"
24782478
],
@@ -2483,11 +2483,11 @@
24832483
"./bin/cpptools",
24842484
"./bin/cpptools-srv"
24852485
],
2486-
"integrity":"1C809F5713F3B6F6FF6A1AA0E75D5070D89E0205E6B659D615A0757407D50748"
2486+
"integrity":"FDF8FA4701541B1452E70E21D0612ABAD0755B4CDA43A22F2F64408295ABE3DE"
24872487
},
24882488
{
24892489
"description":"C/C++ language components (Linux / armhf)",
2490-
"url":"https://go.microsoft.com/fwlink/?linkid=2153855",
2490+
"url":"https://go.microsoft.com/fwlink/?linkid=2155056",
24912491
"platforms": [
24922492
"linux"
24932493
],
@@ -2498,11 +2498,11 @@
24982498
"./bin/cpptools",
24992499
"./bin/cpptools-srv"
25002500
],
2501-
"integrity":"8B8525039346122A5B7F3B7D6B6925E619A2F911BB53ACC0D7D06AFB4A80E2AB"
2501+
"integrity":"E0D0074697142568720D11A340AB30E31F07A7A4CEDA5E46A2C26E16F5CF1B09"
25022502
},
25032503
{
25042504
"description":"C/C++ language components (Linux / aarch64)",
2505-
"url":"https://go.microsoft.com/fwlink/?linkid=2153756",
2505+
"url":"https://go.microsoft.com/fwlink/?linkid=2155054",
25062506
"platforms": [
25072507
"linux"
25082508
],
@@ -2513,23 +2513,23 @@
25132513
"./bin/cpptools",
25142514
"./bin/cpptools-srv"
25152515
],
2516-
"integrity":"0A1CE4B8DD444FD7DCE1094D53F361D0B8AB20D892DDE790F770936F87405BAC"
2516+
"integrity":"5D7E1813226F1C222CF1E458F30C6BDBCB3ECEDCCCA624A76E1C6A8EDA7DD8AB"
25172517
},
25182518
{
25192519
"description":"C/C++ language components (OS X)",
2520-
"url":"https://go.microsoft.com/fwlink/?linkid=2153758",
2520+
"url":"https://go.microsoft.com/fwlink/?linkid=2154885",
25212521
"platforms": [
25222522
"darwin"
25232523
],
25242524
"binaries": [
25252525
"./bin/cpptools",
25262526
"./bin/cpptools-srv"
25272527
],
2528-
"integrity":"7253C3B91D3B7087D230CCD21EF16610474542BC884CD4DC0F707F48DE2AAADD"
2528+
"integrity":"6F44267C13A946FD3A47B9F697D69104A70817D355CDD75DFEFCA28C234DAEC2"
25292529
},
25302530
{
25312531
"description":"C/C++ language components (Windows)",
2532-
"url":"https://go.microsoft.com/fwlink/?linkid=2153759",
2532+
"url":"https://go.microsoft.com/fwlink/?linkid=2155057",
25332533
"platforms": [
25342534
"win32"
25352535
],
@@ -2541,11 +2541,11 @@
25412541
"./bin/cpptools.exe",
25422542
"./bin/cpptools-srv.exe"
25432543
],
2544-
"integrity":"3614AB57187079BE8E10A9488E2EC4DC5260B14789AA9491FA10F3E75A6AAAE7"
2544+
"integrity":"68FB052A6F26A6E3287DAF7DBE4B2EDC9AC7EDAC3CFEFA91D709E466E5E97436"
25452545
},
25462546
{
25472547
"description":"C/C++ language components (Windows ARM64)",
2548-
"url":"https://go.microsoft.com/fwlink/?linkid=2153854",
2548+
"url":"https://go.microsoft.com/fwlink/?linkid=2155058",
25492549
"platforms": [
25502550
"win32"
25512551
],
@@ -2556,7 +2556,7 @@
25562556
"./bin/cpptools.exe",
25572557
"./bin/cpptools-srv.exe"
25582558
],
2559-
"integrity":"5565BD73EB7E08D209EE765F74164DF84DE2603A57D3A4786442AC68D806768E"
2559+
"integrity":"A9C9EBCFCBB91D8212F912B93CBADFF873126089AF4E74B660EAEB9D91EB0DA7"
25602560
},
25612561
{
25622562
"description":"ClangFormat (Linux / x86_64)",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp