Skip to content

Commit 377896c

Browse files
authored
Merge pull request #10846 from microsoft/main
Merge for 1.15.3
2 parents 98f13a6 + 13893fb commit 377896c

18 files changed

+1204
-486
lines changed

Extension/.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ module.exports = {
1919
"rules": {
2020
"@typescript-eslint/adjacent-overload-signatures": "error",
2121
"@typescript-eslint/array-type": "error",
22+
"@typescript-eslint/await-thenable": "error",
2223
"camelcase": "off",
2324
"@typescript-eslint/naming-convention": [
2425
"error",
@@ -43,6 +44,7 @@ module.exports = {
4344
],
4445
"@typescript-eslint/no-for-in-array": "error",
4546
"@typescript-eslint/no-misused-new": "error",
47+
"@typescript-eslint/no-misused-promises": "error",
4648
"@typescript-eslint/no-namespace": "error",
4749
"@typescript-eslint/no-non-null-assertion": "error",
4850
"@typescript-eslint/no-extra-non-null-assertion": "error",

Extension/CHANGELOG.md

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

3+
## Version 1.15.3: March 20, 2023
4+
### Bug Fix
5+
* Fix handling of sccache and clcache. [#7616](https://github.com/microsoft/vscode-cpptools/issues/7616)
6+
* Fix an undefined reference regression. [PR #10824](https://github.com/microsoft/vscode-cpptools/pull/10824)
7+
* Fix bugs with the "Configure IntelliSense" button. [#10810](https://github.com/microsoft/vscode-cpptools/issues/10810), [#10822](https://github.com/microsoft/vscode-cpptools/issues/10822), [#10827](https://github.com/microsoft/vscode-cpptools/issues/10827)
8+
39
## Version 1.15.2: March 12, 2023
410
### Enhancements
511
* Add a "Configure IntelliSense" status bar warning. [#10685](https://github.com/microsoft/vscode-cpptools/issues/10685)

0 commit comments

Comments
 (0)