Skip to content

Commit 437d9b3

Browse files
authored
Merge pull request #7223 from microsoft/1_3_0_insiders2
1.3.0-insiders2 merge
2 parents d942d64 + 0139274 commit 437d9b3

File tree

18 files changed

+90
-70
lines changed

18 files changed

+90
-70
lines changed

Extension/CHANGELOG.md

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

3+
## Version 1.3.0-insiders2: March 25, 2021
4+
## Bug Fixes
5+
* Fix a spurious asterisk being inserted on a new line if the previous line starts with an asterisk. [#5733](https://github.com/microsoft/vscode-cpptools/issues/5733)
6+
* Fix random crashes of cpptools-srv during shutdown. [#7161](https://github.com/microsoft/vscode-cpptools/issues/7161)
7+
* Change `C_Cpp.autocompleteAddParentheses` to be false by default. [#7199](https://github.com/microsoft/vscode-cpptools/issues/7199)
8+
* Fix auto add parentheses incorrectly occurring with template methods. [#7203](https://github.com/microsoft/vscode-cpptools/issues/7203)
9+
* Fix auto adding parentheses incorrectly occurring with type names. [#7209](https://github.com/microsoft/vscode-cpptools/issues/7209)
10+
311
## Version 1.3.0-insiders: March 18, 2021
412
## Enhancements
513
* Add parentheses to function calls with autocomplete. [#882](https://github.com/microsoft/vscode-cpptools/issues/882)

Extension/cpptools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"recursiveIncludes": 100,
55
"gotoDefIntelliSense": 100,
66
"enhancedColorization": 100,
7-
"minimumVSCodeVersion": "1.52.0"
7+
"minimumVSCodeVersion": "1.53.0"
88
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,5 @@
207207
"failed_to_query_for_standard_version": "未能在路径 \"{0}\" 处查询编译器以获得默认标准版本。已对此编译器禁用编译器查询。",
208208
"unrecognized_language_standard_version": "编译器查询返回了无法识别的语言标准版本。将改用受支持的最新版本。",
209209
"intellisense_process_crash_detected": "检测到 IntelliSense 进程崩溃。",
210-
"return_values_label": "Return values:"
210+
"return_values_label": "返回值:"
211211
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,5 @@
207207
"failed_to_query_for_standard_version": "無法查詢位於路徑 \"{0}\" 的編譯器預設標準版本。已停用此編譯器的編譯器查詢。",
208208
"unrecognized_language_standard_version": "編譯器查詢傳回無法辨識的語言標準版本。將改用支援的最新版本。",
209209
"intellisense_process_crash_detected": "偵測到 IntelliSense 流程損毀。",
210-
"return_values_label": "Return values:"
210+
"return_values_label": "傳回值:"
211211
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,5 @@
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": "Return values:"
210+
"return_values_label": "Návratové hodnoty:"
211211
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,5 @@
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": "Return values:"
210+
"return_values_label": "Rückgabewerte:"
211211
}

Extension/i18n/esn/src/nativeStrings.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,5 @@
207207
"failed_to_query_for_standard_version": "No se pudo consultar el compilador en la ruta de acceso \"{0}\" para las versiones estándar predeterminadas. La consulta del compilador está deshabilitada para este.",
208208
"unrecognized_language_standard_version": "La consulta del compilador devolvió una versión estándar del lenguaje no reconocida. En su lugar se usará la última versión admitida.",
209209
"intellisense_process_crash_detected": "Se ha detectado un bloqueo del proceso de IntelliSense.",
210-
"return_values_label": "Return values:"
210+
"return_values_label": "Valores devueltos:"
211211
}

Extension/i18n/fra/src/nativeStrings.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,5 @@
207207
"failed_to_query_for_standard_version": "Échec de l'interrogation du compilateur sur le chemin \"{0}\" pour les versions normalisées par défaut. L'interrogation du compilateur est désactivée pour ce compilateur.",
208208
"unrecognized_language_standard_version": "L'interrogation du compilateur a retourné une version de norme de langage non reconnue. La toute dernière version prise en charge va être utilisée à la place.",
209209
"intellisense_process_crash_detected": "Détection d'un plantage du processus IntelliSense.",
210-
"return_values_label": "Return values:"
210+
"return_values_label": "Valeurs de retour :"
211211
}

Extension/i18n/jpn/src/nativeStrings.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,5 @@
207207
"failed_to_query_for_standard_version": "既定の標準バージョンのパス \"{0}\" でコンパイラをクエリできませんでした。このコンパイラでは、コンパイラのクエリが無効になっています。",
208208
"unrecognized_language_standard_version": "コンパイラ クエリにより、認識されない言語標準バージョンが返されました。代わりに、サポートされている最新のバージョンが使用されます。",
209209
"intellisense_process_crash_detected": "IntelliSense プロセスのクラッシュが検出されました。",
210-
"return_values_label": "Return values:"
210+
"return_values_label": "戻り値:"
211211
}

Extension/i18n/kor/src/nativeStrings.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,5 @@
207207
"failed_to_query_for_standard_version": "기본 표준 버전에 대해 경로 \"{0}\"에서 컴파일러를 쿼리하지 못했습니다. 이 컴파일러에 대해서는 컴파일러 쿼리를 사용할 수 없습니다.",
208208
"unrecognized_language_standard_version": "컴파일러 쿼리에서 인식할 수 없는 언어 표준 버전을 반환했습니다. 지원되는 최신 버전이 대신 사용됩니다.",
209209
"intellisense_process_crash_detected": "IntelliSense 프로세스 크래시가 감지되었습니다.",
210-
"return_values_label": "Return values:"
210+
"return_values_label": "반환 값:"
211211
}

0 commit comments

Comments
 (0)