Skip to content

Commit 4d80ef3

Browse files
authored
Merge pull request #7691 from microsoft/main
Minor changes. (#7690)
2 parents 8ea76a7 + 8e0074e commit 4d80ef3

File tree

3 files changed

+4
-23
lines changed

3 files changed

+4
-23
lines changed

Extension/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Fix incorrect localization translations.
1313
* jogo- (@jogo-) [PR #7625](https://github.com/microsoft/vscode-cpptools/pull/7625)
1414
* Fix `autocompleteAddParentheses` for some template argument deduction cases. [#7626](https://github.com/microsoft/vscode-cpptools/issues/7626)
15-
* Fix some incorrect IntelliSense errors. [#6639](https://github.com/microsoft/vscode-cpptools/issues/6639], [#7630](https://github.com/microsoft/vscode-cpptools/issues/7630)
15+
* Fix some incorrect IntelliSense errors. [#6639](https://github.com/microsoft/vscode-cpptools/issues/6639), [#7630](https://github.com/microsoft/vscode-cpptools/issues/7630)
1616
* Change references of "OS X" to "macOS".
1717
* Tyler Davis (@TylerADavis) [PR #7636](https://github.com/microsoft/vscode-cpptools/pull/7636)
1818
* Prevent the root path from being added to the `browse.path`. [#7648](https://github.com/microsoft/vscode-cpptools/issues/7648)

Extension/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2790,7 +2790,8 @@
27902790
"yargs-parser": "^15.0.1",
27912791
"y18n": "^5.0.5",
27922792
"hosted-git-info": "^3.0.8",
2793-
"browserslist": "^4.16.6"
2793+
"browserslist": "^4.16.6",
2794+
"glob-parent": "^5.1.2"
27942795
},
27952796
"runtimeDependencies": [
27962797
{

Extension/yarn.lock

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2504,22 +2504,7 @@ git-config-path@^2.0.0:
25042504
resolved "https://registry.yarnpkg.com/git-config-path/-/git-config-path-2.0.0.tgz#62633d61af63af4405a5024efd325762f58a181b"
25052505
integrity sha512-qc8h1KIQbJpp+241id3GuAtkdyJ+IK+LIVtkiFTRKRrmddDzs3SI9CvP1QYmWBFvm1I/PWRwj//of8bgAc0ltA==
25062506

2507-
glob-parent@^3.1.0:
2508-
version "3.1.0"
2509-
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae"
2510-
integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=
2511-
dependencies:
2512-
is-glob "^3.1.0"
2513-
path-dirname "^1.0.0"
2514-
2515-
glob-parent@^5.0.0:
2516-
version "5.1.0"
2517-
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.0.tgz#5f4c1d1e748d30cd73ad2944b3577a81b081e8c2"
2518-
integrity sha512-qjtRgnIVmOfnKUE3NJAQEdk+lKrxfw8t5ke7SXtfMTHcjsBfOfWXCQfdb30zfDoZQ2IRSIiidmjtbHZPZ++Ihw==
2519-
dependencies:
2520-
is-glob "^4.0.1"
2521-
2522-
glob-parent@^5.1.0, glob-parent@~5.1.0:
2507+
glob-parent@^3.1.0, glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@^5.1.2, glob-parent@~5.1.0:
25232508
version "5.1.2"
25242509
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
25252510
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -4189,11 +4174,6 @@ pascalcase@^0.1.1:
41894174
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
41904175
integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
41914176

4192-
path-dirname@^1.0.0:
4193-
version "1.0.2"
4194-
resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0"
4195-
integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=
4196-
41974177
path-exists@^2.0.0:
41984178
version "2.1.0"
41994179
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b"

0 commit comments

Comments
 (0)