Skip to content

Commit 4e22b65

Browse files
Merge pull request #7302 from microsoft/mimatias/insiders4
1.3.0-insiders4
2 parents 33eb2f6 + 1ab60bc commit 4e22b65

37 files changed

+196
-29
lines changed

Extension/CHANGELOG.md

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

3+
## Version 1.3.0-insiders4: April 6, 2021
4+
### New Features
5+
* Add native language service binaries for ARM64 Mac. [#6595](https://github.com/microsoft/vscode-cpptools/issues/6595)
6+
7+
### Enhancements
8+
* Add auto-closing of include completion brackets. [#7054](https://github.com/microsoft/vscode-cpptools/issues/7054)
9+
* Add a `C_Cpp.files.exclude` setting, which is identical to `files.exclude` except items aren't excluded from the Explorer view. [PR #7285](https://github.com/microsoft/vscode-cpptools/pull/7285)
10+
11+
### Bug Fixes
12+
* Fix directory iteration to check files.exclude and symlinks and use less memory. [#3123](https://github.com/microsoft/vscode-cpptools/issues/3123), [#4206](https://github.com/microsoft/vscode-cpptools/issues/4206), [#6864](https://github.com/microsoft/vscode-cpptools/issues/6864)
13+
* Fix bug with placement new on Windows with gcc mode. [#6246](https://github.com/microsoft/vscode-cpptools/issues/6246)
14+
* Fix `GoToNextDirectiveInGroup` command for multiroot. [#7283](https://github.com/microsoft/vscode-cpptools/issues/7283)
15+
* Fix field requirements for custom configurations. [PR #7295](https://github.com/microsoft/vscode-cpptools/pull/7295)
16+
* Fix integrity hash checking of downloaded packages for the extension. [PR #7300](https://github.com/microsoft/vscode-cpptools/pull/7300)
17+
318
## Version 1.3.0-insiders3: April 1, 2021
419
### New Features
520
* Add commands for navigating to matching preprocessor directives in conditional groups. [#7256](https://github.com/microsoft/vscode-cpptools/pull/7256)

Extension/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ The extension has platform-specific binary dependencies, therefore installation
5454
`cpptools-linux.vsix` | Linux 64-bit
5555
`cpptools-linux-armhf.vsix` | Linux ARM 32-bit
5656
`cpptools-linux-aarch64.vsix` | Linux ARM 64-bit
57-
`cpptools-osx.vsix` | macOS
57+
`cpptools-osx.vsix` | macOS 64-bit
58+
`cpptools-osx-arm64.vsix` | macOS ARM64
5859
`cpptools-win32.vsix` | Windows 64-bit & 32-bit
5960
`cpptools-win-arm64.vsix` | Windows ARM64
6061
`cpptools-linux32.vsix` | Linux 32-bit ([available up to version 0.27.0](https://github.com/microsoft/vscode-cpptools/issues/5346))

Extension/i18n/chs/package.i18n.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
"c_cpp.command.vcpkgClipboardInstallSuggested.title": "将 vcpkg 安装命令复制到剪贴板",
2424
"c_cpp.command.vcpkgOnlineHelpSuggested.title": "访问 vcpkg 帮助页",
2525
"c_cpp.command.generateEditorConfig.title": "从 VC 格式设置生成 EditorConfig 内容",
26+
"c_cpp.command.GoToNextDirectiveInGroup.title": "Go to next preprocessor directive in conditional group",
27+
"c_cpp.command.GoToPrevDirectiveInGroup.title": "Go to previous preprocessor directive in conditional group",
2628
"c_cpp.configuration.formatting.description": "配置格式化引擎",
2729
"c_cpp.configuration.formatting.clangFormat.description": "将使用 clang-format 设置代码的格式。",
2830
"c_cpp.configuration.formatting.vcFormat.description": "将使用 Visual C++ 格式设置引擎来设置代码的格式。",

Extension/i18n/chs/src/nativeStrings.i18n.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,10 @@
207207
"failed_to_query_for_standard_version": "未能在路径 \"{0}\" 处查询编译器以获得默认标准版本。已对此编译器禁用编译器查询。",
208208
"unrecognized_language_standard_version": "编译器查询返回了无法识别的语言标准版本。将改用受支持的最新版本。",
209209
"intellisense_process_crash_detected": "检测到 IntelliSense 进程崩溃。",
210-
"return_values_label": "返回值:"
210+
"return_values_label": "返回值:",
211+
"nvcc_compiler_not_found": "Unable to locate nvcc compiler: {0}",
212+
"nvcc_host_compiler_not_found": "Unable to locate nvcc host compiler: {0}",
213+
"invoking_nvcc": "Invoking nvcc with command line: {0}",
214+
"nvcc_host_compile_command_not_found": "Unable to find host compile command in output of nvcc.",
215+
"unable_to_locate_forced_include": "Unable to locate forced include: {0}"
211216
}

Extension/i18n/cht/package.i18n.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
"c_cpp.command.vcpkgClipboardInstallSuggested.title": "將 vcpkg 安裝命令複製到剪貼簿",
2424
"c_cpp.command.vcpkgOnlineHelpSuggested.title": "瀏覽 vcpkg 說明頁面",
2525
"c_cpp.command.generateEditorConfig.title": "從 VC 格式設定產生 EditorConfig 內容",
26+
"c_cpp.command.GoToNextDirectiveInGroup.title": "Go to next preprocessor directive in conditional group",
27+
"c_cpp.command.GoToPrevDirectiveInGroup.title": "Go to previous preprocessor directive in conditional group",
2628
"c_cpp.configuration.formatting.description": "選擇格式設定引擎",
2729
"c_cpp.configuration.formatting.clangFormat.description": "將使用 clang-format 來格式化程式碼。",
2830
"c_cpp.configuration.formatting.vcFormat.description": "將使用 Visual C++ 格式化引擎來格式化程式碼。",

Extension/i18n/cht/src/nativeStrings.i18n.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,10 @@
207207
"failed_to_query_for_standard_version": "無法查詢位於路徑 \"{0}\" 的編譯器預設標準版本。已停用此編譯器的編譯器查詢。",
208208
"unrecognized_language_standard_version": "編譯器查詢傳回無法辨識的語言標準版本。將改用支援的最新版本。",
209209
"intellisense_process_crash_detected": "偵測到 IntelliSense 流程損毀。",
210-
"return_values_label": "傳回值:"
210+
"return_values_label": "傳回值:",
211+
"nvcc_compiler_not_found": "Unable to locate nvcc compiler: {0}",
212+
"nvcc_host_compiler_not_found": "Unable to locate nvcc host compiler: {0}",
213+
"invoking_nvcc": "Invoking nvcc with command line: {0}",
214+
"nvcc_host_compile_command_not_found": "Unable to find host compile command in output of nvcc.",
215+
"unable_to_locate_forced_include": "Unable to locate forced include: {0}"
211216
}

Extension/i18n/csy/package.i18n.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
"c_cpp.command.vcpkgClipboardInstallSuggested.title": "Zkopírovat příkaz pro instalaci vcpkg do schránky",
2424
"c_cpp.command.vcpkgOnlineHelpSuggested.title": "Navštívit stránku nápovědy k vcpkg",
2525
"c_cpp.command.generateEditorConfig.title": "Vygenerovat obsah EditorConfig z nastavení formátu VC",
26+
"c_cpp.command.GoToNextDirectiveInGroup.title": "Go to next preprocessor directive in conditional group",
27+
"c_cpp.command.GoToPrevDirectiveInGroup.title": "Go to previous preprocessor directive in conditional group",
2628
"c_cpp.configuration.formatting.description": "Nakonfiguruje nástroj formátování textu.",
2729
"c_cpp.configuration.formatting.clangFormat.description": "K formátování kódu se použije clang-format.",
2830
"c_cpp.configuration.formatting.vcFormat.description": "K formátování kódu se použije nástroj formátování textu Visual C++.",

Extension/i18n/csy/src/nativeStrings.i18n.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,10 @@
207207
"failed_to_query_for_standard_version": "Nepovedlo se dotázat kompilátor na cestě {0} na výchozí standardní verze. Dotazování je pro tento kompilátor zakázané.",
208208
"unrecognized_language_standard_version": "Dotaz na kompilátor vrátil nerozpoznanou standardní verzi jazyka. Místo ní se použije nejnovější podporovaná verze.",
209209
"intellisense_process_crash_detected": "Zjistilo se chybové ukončení procesu IntelliSense.",
210-
"return_values_label": "Návratové hodnoty:"
210+
"return_values_label": "Návratové hodnoty:",
211+
"nvcc_compiler_not_found": "Unable to locate nvcc compiler: {0}",
212+
"nvcc_host_compiler_not_found": "Unable to locate nvcc host compiler: {0}",
213+
"invoking_nvcc": "Invoking nvcc with command line: {0}",
214+
"nvcc_host_compile_command_not_found": "Unable to find host compile command in output of nvcc.",
215+
"unable_to_locate_forced_include": "Unable to locate forced include: {0}"
211216
}

Extension/i18n/deu/package.i18n.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
"c_cpp.command.vcpkgClipboardInstallSuggested.title": "vcpkg-Installationsbefehl in Zwischenablage kopieren",
2424
"c_cpp.command.vcpkgOnlineHelpSuggested.title": "vcpkg-Hilfeseite aufrufen",
2525
"c_cpp.command.generateEditorConfig.title": "EditorConfig-Inhalte aus VC-Formateinstellungen generieren",
26+
"c_cpp.command.GoToNextDirectiveInGroup.title": "Go to next preprocessor directive in conditional group",
27+
"c_cpp.command.GoToPrevDirectiveInGroup.title": "Go to previous preprocessor directive in conditional group",
2628
"c_cpp.configuration.formatting.description": "Konfiguriert das Formatierungsmodul.",
2729
"c_cpp.configuration.formatting.clangFormat.description": "Zum Formatieren von Code wird \"clang-format\" verwendet.",
2830
"c_cpp.configuration.formatting.vcFormat.description": "Das Visual C++-Formatierungsmodul wird zum Formatieren von Code verwendet.",

Extension/i18n/deu/src/nativeStrings.i18n.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,10 @@
207207
"failed_to_query_for_standard_version": "Der Compiler im Pfad \"{0}\" konnte nicht nach standardmäßigen Standardversionen abgefragt werden. Die Compilerabfrage ist für diesen Compiler deaktiviert.",
208208
"unrecognized_language_standard_version": "Die Compilerabfrage hat eine unbekannte Sprachstandardversion zurückgegeben. Stattdessen wird die neueste unterstützte Version verwendet.",
209209
"intellisense_process_crash_detected": "IntelliSense-Prozessabsturz erkannt.",
210-
"return_values_label": "Rückgabewerte:"
210+
"return_values_label": "Rückgabewerte:",
211+
"nvcc_compiler_not_found": "Unable to locate nvcc compiler: {0}",
212+
"nvcc_host_compiler_not_found": "Unable to locate nvcc host compiler: {0}",
213+
"invoking_nvcc": "Invoking nvcc with command line: {0}",
214+
"nvcc_host_compile_command_not_found": "Unable to find host compile command in output of nvcc.",
215+
"unable_to_locate_forced_include": "Unable to locate forced include: {0}"
211216
}

0 commit comments

Comments
 (0)