Skip to content

Commit 2137999

Browse files
committed
Merge branch 'main' into seanmcm/1_4_0_insiders3
2 parents 3512a08 + a1044f2 commit 2137999

File tree

34 files changed

+272
-178
lines changed

34 files changed

+272
-178
lines changed

Build/loc/TranslationsImportExport.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ steps:
4141
patVariable: '$(OneLocBuildPat)'
4242
LclSource: lclFilesfromPackage
4343
LclPackageId: 'LCL-JUNO-PROD-VCPP'
44+
lsBuildXLocPackageVersion: '7.0.30510'
4445

4546
- task: CmdLine@2
4647
inputs:

Extension/CHANGELOG.md

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

3+
## Version 1.4.0-insiders3: May 24, 2021
4+
### Enhancements
5+
* Add `private` or `protected` scope labels to class symbols. [#7120](https://github.com/microsoft/vscode-cpptools/issues/7120)
6+
* Improvements to the C++ "Getting Started" walkthrough. [PR #7554](https://github.com/microsoft/vscode-cpptools/pull/7554)
7+
8+
### Bug Fixes
9+
* Fix bitness detection for compilers targeting esp32. [#7034](https://github.com/microsoft/vscode-cpptools/issues/7034)
10+
* Fix issue with cpptools process lingering when no longer needed. [#7262](https://github.com/microsoft/vscode-cpptools/issues/7262)
11+
* Fix enabling of the `ms_extensions` flag for clang on Windows. [#7529](https://github.com/microsoft/vscode-cpptools/issues/7529)
12+
* Fix `autocompleteAddParentheses` with no argument const/non-const overloads and deduction guides. [#7540](https://github.com/microsoft/vscode-cpptools/issues/7540), [#7541](https://github.com/microsoft/vscode-cpptools/issues/7541)
13+
* Fix clang-format failure on macOS 10.13 or older. [#7561](https://github.com/microsoft/vscode-cpptools/issues/7561)
14+
* Prevent 'Configuration Warnings' output when a custom configuration provider omits optional fields.
15+
* Prevent 'Configuration Warnings' caused by corrections to auto-detected default configuration values.
16+
317
## Version 1.4.0-insiders2: May 17, 2021
418
### New Features
519
* Add a C++ walkthrough to the "Getting Started" page. [#7273](https://github.com/microsoft/vscode-cpptools/issues/7273)
620
* Currently, it's only usable when `"workbench.welcomePage.experimental.extensionContributions": true` is set with VS Code Insiders.
721

822
### Bug Fixes
923
* Fix an incorrect IntelliSense error with object initialization. [#3212](https://github.com/microsoft/vscode-cpptools/issues/3212)
10-
* Fix macros getting undefined when duplicate `#include` are used. [#5182](https://github.com/microsoft/vscode-cpptools/issues/5182], [#7270](https://github.com/microsoft/vscode-cpptools/issues/7270)
24+
* Fix macros getting undefined when duplicate `#include` are used. [#5182](https://github.com/microsoft/vscode-cpptools/issues/5182), [#7270](https://github.com/microsoft/vscode-cpptools/issues/7270)
1125
* Fix IntelliSense crash with `#pragma GCC target`. [#6698](https://github.com/microsoft/vscode-cpptools/issues/6698), [#7377](https://github.com/microsoft/vscode-cpptools/issues/7377)
1226
* Fix completion at the end of a file. [#7472](https://github.com/microsoft/vscode-cpptools/issues/7472)
1327
* Fix completion of constructors. [#7505](https://github.com/microsoft/vscode-cpptools/issues/7505)

Extension/i18n/chs/src/LanguageServer/client.i18n.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@
3333
"yes.button": "",
3434
"no.button": "",
3535
"configurations.received": "已收到自定义配置:",
36-
"browse.configuration.received": "已收到自定义浏览配置: {0}"
36+
"browse.configuration.received": "已收到自定义浏览配置: {0}",
37+
"no.compilers.found": "No C++ compilers were found on your system. For your platform, we recommend installing {0} using the instructions in the editor.",
38+
"compilers.found": "We found the following C++ compiler(s) on your system:",
39+
"compilers.found.message": "You can specify which compiler to use in your project's IntelliSense Configuration."
3740
}

Extension/i18n/cht/src/LanguageServer/client.i18n.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@
3333
"yes.button": "",
3434
"no.button": "",
3535
"configurations.received": "收到的自訂組態:",
36-
"browse.configuration.received": "收到的自訂瀏覽組態: {0}"
36+
"browse.configuration.received": "收到的自訂瀏覽組態: {0}",
37+
"no.compilers.found": "No C++ compilers were found on your system. For your platform, we recommend installing {0} using the instructions in the editor.",
38+
"compilers.found": "We found the following C++ compiler(s) on your system:",
39+
"compilers.found.message": "You can specify which compiler to use in your project's IntelliSense Configuration."
3740
}

Extension/i18n/csy/src/LanguageServer/client.i18n.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@
3333
"yes.button": "Ano",
3434
"no.button": "Ne",
3535
"configurations.received": "Přijaly se vlastní konfigurace:",
36-
"browse.configuration.received": "Přijala se vlastní konfigurace procházení: {0}"
36+
"browse.configuration.received": "Přijala se vlastní konfigurace procházení: {0}",
37+
"no.compilers.found": "No C++ compilers were found on your system. For your platform, we recommend installing {0} using the instructions in the editor.",
38+
"compilers.found": "We found the following C++ compiler(s) on your system:",
39+
"compilers.found.message": "You can specify which compiler to use in your project's IntelliSense Configuration."
3740
}

Extension/i18n/deu/src/LanguageServer/client.i18n.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@
3333
"yes.button": "Ja",
3434
"no.button": "Nein",
3535
"configurations.received": "Benutzerdefinierte Konfigurationen empfangen:",
36-
"browse.configuration.received": "Benutzerdefinierte Suchkonfiguration empfangen: {0}"
36+
"browse.configuration.received": "Benutzerdefinierte Suchkonfiguration empfangen: {0}",
37+
"no.compilers.found": "No C++ compilers were found on your system. For your platform, we recommend installing {0} using the instructions in the editor.",
38+
"compilers.found": "We found the following C++ compiler(s) on your system:",
39+
"compilers.found.message": "You can specify which compiler to use in your project's IntelliSense Configuration."
3740
}

Extension/i18n/esn/src/LanguageServer/client.i18n.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@
3333
"yes.button": "",
3434
"no.button": "No",
3535
"configurations.received": "Configuraciones personalizadas recibidas:",
36-
"browse.configuration.received": "Configuración de exploración personalizada recibida: {0}"
36+
"browse.configuration.received": "Configuración de exploración personalizada recibida: {0}",
37+
"no.compilers.found": "No C++ compilers were found on your system. For your platform, we recommend installing {0} using the instructions in the editor.",
38+
"compilers.found": "We found the following C++ compiler(s) on your system:",
39+
"compilers.found.message": "You can specify which compiler to use in your project's IntelliSense Configuration."
3740
}

Extension/i18n/fra/src/LanguageServer/client.i18n.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@
3333
"yes.button": "Oui",
3434
"no.button": "Non",
3535
"configurations.received": "Configurations personnalisées reçues :",
36-
"browse.configuration.received": "Configuration de navigation personnalisée reçue : {0}"
36+
"browse.configuration.received": "Configuration de navigation personnalisée reçue : {0}",
37+
"no.compilers.found": "No C++ compilers were found on your system. For your platform, we recommend installing {0} using the instructions in the editor.",
38+
"compilers.found": "We found the following C++ compiler(s) on your system:",
39+
"compilers.found.message": "You can specify which compiler to use in your project's IntelliSense Configuration."
3740
}

Extension/i18n/ita/src/LanguageServer/client.i18n.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@
3333
"yes.button": "",
3434
"no.button": "No",
3535
"configurations.received": "Configurazioni personalizzate ricevute:",
36-
"browse.configuration.received": "La configurazione di esplorazione personalizzata è stata ricevuta: {0}"
36+
"browse.configuration.received": "La configurazione di esplorazione personalizzata è stata ricevuta: {0}",
37+
"no.compilers.found": "No C++ compilers were found on your system. For your platform, we recommend installing {0} using the instructions in the editor.",
38+
"compilers.found": "We found the following C++ compiler(s) on your system:",
39+
"compilers.found.message": "You can specify which compiler to use in your project's IntelliSense Configuration."
3740
}

Extension/i18n/jpn/src/LanguageServer/client.i18n.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@
3333
"yes.button": "はい",
3434
"no.button": "いいえ",
3535
"configurations.received": "カスタム構成を受信しました:",
36-
"browse.configuration.received": "カスタムの参照構成を受信しました: {0}"
36+
"browse.configuration.received": "カスタムの参照構成を受信しました: {0}",
37+
"no.compilers.found": "No C++ compilers were found on your system. For your platform, we recommend installing {0} using the instructions in the editor.",
38+
"compilers.found": "We found the following C++ compiler(s) on your system:",
39+
"compilers.found.message": "You can specify which compiler to use in your project's IntelliSense Configuration."
3740
}

0 commit comments

Comments
 (0)