Skip to content

Commit 9d0fc56

Browse files
authored
Update to vscode-cpptools 7.0.3 (#13701)
* Update to vscode-cpptools 7.0.3
1 parent 5f73063 commit 9d0fc56

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Extension/ThirdPartyNotices.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2393,7 +2393,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
23932393

23942394
---------------------------------------------------------
23952395

2396-
vscode-cpptools 6.3.0 - MIT
2396+
vscode-cpptools 7.0.3 - MIT
23972397
https://github.com/Microsoft/vscode-cpptools-api#readme
23982398

23992399
Copyright (c) Microsoft Corporation

Extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/Microsoft/vscode-cpptools.git"
22+
"url": "git+https://github.com/Microsoft/vscode-cpptools.git"
2323
},
2424
"homepage": "https://github.com/Microsoft/vscode-cpptools",
2525
"qna": "https://github.com/Microsoft/vscode-cpptools/issues",
@@ -6619,7 +6619,7 @@
66196619
"shell-quote": "^1.8.1",
66206620
"ssh-config": "^4.4.4",
66216621
"tmp": "^0.2.3",
6622-
"vscode-cpptools": "^6.3.0",
6622+
"vscode-cpptools": "^7.0.3",
66236623
"vscode-languageclient": "^8.1.0",
66246624
"vscode-nls": "^5.2.0",
66256625
"vscode-tas-client": "^0.1.84",

Extension/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5079,10 +5079,10 @@ vinyl@^3.0.0:
50795079
replace-ext "^2.0.0"
50805080
teex "^1.0.1"
50815081

5082-
vscode-cpptools@^6.3.0:
5083-
version "6.3.0"
5084-
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/vscode-cpptools/-/vscode-cpptools-6.3.0.tgz#671243ac977d9a6b4ffdcf0e4090075af60c6051"
5085-
integrity sha1-ZxJDrJd9mmtP/c8OQJAHWvYMYFE=
5082+
vscode-cpptools@^7.0.3:
5083+
version "7.0.3"
5084+
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/vscode-cpptools/-/vscode-cpptools-7.0.3.tgz#102813934fa53034629b6ff4decdcfd35b65b5c6"
5085+
integrity sha1-ECgTk0+lMDRim2/03s3P01tltcY=
50865086

50875087
50885088
version "8.1.0"

0 commit comments

Comments
 (0)