From 1a2bf6fc4c4d8b46e89771d5f0cbb0bc8d5f403a Mon Sep 17 00:00:00 2001 From: Colen Garoutte-Carson <49173979+Colengms@users.noreply.github.com> Date: Tue, 16 Mar 2021 17:44:59 -0700 Subject: [PATCH] Merge main into insiders (#7180) --- Extension/CHANGELOG.md | 35 ++++-- Extension/ThirdPartyNotices.txt | 39 +++--- Extension/bin/messages/cs/messages.json | 44 ++++--- Extension/bin/messages/de/messages.json | 44 ++++--- Extension/bin/messages/es/messages.json | 44 ++++--- Extension/bin/messages/fr/messages.json | 44 ++++--- Extension/bin/messages/it/messages.json | 44 ++++--- Extension/bin/messages/ja/messages.json | 44 ++++--- Extension/bin/messages/ko/messages.json | 44 ++++--- Extension/bin/messages/pl/messages.json | 42 +++++-- Extension/bin/messages/pt-br/messages.json | 44 ++++--- Extension/bin/messages/ru/messages.json | 44 ++++--- Extension/bin/messages/tr/messages.json | 44 ++++--- Extension/bin/messages/zh-cn/messages.json | 44 ++++--- Extension/bin/messages/zh-tw/messages.json | 44 ++++--- Extension/bin/windows.msvc.arm.json | 6 +- Extension/bin/windows.msvc.arm64.json | 6 +- Extension/bin/windows.msvc.x64.json | 6 +- Extension/bin/windows.msvc.x86.json | 6 +- Extension/i18n/chs/package.i18n.json | 3 +- .../i18n/chs/src/nativeStrings.i18n.json | 3 +- Extension/i18n/cht/package.i18n.json | 1 + .../i18n/cht/src/nativeStrings.i18n.json | 3 +- Extension/i18n/csy/package.i18n.json | 1 + .../i18n/csy/src/nativeStrings.i18n.json | 3 +- Extension/i18n/deu/package.i18n.json | 1 + .../i18n/deu/src/nativeStrings.i18n.json | 3 +- Extension/i18n/esn/package.i18n.json | 1 + .../i18n/esn/src/nativeStrings.i18n.json | 3 +- Extension/i18n/fra/package.i18n.json | 1 + .../i18n/fra/src/nativeStrings.i18n.json | 3 +- Extension/i18n/ita/package.i18n.json | 1 + .../i18n/ita/src/nativeStrings.i18n.json | 3 +- Extension/i18n/jpn/package.i18n.json | 1 + .../i18n/jpn/src/nativeStrings.i18n.json | 3 +- Extension/i18n/kor/package.i18n.json | 1 + .../i18n/kor/src/nativeStrings.i18n.json | 3 +- Extension/i18n/plk/package.i18n.json | 1 + .../i18n/plk/src/nativeStrings.i18n.json | 3 +- Extension/i18n/ptb/package.i18n.json | 1 + .../i18n/ptb/src/nativeStrings.i18n.json | 3 +- Extension/i18n/rus/package.i18n.json | 1 + .../i18n/rus/src/nativeStrings.i18n.json | 3 +- Extension/i18n/trk/package.i18n.json | 1 + .../i18n/trk/src/nativeStrings.i18n.json | 3 +- Extension/package.json | 49 +++++--- Extension/package.nls.json | 1 + .../src/Debugger/configurationProvider.ts | 6 +- Extension/src/Debugger/configurations.ts | 2 +- .../Providers/documentSymbolProvider.ts | 4 + Extension/src/LanguageServer/client.ts | 20 ++- .../src/LanguageServer/configurations.ts | 30 +++-- Extension/src/LanguageServer/settings.ts | 4 +- Extension/src/nativeStrings.json | 6 +- Extension/yarn.lock | 118 ++++++++---------- 55 files changed, 626 insertions(+), 336 deletions(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 16fcc320bd..d61d4daaae 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,14 +1,35 @@ # C/C++ for Visual Studio Code Change Log -## Version 1.2.2-insiders2: February 18, 2021 -### Bug Fixes +## Version 1.3.0-insiders: March 17, 2021 +## Enhancements +* Add parentheses to function calls with autocomplete. [#882](https://github.com/microsoft/vscode-cpptools/issues/882) +* Add support for nodeAddonIncludes with Yarn PnP. + * Mestery (@Mesterry) [PR #7123](https://github.com/microsoft/vscode-cpptools/pull/7123) + +## Bug Fixes +* Fix an issue with stale IntelliSense due to moving or renaming header files. [#3849](https://github.com/microsoft/vscode-cpptools/issues/3849) +* Fix go to definition on large macros. [#4306](https://github.com/microsoft/vscode-cpptools/issues/4306) +* Fix size_t and placement new squiggles with clang on Windows. [#6573](https://github.com/microsoft/vscode-cpptools/issues/6573), [#7106](https://github.com/microsoft/vscode-cpptools/issues/7016) +* Fix an incorrect IntelliSense error squiggle when assigning to std::variant in clang mode. [#6623](https://github.com/microsoft/vscode-cpptools/issues/6623) +* Fix incorrect squiggle with range-v3 library. [#6639](https://github.com/microsoft/vscode-cpptools/issues/6639) +* Fix incorrect squiggle with auto parameters. [#6714](https://github.com/microsoft/vscode-cpptools/issues/6714) +* Add @retval support to the simplified view of doc comments. [#6816](https://github.com/microsoft/vscode-cpptools/issues/6816) +* Fix (reimplement) nested document symbols. [#6830](https://github.com/microsoft/vscode-cpptools/issues/6830), [#7023](https://github.com/microsoft/vscode-cpptools/issues/7023), [#7024](https://github.com/microsoft/vscode-cpptools/issues/7024) +* Fix include completion not working after creating a new header with a non-standard extension until a reload is done. [#6987](https://github.com/microsoft/vscode-cpptools/issues/6987), [#7061](https://github.com/microsoft/vscode-cpptools/issues/7061) +* Fix endless CPU/memory usage in cpptools-srv when certain templated type aliases are used. [#7085](https://github.com/microsoft/vscode-cpptools/issues/7085) +* Fix "No symbols found" sometimes occurring when a document first opens. [#7103](https://github.com/microsoft/vscode-cpptools/issues/7103) +* Fix vcFormat formatting after typing brackets and a newline. [#7125](https://github.com/microsoft/vscode-cpptools/issues/7125) +* Fix a performance bug after formatting a document. [#7159](https://github.com/microsoft/vscode-cpptools/issues/7159) + +## Version 1.2.2: February 25, 2021 +## Bug Fixes +* Fix IntelliSense errors with variable length arrays with C Clang mode. [#6500](https://github.com/microsoft/vscode-cpptools/issues/6500) +* Fix for random IntelliSense communication failures on Mac. [#6809](https://github.com/microsoft/vscode-cpptools/issues/6809), [#6958](https://github.com/microsoft/vscode-cpptools/issues/6958) * Fix an extension activation failure when a non-existent folder exists in the workspace. [#6981](https://github.com/microsoft/vscode-cpptools/issues/6981) +* Fix infinite loops during document symbol processing. [#6988](https://github.com/microsoft/vscode-cpptools/issues/6988), [#7012](https://github.com/microsoft/vscode-cpptools/issues/7012), [#7022](https://github.com/microsoft/vscode-cpptools/issues/7022), [#7025](https://github.com/microsoft/vscode-cpptools/issues/7025) * Fix a regression with handling of -isysroot/--sysroot compiler arguments. [#6992](https://github.com/microsoft/vscode-cpptools/issues/6992) - -## Version 1.2.2-insiders: February 17, 2021 -### Bug Fixes -* Fix for random IntelliSense communication failures on Mac. Potentially fixes: [#6809](https://github.com/microsoft/vscode-cpptools/issues/6809), [#6958](https://github.com/microsoft/vscode-cpptools/issues/6958) -* Potential fix for an "Unable to start the C/C++ language server" error. [#6981](https://github.com/microsoft/vscode-cpptools/issues/6981) +* Fix issue querying certain compilers, including armclang and arm-poky-linux-musleabi-gcc. [7021](https://github.com/microsoft/vscode-cpptools/issues/7021) +* Fix invalid "console" property when generating a "cppdbg" task. [#7048](https://github.com/microsoft/vscode-cpptools/issues/7048) ## Version 1.2.1: February 16, 2021 ### Bug Fixes diff --git a/Extension/ThirdPartyNotices.txt b/Extension/ThirdPartyNotices.txt index c142062803..4c10fe9254 100644 --- a/Extension/ThirdPartyNotices.txt +++ b/Extension/ThirdPartyNotices.txt @@ -1507,7 +1507,7 @@ SOFTWARE. --------------------------------------------------------- -vscode-cpptools 4.0.1 - MIT +vscode-cpptools 5.0.0 - MIT https://github.com/Microsoft/vscode-cpptools-api#readme Copyright (c) Microsoft Corporation. @@ -1708,6 +1708,26 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +--------------------------------------------------------- + +--------------------------------------------------------- + +xmldom 0.5.0 - MIT +https://github.com/xmldom/xmldom + +Copyright 2019 - present Christopher J. Brody +https://github.com/xmldom/xmldom/graphs/contributors Copyright 2012 - 2017 + +Copyright 2019 - present Christopher J. Brody and other contributors, as listed in: https://github.com/xmldom/xmldom/graphs/contributors +Copyright 2012 - 2017 @jindw and other contributors, as listed in: https://github.com/jindw/xmldom/graphs/contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + --------------------------------------------------------- --------------------------------------------------------- @@ -1742,23 +1762,6 @@ SOFTWARE. --------------------------------------------------------- ---------------------------------------------------------- - -xmldom 0.1.31 - MIT OR LGPL-2.0-only -https://github.com/xmldom/xmldom - - -You can choose any one of those: - -The MIT License (MIT): - -link:http://opensource.org/licenses/MIT - -LGPL: -http://www.gnu.org/licenses/lgpl.html - - ---------------------------------------------------------- diff --git a/Extension/bin/messages/cs/messages.json b/Extension/bin/messages/cs/messages.json index 2bac4e98c6..590db54ce6 100644 --- a/Extension/bin/messages/cs/messages.json +++ b/Extension/bin/messages/cs/messages.json @@ -74,7 +74,7 @@ null, null, null, - "operand * musí být ukazatel", + "Operand pro * musí být ukazatel, má ale typ %t.", "argument v makru je prázdný", "tato deklarace nemá třídu úložiště specifikátoru typu", "deklarace parametru nesmí mít inicializátor", @@ -130,8 +130,8 @@ "smyčka je nedosažitelná", "funkce rozsahu bloku může mít jenom externí třídu úložiště", "očekával se znak {", - "Výraz musí být typu ukazatel na třídu.", - "Výraz musí být typu ukazatel na strukturu nebo sjednocení.", + "Výraz musí mít typ ukazatele na třídu, má ale typ %t.", + "Výraz musí mít typ ukazatele na strukturu nebo sjednocení, má ale typ %t.", "očekával se název člena", "očekával se název pole", "%n nemá žádného člena %sq", @@ -141,7 +141,7 @@ "Převzetí adresy bitového pole není povolené.", "příliš moc argumentů ve volání funkce", "nepojmenované parametry prototypů nejsou dovolené, když se používá text", - "Výraz musí být typu ukazatel na objekt.", + "Výraz musí mít typ ukazatele na objekt, má ale typ %t.", "program je moc velký nebo komplikovaný k sestavení", "Hodnota typu %t1 se nedá použít k inicializaci entity typu %t2.", "%n se nedá inicializovat", @@ -152,8 +152,8 @@ "Název typu se nedá znova deklarovat jako parametr.", "Název typedef se nedá znova deklarovat jako parametr.", "konverze nenulového celého čísla na ukazatel", - "výraz musí mít typ třídy", - "výraz musí mít typ struktury nebo jednoty", + "Výraz musí mít typ třídy, má ale typ %t.", + "Výraz musí mít typ struktury nebo sjednocení, má ale typ %t.", "zastaralý operátor přiřazení", "Zastaralý inicializátor", "Výraz musí být výrazem integrální konstanty.", @@ -392,7 +392,7 @@ "Funkce main se zřejmě nevolala nebo nedošlo k převzetí její adresy.", "Nový inicializátor se nedá specifikovat pro pole.", "Členská funkce %no se nemůže deklarovat mimo svoji třídu.", - "Ukazatel na nekompletní typ třídy není povolený.", + "Ukazatel na nekompletní typ třídy %t není povolený.", "Odkaz na místní proměnnou vnější funkce není povolený.", "Funkce s jedním argumentem se použila pro příponu %sq (anachronizmus).", null, @@ -1670,7 +1670,7 @@ "Kvalifikátor typu není povolený u konstruktoru nebo destruktoru.", "Kvalifikátor typu není povolený u operátoru new a operátoru delete.", "Kvalifikátor typu není povolený u nečlenské funkce.", - "Výraz __assume s vedlejšími účinky se zahodil.", + "Argument pro %s má vedlejší účinky, ale nevyhodnotil se.", "nerozpoznaný druh zdroje Unicode (musí být jedním z UTF-8, UTF-16, UTF-16LE, UTF-16BE): %s", "Znak Unicode se šestnáctkovou hodnotou %s se nedá prezentovat v předzpracovávaném výstupu.", "Požadovaná priorita konstruktoru/destruktoru je rezervovaná pro interní použití.", @@ -2207,7 +2207,7 @@ "Pole initonly se dá modifikovat jenom konstruktorem instance třídy, která ho obsahuje.", "Statické pole initonly se dá modifikovat jenom statickým konstruktorem třídy, která ho obsahuje.", "Členská funkce se vyvolá u kopie pole initonly.", - "Výraz musí být typu popisovač nebo typu ukazatel.", + "Výraz musí mít typ ukazatele nebo popisovače, má ale typ %t.", "Přenosový konstruktor nebo přenosový operátor přiřazení se tady použije ke zkopírování l-hodnoty. To může zničit zdrojový objekt.", "Při výběru člena u obecné entity %[C++/CLI] se musí použít syntaxe \"->\", ne \".\".", "Typ referenční třídy nemůže odvozovat od %t.", @@ -2241,7 +2241,7 @@ "Nezabezpečený operátor reinterpret_cast popisovače", "Argument šablony nemůže odkazovat na parametr obecného typu.", "Seznam výrazů není u této operace dolního indexu povolený. (Operátor čárek nejvyšší úrovně uzavřete do závorek.)", - "Výraz musí být typu pointer-to-object nebo handle-to-%[C++/CLI]-array.", + "Výraz musí být typ ukazatele na objekt nebo popisovače pole %[C++/CLI], má ale typ %t.", "Neznámý atribut", "Člen třídy %[managed] nemůže být typu třídy, která není %[managed].", "Člen třídy, která není %[managed], nemůže být typu referenční třídy nebo třídy rozhraní.", @@ -2682,7 +2682,7 @@ "výraz co_await není povolený uvnitř klauzule catch", "korutina nemůže mít parametr tři tečky", "Povolení funkce constexpr stylu C++14 vyžaduje podporu logických hodnot.", - "funkce constexpr %nd není definovaná", + "Výraz constexpr %nd není definovaný.", "toto volání nejde vyhodnotit, protože cílová funkce %nd není constexpr nebo ještě není úplně definovaná", "poznámka", "Poznámka", @@ -3116,8 +3116,8 @@ null, null, null, - null, - null, + "očekávalo se >>>", + "Nepovedlo se najít deklaraci __cudaPushCallConfiguration. Instalace sady nástrojů CUDA může být poškozená.", "Inicializátor ve stylu C++17 je v tomto režimu nestandardní.", "zachytávání *this je v tomto režimu nestandardní", "Předpona atributu using ve stylu C++17 je v tomto režimu nestandardní.", @@ -3357,5 +3357,21 @@ "vnitřní funkce memcpy-like se pokouší o kopírování netriviálně kopírovatelného typu %t", "vnitřní funkce memcpy-like se pokouší o kopírování částečného objektu", "vnitřní funkce memcpy-like se pokouší o kopírování hranice za polem", - "vnitřní funkce memcpy-like se pokouší o kopírování překrývajících se bajtových rozsahů (místo toho se použije odpovídající operace memmove)" + "vnitřní funkce memcpy-like se pokouší o kopírování překrývajících se bajtových rozsahů (místo toho se použije odpovídající operace memmove)", + "Deklarace typu friend s klauzulí requires na konci musí být definice.", + "Výraz musí mít aritmetický typ nebo typ ukazatele, má ale typ %t.", + "Výraz musí mít aritmetický typ, typ výčtu nebo typ ukazatele, má ale typ %t.", + "Výraz musí mít aritmetický typu, typ nevymezeného výčtu nebo typ ukazatele, má ale typ %t.", + "Výraz musí mít typ ukazatele, má ale typ %t.", + "Operátor -> nebo ->* se používá pro %t namísto typu ukazatele.", + "Nekompletní typ třídy %t není povolený.", + "Nepovedlo se interpretovat rozložení bitů pro tento cíl kompilace.", + "Žádný odpovídající operátor pro operátor IFC %sq", + "Žádná odpovídající konvence volání pro konvenci volání IFC %sq", + "Modul %sq obsahuje nepodporované konstrukce.", + "Nepodporovaná konstrukce IFC: %sq", + "__is_signed už není klíčové slovo.", + "Rozměr pole musí mít konstantní celočíselnou hodnotu bez znaménka.", + "Soubor IFC %sq má nepodporovanou verzi %d1.%d2.", + "Moduly se v tomto režimu nepovolily." ] \ No newline at end of file diff --git a/Extension/bin/messages/de/messages.json b/Extension/bin/messages/de/messages.json index 17551edb5c..98df79223d 100644 --- a/Extension/bin/messages/de/messages.json +++ b/Extension/bin/messages/de/messages.json @@ -74,7 +74,7 @@ null, null, null, - "Der Operand von \"*\" muss ein Zeiger sein.", + "Der Operand \"*\" muss ein Zeiger sein, weist jedoch den Typ \"%t\" auf.", "Das Argument für das Makro ist leer.", "Diese Deklaration hat keine Speicherklasse oder keinen Typspezifizierer.", "Eine Parameterdeklaration darf keinen Initialisierer aufweisen.", @@ -130,8 +130,8 @@ "Die Schleife ist nicht erreichbar.", "Eine Blockbereichsfunktion darf nur eine externe Speicherklasse aufweisen.", "Es wurde eine \"{\" erwartet.", - "Der Ausdruck muss den Typ \"pointer-to-class\" aufweisen.", - "Der Ausdruck muss den Typ \"pointer-to-struct-or-union\" aufweisen.", + "Der Ausdruck muss vom Typ \"Zeiger auf Klasse\" sein, weist jedoch den Typ \"%t\" auf.", + "Der Ausdruck muss vom Typ \"Zeiger auf Struktur oder Union\" sein, weist jedoch den Typ \"%t\" auf.", "Es wurde ein Membername erwartet.", "Es wurde ein Feldname erwartet.", "\"%n\" hat keinen Member \"%sq\".", @@ -141,7 +141,7 @@ "Das Verwenden der Adresse eines Bitfelds ist nicht zulässig.", "Zu viele Argumente im Funktionsaufruf.", "Unbenannte Prototypparameter sind nicht zulässig, wenn Text vorhanden ist.", - "Der Ausdruck muss den Typ \"pointer-to-object\" aufweisen.", + "Der Ausdruck muss vom Typ \"Zeiger auf Objekt\" sein, weist jedoch den Typ \"%t\" auf.", "Das Programm ist zu groß oder zu kompliziert zum Kompilieren.", "Ein Wert vom Typ \"%t1\" kann nicht zum Initialisieren einer Entität vom Typ \"%t2\" verwendet werden.", "%n darf nicht initialisiert werden.", @@ -152,8 +152,8 @@ "Ein Typname darf nicht erneut als Parameter deklariert werden.", "Ein typedef-Name darf nicht erneut als Parameter deklariert werden.", "Konvertierung einer ganzen Zahl, die nicht Null ist, in einen Zeiger", - "Der Ausdruck muss einen Klassentyp aufweisen.", - "Der Ausdruck muss den Typ \"union\" oder \"struct\" aufweisen.", + "Der Ausdruck muss vom Typ \"Klasse\" sein, weist jedoch den Typ \"%t\" auf.", + "Der Ausdruck muss vom Typ \"Struktur\" oder \"Union\" sein, weist jedoch den Typ \"%t\" auf.", "Veralteter Zuweisungsoperator.", "Veralteter Initialisierer.", "Der Ausdruck muss ein integraler Konstantenausdruck sein.", @@ -392,7 +392,7 @@ "Die Main-Funktion darf nicht aufgerufen werden, und ihre Adresse darf nicht verwendet werden.", "Für ein Array darf keine neue Initialisierung angegeben werden.", "Die Memberfunktion \"%no\" darf nicht außerhalb ihrer Klasse neu deklariert werden.", - "Der Klassentyp \"pointer-to-incomplete\" ist nicht zulässig.", + "Der Typ eines Zeigers auf eine unvollständige Klasse (%t) ist nicht zulässig.", "Ein Verweis auf eine lokale Variable der einschließenden Funktion ist nicht zulässig.", "Für Postfix \"%sq\" wird eine Funktion mit einem Argument verwendet (Anachronismus).", null, @@ -1670,7 +1670,7 @@ "Ein Typqualifizierer ist in einem Konstruktor oder Destruktor nicht zulässig.", "Im new- oder delete-Operator ist kein Typqualifizierer zulässig.", "Ein Typqualifizierer ist in einer statischen Nichtmemberfunktion nicht zulässig.", - "Der __assume-Ausdruck mit Nebeneffekten wurde verworfen.", + "Das Argument für \"%s\" weist Nebenwirkungen auf, wird jedoch nicht ausgewertet.", "Unbekannter Unicode-Quelltyp (muss UTF-8, UTF-16, UTF-16LE oder UTF-16BE sein): %s", "Das Unicode-Zeichen mit Hexadezimalwert %s kann in der Vorverarbeitungsausgabe nicht dargestellt werden.", "Die angeforderte Konstruktor-/Destruktorpriorität ist für die interne Verwendung reserviert.", @@ -2207,7 +2207,7 @@ "ein initonly-Feld kann nur vom Instanzkonstruktor der enthaltenden Klasse geändert werden", "ein statisches initonly-Feld kann nur vom statischen Konstruktor der enthaltenden Klasse geändert werden", "die Memberfunktion wird für eine Kopie des initonly-Felds aufgerufen", - "Der Ausdruck muss einen Zeiger- oder Handletyp aufweisen.", + "Der Ausdruck muss einen Zeiger- oder Handletyp aufweisen, ist jedoch vom Typ \"%t\".", "ein Bewegungskonstruktor oder Bewegungszuweisungsoperator wird verwendet, um einen lvalue hierhin zu kopieren, der das Quellobjekt möglicherweise zerstört", "die Memberauswahl in einer generischen %[C++/CLI]-Entität muss die '->'-Syntax anstelle von '.' verwenden", "ein Verweisklassentyp kann nicht von %t abgeleitet werden", @@ -2241,7 +2241,7 @@ "unsicheres reinterpret_cast des Handle", "ein Vorlagenargument darf nicht auf einen generischen Typparameter verweisen", "in diesem Abonnementvorgang ist keine Ausdrucksliste zulässig (Klammern um Kommaoperatoren der obersten Ebene setzen)", - "der Ausdruck muss über einen \"pointer-to-object\"- oder \"handle-to-%[C++/CLI]-array\"-Typ verfügen", + "Der Ausdruck muss vom Typ \"Zeiger auf Objekt\" oder \"Handle für %[C++/CLI]-Array\" sein, weist jedoch den Typ \"%t\" auf.", "unbekanntes Attribut", "ein Member einer %[managed]-Klasse kann kein nicht-%[managed]-Klassentyp sein", "ein Member einer nicht-%[managed]-Klasse kann keinen Verweis- oder Schnittstellenklassentyp aufweisen", @@ -2682,7 +2682,7 @@ "Ein co_await-Ausdruck ist in einer catch-Klausel unzulässig.", "Eine Coroutine darf keinen Parameter \"ellipsis\" aufweisen.", "Für das Aktivieren von \"constexpr\" im C++14-Stil ist Unterstützung für \"bool\" erforderlich.", - "Die constexpr-Funktion \"%nd\" ist nicht definiert.", + "Constexpr \"%nd\" ist nicht definiert.", "Dieser Aufruf kann nicht ausgewertet werden, weil die Zielfunktion \"%nd\" kein \"constexpr\" oder noch nicht vollständig definiert ist.", "Hinweis", "Hinweis", @@ -3116,8 +3116,8 @@ null, null, null, - null, - null, + "Es wurde \">>>\" erwartet.", + "Die __cudaPushCallConfiguration-Deklaration wurde nicht gefunden. Die CUDA Toolkit-Installation ist möglicherweise beschädigt.", "Der Initialisierer im C++17-Stil ist in diesem Modus nicht standardisiert.", "Das Erfassen von *this ist in diesem Modus nicht standardisiert.", "Attributpräfix \"using\" im C++17-Stil ist in diesem Modus nicht standardisiert.", @@ -3357,5 +3357,21 @@ "Ein memcpy-ähnliches systeminternes Objekt versucht, den nicht trivial kopierbaren Typ %t zu kopieren.", "Ein memcpy-ähnliches systeminternes Objekt versucht, ein Teilobjekt zu kopieren.", "Ein memcpy-ähnliches systeminternes Objekt versucht, einen Kopiervorgang über die Arraygrenze hinaus durchzuführen.", - "Ein memcpy-ähnliches systeminternes Objekt versucht, überlappende Bytebereiche (stattdessen mithilfe eines entsprechenden memmove-Vorgangs) zu kopieren." + "Ein memcpy-ähnliches systeminternes Objekt versucht, überlappende Bytebereiche (stattdessen mithilfe eines entsprechenden memmove-Vorgangs) zu kopieren.", + "Eine Frienddeklaration mit einer nachstehenden requires-Klausel muss eine Definition sein.", + "Der Ausdruck muss einen arithmetischen Typ oder einen Zeigertyp aufweisen, ist jedoch vom Typ \"%t\".", + "Der Ausdruck muss einen arithmetischen Typ, einen Enumerationstyp oder einen Zeigertyp aufweisen, ist jedoch vom Typ \"%t\".", + "Der Ausdruck muss einen arithmetischen Typ, einen Enumerationstyp ohne eigenen Gültigkeitsbereich oder einen Zeigertyp aufweisen, ist jedoch vom Typ \"%t\".", + "Der Ausdruck muss vom Typ \"Zeiger\" sein, weist jedoch den Typ \"%t\" auf.", + "Der Operator \"->\" oder \"->*\" wurde auf \"%t\" statt auf einen Zeigertyp angewendet.", + "Der unvollständige Klassentyp \"%t\" ist nicht zulässig.", + "Das Bitlayout für dieses Kompilierungsziel kann nicht interpretiert werden.", + "Kein entsprechender Operator für IFC-Operator \"%sq\".", + "Keine entsprechende Aufrufkonvention für IFC-Aufrufkonvention \"%sq\".", + "Das Modul \"%sq\" enthält nicht unterstützte Konstrukte.", + "Nicht unterstütztes IFC-Konstrukt: %sq", + "\"__is_signed\" kann ab jetzt nicht mehr als Schlüsselwort verwendet werden.", + "Eine Arraydimension muss einen konstanten ganzzahligen Wert ohne Vorzeichen aufweisen.", + "Die IFC-Datei \"%sq\" weist eine nicht unterstützte Version %d1.%d2 auf.", + "Module sind in diesem Modus nicht aktiviert." ] \ No newline at end of file diff --git a/Extension/bin/messages/es/messages.json b/Extension/bin/messages/es/messages.json index e0c6a02075..b3a603b877 100644 --- a/Extension/bin/messages/es/messages.json +++ b/Extension/bin/messages/es/messages.json @@ -74,7 +74,7 @@ null, null, null, - "un operando de '*' debe ser un puntero", + "el operando de \"*\" debe ser un puntero, pero tiene el tipo %t", "el argumento para la macro está vacío", "esta declaración no tiene ningún especificador de tipo o clase de almacenamiento", "una declaración de parámetros no puede tener un inicializador", @@ -130,8 +130,8 @@ "no se puede tener acceso al bucle", "una función de ámbito de bloque solo puede tener una clase de almacenamiento extern", "se esperaba '{'", - "la expresión debe tener un tipo de puntero a clase", - "la expresión debe tener un tipo de puntero a struct o union", + "la expresión debe tener un tipo de puntero a clase, pero tiene el tipo %t", + "la expresión debe tener un tipo de puntero a struct o union, pero tiene el tipo %t", "se esperaba un nombre de miembro", "se esperaba un nombre de campo", "%n no tiene ningún miembro %sq", @@ -141,7 +141,7 @@ "no se permite la aceptación de la dirección de un campo de bits", "hay demasiados argumentos en la llamada a función", "no se permiten parámetros de prototipos sin nombre si aparece un cuerpo", - "la expresión debe tener un tipo de puntero a objeto", + "la expresión debe tener un tipo de puntero a objeto, pero tiene el tipo %t", "el programa es demasiado grande o complicado para compilarlo", "no se puede usar un valor de tipo %t1 para inicializar una entidad de tipo %t2", "%n no se puede inicializar", @@ -152,8 +152,8 @@ "un nombre de tipo no se puede declarar de nuevo como parámetro", "un nombre typedef no se puede declarar de nuevo como parámetro", "conversión de un entero distinto de cero en puntero", - "la expresión debe tener un tipo de clase", - "la expresión debe tener un tipo struct o union", + "la expresión debe tener un tipo de clase, pero tiene el tipo %t", + "la expresión debe tener un tipo struct o union, pero tiene el tipo %t", "operador de asignaciones anticuado", "inicializador anticuado", "la expresión debe ser de tipo constante integral", @@ -392,7 +392,7 @@ "no se puede llamar a la función 'main' ni tomar su dirección", "no se puede especificar un inicializador new para una matriz", "la función miembro %no no se puede declarar de nuevo fuera de su clase", - "no se permite un puntero a un tipo de clase incompleta", + "no se permite un puntero a un tipo %t de clase incompleta", "no se permite una referencia a una variable local de una función de inclusión", "se usó una función de un solo argumento para %sq postfijo (anacronismo)", null, @@ -1670,7 +1670,7 @@ "no se permite un calificador de tipo en un constructor o destructor", "no se permite un calificador de tipo en operator new u operator delete", "no se permite un calificador de tipo en una función que no sea miembro", - "expresión __assume con efectos secundarios descartada", + "el argumento para %s tiene efectos secundarios, pero no se evalúa", "tipo de código fuente Unicode no reconocido (debe ser uno de los siguientes: UTF-8, UTF-16, UTF-16LE o UTF-16BE): %s", "el carácter Unicode con valor hexadecimal %s no se puede representar en la salida de preprocesamiento", "la prioridad de constructor o destructor solicitada está reservada para uso interno", @@ -2207,7 +2207,7 @@ "un campo initonly solo se puede modificar mediante el constructor de instancias de su clase contenedora", "un campo initonly estático solo se puede modificar mediante el constructor estático de su clase contenedora", "la función miembro se invocará en una copia del campo initonly", - "la expresión debe tener un tipo de puntero o identificador", + "la expresión debe tener un tipo de identificador o puntero, pero tiene el tipo %t", "para copiar un valor L aquí, se usa un constructor de movimiento o de asignación de movimiento, lo cual puede destruir el objeto de origen", "la selección de miembros en una entidad genérica de %[C++/CLI] debe usar la sintaxis '->', no '.'", "un tipo de clase ref no se puede derivar de %t", @@ -2241,7 +2241,7 @@ "reinterpret_cast de identificador no seguro", "un argumento de plantilla no puede hacer referencia a un parámetro de tipo genérico", "no se permite una lista de expresiones en esta operación de subíndice (use paréntesis para un operador de coma de nivel superior)", - "la expresión debe tener un tipo 'puntero a objeto' o 'identificador a tipo de matriz %[C++/CLI]'", + "la expresión debe tener un tipo de puntero a objeto o de identificador a tipo de matriz %[C++/CLI], pero tiene el tipo %t", "atributo no reconocido", "un miembro de una clase %[managed] no puede ser de un tipo de clase no %[managed]", "un miembro de una clase no %[managed] no puede tener un tipo de clase ref o interface", @@ -2682,7 +2682,7 @@ "no se permite una expresión co_await dentro de una cláusula catch", "una corrutina no puede tener un parámetro de puntos suspensivos", "para habilitar constexpr como en C++14, se requiere compatibilidad con \"bool\"", - "la función constexpr %nd no está definida", + "el valor constexpr %nd no está definido", "esta llamada no se puede evaluar porque la función %nd de destino no es constexpr o no está totalmente definida aún", "nota", "Nota", @@ -3116,8 +3116,8 @@ null, null, null, - null, - null, + "se esperaba \">>>\"", + "no se encuentra la declaración __cudaPushCallConfiguration. La instalación del kit de herramientas de CUDA puede estar dañada.", "El inicializador de estilo C++17 no es estándar en este modo", "la captura de *this no es estándar en este modo", "El prefijo del atributo \"using\" de estilo C++17 no es estándar en este modo", @@ -3357,5 +3357,21 @@ "intentos intrínsecos de tipo memcpy para copiar el tipo %t que no se puede copiar de forma trivial", "intentos intrínsecos de tipo memcpy para copiar el objeto parcial", "intentos intrínsecos de tipo memcpy para copiar más allá del límite de matriz", - "intentos intrínsecos de tipo memcpy para copiar los intervalos de bytes solapados (con la operación memmove correspondiente en su lugar)" + "intentos intrínsecos de tipo memcpy para copiar los intervalos de bytes solapados (con la operación memmove correspondiente en su lugar)", + "una declaración \"friend\" con una cláusula requires final debe ser una definición", + "la expresión debe tener un tipo aritmético o de puntero, pero tiene el tipo %t", + "la expresión debe tener un tipo aritmético, de enumeración o de puntero, pero tiene el tipo %t", + "la expresión debe tener un tipo aritmético, de enumeración sin ámbito o de puntero, pero tiene el tipo %t", + "la expresión debe tener un tipo de puntero, pero tiene el tipo %t", + "el operador -> o ->* se aplica a %t, en lugar de a un tipo de puntero", + "no se permite un tipo %t de clase incompleta", + "no se puede interpretar el diseño de bits de este destino de compilación", + "no hay ningún operador correspondiente al operador IFC %sq", + "no hay ninguna convención de llamada correspondiente a la convención de llamada IFC %sq", + "el módulo %sq contiene construcciones no admitidas", + "construcción IFC no admitida: %sq", + "__is_signed ya no es una palabra clave a partir de este punto", + "una dimensión de matriz debe tener un valor entero sin signo constante", + "El archivo IFC %sq tiene la versión no compatible %d1.%d2", + "los módulos no están habilitados en este modo" ] \ No newline at end of file diff --git a/Extension/bin/messages/fr/messages.json b/Extension/bin/messages/fr/messages.json index 1e679e6fa9..cae2a4ba8e 100644 --- a/Extension/bin/messages/fr/messages.json +++ b/Extension/bin/messages/fr/messages.json @@ -74,7 +74,7 @@ null, null, null, - "l'opérande de '*' doit être un pointeur", + "l'opérande de '*' doit être un pointeur mais il a le type %t", "l'argument de la macro est vide", "cette déclaration n'a pas de classe de stockage ou de spécificateur de type", "une déclaration de paramètre ne peut pas avoir d'initialiseur", @@ -130,8 +130,8 @@ "boucle inaccessible", "une fonction avec portée de bloc ne peut avoir qu'une classe de stockage externe", "'{' attendu", - "l'expression doit avoir un type pointeur vers classe", - "l'expression doit avoir un type pointeur vers struct ou union", + "l'expression doit avoir un type pointeur vers classe mais elle a le type %t", + "l'expression doit avoir un type pointeur vers struct ou union mais elle a le type %t", "nom de membre attendu", "nom de champ attendu", "%n n'a pas de membre %sq", @@ -141,7 +141,7 @@ "prise d'adresse d'un champ de bits non autorisée", "trop d'arguments dans l'appel de fonction", "paramètres prototypés sans nom non autorisés lorsque le corps est présent", - "l'expression doit avoir un type pointeur vers objet", + "l'expression doit avoir un type pointeur vers objet mais elle a le type %t", "programme trop volumineux ou complexe pour être compilé", "impossible d'utiliser une valeur de type %t1 pour initialiser une entité de type %t2", "impossible d'initialiser %n", @@ -152,8 +152,8 @@ "impossible de redéclarer un nom de type en tant que paramètre", "impossible de redéclarer un nom de typedef en tant que paramètre", "conversion d'entier non nul en pointeur", - "l'expression doit avoir un type classe", - "l'expression doit avoir un type struct ou union", + "l'expression doit avoir un type classe mais elle a le type %t", + "l'expression doit avoir un type struct ou union mais elle a le type %t", "ancien opérateur d'assignation", "ancien initialiseur", "l'expression doit avoir une expression constante intégrale", @@ -392,7 +392,7 @@ "impossible d'appeler la fonction 'main' ou de prendre son adresse", "impossible de spécifier un new-initializer pour un tableau", "impossible de redéclarer la fonction membre %no en dehors de sa classe", - "pointeur vers un type classe incomplète non autorisé", + "le pointeur vers le type classe incomplet %t n'est pas autorisé", "référence à une variable locale de fonction englobante non autorisée", "fonction à argument unique utilisée pour %sq suffixé (anachronisme)", null, @@ -1670,7 +1670,7 @@ "qualificateur de type non autorisé sur un constructeur ou un destructeur", "qualificateur de type non autorisé sur un opérateur new ou un opérateur delete", "qualificateur de type non autorisé sur une fonction non membre", - "expression __assume avec effets secondaires ignorée", + "l'argument de %s a des effets secondaires mais il n'est pas évalué", "genre de source Unicode non reconnu (doit être UTF-8, UTF-16, UTF-16LE ou UTF-16BE) : %s", "le caractère Unicode avec valeur hexadécimale %s n'est pas représentable dans la sortie de prétraitement", "la priorité demandée pour le constructeur/destructeur est réservée pour usage interne", @@ -2207,7 +2207,7 @@ "un champ initonly peut uniquement être modifié par le constructeur d'instance de sa classe conteneur", "un champ initonly statique peut uniquement être modifié par le constructeur statique de sa classe conteneur", "la fonction membre sera appelée sur une copie du champ initonly", - "l'expression doit avoir le type pointeur ou handle", + "l'expression doit avoir un type pointeur ou descripteur mais elle a le type %t", "un constructeur de déplacement ou un opérateur d'assignation de déplacement est utilisé pour copier une lvalue ici, ce qui peut détruire l'objet source", "la sélection de membre sur une entité générique %[C++/CLI] doit utiliser la syntaxe '->', et non pas '.'", "un type de classe ref ne peut pas dériver de %t", @@ -2241,7 +2241,7 @@ "reinterpret_cast de handle non sécurisé", "un argument template ne peut pas faire référence à un paramètre de type générique", "une liste d'expressions n'est pas autorisée dans cette opération d'indice (utilisez des parenthèses autour d'un opérateur virgule de niveau supérieur)", - "l'expression doit avoir un type pointeur vers objet ou handle vers tableau %[C++/CLI]", + "l'expression doit avoir un type pointeur vers objet ou descripteur vers tableau %[C++/CLI] mais elle a le type %t", "attribut non reconnu", "un membre d'une classe %[managed] ne peut pas être d'un type de classe non %[managed]", "un membre d'une classe non %[managed] ne peut pas avoir un type de classe ref ou un type de classe interface", @@ -2682,7 +2682,7 @@ "une expression co_await n'est pas autorisée dans une clause catch", "une coroutine ne peut pas comporter de paramètre ellipse", "l'activation de constexpr en C++14 nécessite la prise en charge de 'bool'", - "la fonction constexpr %nd n'est pas définie", + "constexpr %nd non défini", "impossible d'évaluer cet appel, car la fonction cible %nd n'est pas constexpr ou n'est pas encore complètement définie", "remarque", "Remarque", @@ -3116,8 +3116,8 @@ null, null, null, - null, - null, + "'>>>' attendu", + "la déclaration __cudaPushCallConfiguration est introuvable. L'installation du kit de ressources CUDA est peut-être endommagée.", "l'initialiseur de style C++17 n'est pas standard dans ce mode", "la capture de *this n'est pas standard dans ce mode", "Le préfixe d'attribut 'using' de style C++17 n'est pas standard dans ce mode", @@ -3357,5 +3357,21 @@ "l'intrinsèque de type memcpy tente de copier le type non trivialement copiable %t", "l'intrinsèque de type memcpy tente de copier un objet partiel", "l'intrinsèque de type memcpy tente de copier au-delà de la limite du tableau", - "l'intrinsèque de type memcpy tente de copier des plages d'octets qui se chevauchent (en utilisant plutôt l'opération memmove correspondante)" + "l'intrinsèque de type memcpy tente de copier des plages d'octets qui se chevauchent (en utilisant plutôt l'opération memmove correspondante)", + "une déclaration friend avec une clause requires de fin doit être une définition", + "l'expression doit avoir un type arithmétique ou pointeur mais elle a le type %t", + "l'expression doit avoir un type arithmétique, enum ou pointeur mais elle a le type %t", + "l'expression doit avoir un type arithmétique, enum non délimité ou pointeur mais elle a le type %t", + "l'expression doit avoir un type pointeur mais elle a le type %t", + "opérateur -> ou ->* appliqué à %t au lieu de l'être à un type pointeur", + "le type classe incomplet %t n'est pas autorisé", + "impossible d'interpréter la disposition des bits pour cette cible de compilation", + "aucun opérateur correspondant pour l'opérateur IFC %sq", + "aucune convention d'appel correspondante pour la convention d'appel IFC %sq", + "le module %sq contient des constructions non prises en charge", + "construction IFC non prise en charge : %sq", + "__is_signed n'est plus un mot clé à partir de ce point", + "une dimension de tableau doit avoir une valeur d'entier non signé constante", + "le fichier IFC %sq a une version non prise en charge : %d1.%d2", + "les modules ne sont pas activés dans ce mode" ] \ No newline at end of file diff --git a/Extension/bin/messages/it/messages.json b/Extension/bin/messages/it/messages.json index c405f3928b..93dbe01453 100644 --- a/Extension/bin/messages/it/messages.json +++ b/Extension/bin/messages/it/messages.json @@ -74,7 +74,7 @@ null, null, null, - "l'operando di '*' deve essere un puntatore", + "l'operando di '*' deve essere un puntatore ma il tipo è %t", "l'argomento della macro è vuoto", "questa dichiarazione non include classe di archiviazione o identificatore di tipo", "una dichiarazione di parametro non può includere un inizializzatore", @@ -130,8 +130,8 @@ "ciclo non raggiungibile", "una funzione con ambito blocco può includere solo la classe di archiviazione extern", "previsto '{'", - "l'espressione deve avere il tipo puntatore a classe", - "l'espressione deve avere il tipo puntatore a struttura o unione", + "l'espressione deve essere di tipo puntatore a classe ma il tipo è %t", + "l'espressione deve essere di tipo puntatore a struct o unione ma il tipo è %t", "previsto un nome di membro", "previsto un nome di campo", "%n non include alcun membro %sq", @@ -141,7 +141,7 @@ "impossibile accettare l'indirizzo di un campo di bit", "troppi argomenti nella chiamata di funzione", "impossibile utilizzare parametri con prototipo senza nome quando è presente il corpo", - "l'espressione deve avere il tipo puntatore a oggetto", + "l'espressione deve essere di tipo puntatore a oggetto ma il tipo è %t", "programma troppo grande o complesso per essere compilato", "impossibile utilizzare un valore di tipo %t1 per inizializzare un'entità di tipo %t2", "impossibile inizializzare %n", @@ -152,8 +152,8 @@ "impossibile dichiarare nuovamente un nome di tipo come parametro", "impossibile dichiarare nuovamente un nome di typedef come parametro", "conversione di un numero intero diverso da zero in un puntatore", - "l'espressione deve avere il tipo classe", - "l'espressione deve avere il tipo struttura o unione", + "l'espressione deve essere di tipo classe ma il tipo è %t", + "l'espressione deve essere di tipo struct o unione ma il tipo è %t", "operatore di assegnazione obsoleto", "inizializzatore obsoleto", "l'espressione deve essere un'espressione di costante integrale", @@ -392,7 +392,7 @@ "non è possibile chiamare la funzione 'main' o accettarne l'indirizzo", "impossibile specificare l'inizializzatore new per una matrice", "impossibile dichiarare nuovamente una funzione membro %no all'esterno della relativa classe", - "puntatore a tipo classe incompleto non consentito", + "il puntatore al tipo classe incompleto %t non è consentito", "riferimento a variabile locale della funzione contenitore non consentito", "utilizzata una funzione ad argomento singolo per aggiungere la forma suffissa a %sq (anacronismo)", null, @@ -1670,7 +1670,7 @@ "qualificatore di tipo non consentito in un costruttore o distruttore", "qualificatore di tipo non consentito in operator new o operator delete", "qualificatore di tipo non consentito in una funzione non membro", - "espressione __assume con effetti collaterali eliminata", + "l'argomento di %s ha effetti collaterali ma non è valutato", "tipo di origine Unicode non riconosciuto. Deve essere uno tra UTF-8, UTF-16, UTF-16LE, UTF-16BE: %s", "carattere Unicode con valore esadecimale %s non rappresentabile nell'output di pre-elaborazione", "la priorità del costruttore/distruttore richiesta è riservata per uso interno", @@ -2207,7 +2207,7 @@ "un campo initonly può essere modificato solo dal costruttore istanza della relativa classe che lo contiene", "un campo initonly statico può essere modificato solo dal costruttore statico della relativa classe che lo contiene", "la funzione membro verrà richiamata in una copia del campo initonly", - "l'espressione deve avere il tipo puntatore o handle", + "l'espressione deve essere di tipo puntatore o handle ma il tipo è %t", "un costruttore di spostamento o un operatore di assegnazione spostamento è utilizzato per copiare un lvalue in questo punto; l'operazione potrebbe eliminare in modo permanente l'oggetto di origine", "la selezione del membro in un'entità generica %[C++/CLI] deve utilizzare la sintassi '->' e non '.'", "un tipo classe di riferimento non può derivare da %t", @@ -2241,7 +2241,7 @@ "reinterpret_cast di handle non sicuro", "un argomento del modello non può fare riferimento a un parametro di tipo generico", "un elenco di espressioni non è consentito in questa operazione di pedice (racchiudere tra parentesi l'operatore virgola di primo livello)", - "l'espressione deve avere il tipo puntatore a oggetto o handle a matrice %[C++/CLI]", + "l'espressione deve essere di tipo puntatore a oggetto o handle a matrice %[C++/CLI] ma il tipo è %t", "attributo non riconosciuto", "il membro di una classe %[managed] non può essere di un tipo di classe non-%[managed]", "il membro di una classe non-%[managed] non può avere un tipo di classe di riferimento o un tipo di classe di interfaccia", @@ -2682,7 +2682,7 @@ "un'espressione co_await non è consentita in una clausola catch", "una coroutine non può contenere un parametro con puntini di sospensione", "per abilitare constexpr di tipo C++ 14, è richiesto il supporto per 'bool'", - "la funzione constexpr %nd non è definita", + "la constexpr %nd non è definita", "non è possibile valutare questa chiamata perché la funzione di destinazione %nd non è constexpr oppure non è stata ancora completamente definita", "nota", "Nota", @@ -3116,8 +3116,8 @@ null, null, null, - null, - null, + "è previsto '>>>'", + "non è possibile trovare la dichiarazione di __cudaPushCallConfiguration. L'installazione del toolkit CUDA potrebbe essere danneggiata.", "l'inizializzatore di tipo C++17 non è standard in questa modalità", "l'acquisizione di *this non è standard in questa modalità", "il prefisso dell'attributo di 'using' di tipo C++17 non è standard in questa modalità", @@ -3357,5 +3357,21 @@ "l'intrinseco simile a memcpy prova a copiare il tipo non facilmente copiabile %t", "l'intrinseco simile a memcpy prova a copiare l'oggetto parziale", "l'intrinseco simile a memcpy prova a copiare oltre il limite della matrice", - "l'intrinseco simile a memcpy prova a copiare intervalli di byte sovrapposti (usando invece l'operazione memmove corrispondente)" + "l'intrinseco simile a memcpy prova a copiare intervalli di byte sovrapposti (usando invece l'operazione memmove corrispondente)", + "una dichiarazione friend con una clausola requires finale deve essere una definizione", + "l'espressione deve essere di tipo puntatore o aritmetico ma il tipo è %t", + "l'espressione deve essere di tipo aritmetico, enumerazione o puntatore ma il tipo è %t", + "l'espressione deve essere di tipo aritmetico, enumerazione senza ambito o puntatore ma il tipo è %t", + "l'espressione deve essere di tipo puntatore ma il tipo è %t", + "a %t è stato applicato l'operatore -> o ->* invece di un tipo puntatore", + "il tipo classe incompleto %t non è consentito", + "non è possibile interpretare il layout di bit per questa destinazione di compilazione", + "non esiste alcun operatore corrispondente per l'operatore IFC %sq", + "non esiste alcuna convenzione di chiamata corrispondente per la convenzione di chiamata IFC %sq", + "il modulo %sq contiene costrutti non supportati", + "costrutto IFC non supportato: %sq", + "__is_signed non è più una parola chiave a partire da questo punto", + "una dimensione di matrice deve avere un valore intero senza segno costante", + "il file IFC %sq ha una versione %d1.%d2 non supportata", + "i moduli non sono abilitati in questa modalità" ] \ No newline at end of file diff --git a/Extension/bin/messages/ja/messages.json b/Extension/bin/messages/ja/messages.json index 50fde9df0c..a62deee243 100644 --- a/Extension/bin/messages/ja/messages.json +++ b/Extension/bin/messages/ja/messages.json @@ -74,7 +74,7 @@ null, null, null, - "'*' のオペランドはポインターである必要があります", + "オペランド '*' はポインターである必要がありますが、型 %t が指定されています", "マクロの引数が空です", "この宣言にはストレージ クラスまたは型指定子がありません", "パラメーター宣言に初期化子があってはなりません", @@ -130,8 +130,8 @@ "ループが到達不能です", "block-scope 関数では extern ストレージ クラスのみを使用できます", "'{' が必要です", - "式には pointer-to-class 型が必要です", - "式には pointer-to-struct-or-union 型が必要です", + "式には pointer-to-class 型を使用する必要がありますが、型 %t が使用されています", + "式には pointer-to-struct-or-union 型を使用する必要がありますが、型 %t が使用されています", "メンバー名が必要です", "フィールド名が必要です", "%n にメンバー %sq がありません", @@ -141,7 +141,7 @@ "ビット フィールドのアドレスの取得は許可されていません", "関数呼び出しの引数が多すぎます", "名前のないプロトタイプ パラメーターは、本体が存在する場合には使用できません", - "式には pointer-to-object 型が必要です", + "式には pointer-to-object 型を使用する必要がありますが、型 %t が使用されています", "プログラムが大きすぎるか、複雑すぎてコンパイルできません", "型 %t1 の値を使用して型 %t2 のエンティティを初期化することはできません", "%n は初期化できません", @@ -152,8 +152,8 @@ "型名はパラメーターとして再宣言できません", "typedef 名はパラメーターとして再宣言できません", "0 以外の整数からポインターへの変換", - "式にはクラス型が必要です", - "式には構造体または共用体型が必要です", + "式にはクラス型を使用する必要がありますが、型 %t が使用されています", + "式には構造体または共用体型を使用する必要がありますが、型 %t が使用されています", "古い形式の代入演算子", "古い形式の初期化子", "式は整数定数式である必要があります", @@ -392,7 +392,7 @@ "関数 'main' を呼び出すこと、またはそのアドレスを取得することはできません", "配列に対して新しい初期化子を指定することはできません", "メンバー関数 %no をそのクラスの外側で再宣言することはできません", - "不完全クラス型へのポインターは使用できません", + "不完全クラス型 %t へのポインターは使用できません", "外側の関数のローカル変数への参照は許可されていません", "単一引数関数が後置 %sq に使用されています (旧形式)", null, @@ -1670,7 +1670,7 @@ "コンストラクターまたはデストラクターでは型修飾子は使用できません", "演算子 new または演算子 delete では型修飾子は使用できません", "メンバー以外の関数では型修飾子は使用できません", - "副作用のある __assume 式は破棄されます", + "%s への引数には副作用がありますが未評価です", "認識されない Unicode ソースの種類です (UTF-8、UTF-16、UTF-16LE、または UTF-16BE のいずれかである必要があります): %s", "16 進数値 %s の Unicode 文字が出力の前処理において表示されません", "要求されたコンストラクター/デストラクターの優先順位は内部使用のために予約済みです", @@ -2207,7 +2207,7 @@ "initonly フィールドは、フィールドに含まれているクラスのインスタンス コンストラクターでのみ変更できます", "静的な initonly フィールドは、フィールドに含まれているクラスの静的コンストラクターでのみ変更できます", "initonly フィールドのコピー上でメンバー関数が呼び出されます", - "式にはポインター型またはハンドル型を使用する必要があります", + "式にはポインターまたはハンドル型を使用する必要がありますが、型 %t が使用されています", "ムーブ コンストラクターまたはムーブ代入演算子により左辺値がここにコピーされるため、ソース オブジェクトが破棄される可能性があります", "%[C++/CLI] ジェネリック エンティティでのメンバー選択には、'.' 構文ではなく '->' 構文を使用する必要があります", "ref クラス型は %t から派生することはできません", @@ -2241,7 +2241,7 @@ "ハンドルの安全でない reinterpret_cast", "テンプレート引数はジェネリック型パラメーターを参照できません", "式のリストはこの添字操作で使用できません (トップレベルのコンマ演算子をかっこで囲んでください)", - "式には pointer-to-object 型または handle-to-%[C++/CLI]-array 型が必要です", + "式には pointer-to-object または handle-to-%[C++/CLI]-array 型を使用する必要がありますが、型 %t が使用されています", "識別できない属性です", "%[managed] クラスのメンバーを非 %[managed] クラス型にすることはできません", "非 %[managed] クラスのメンバーは ref クラス型またはインターフェイス クラス型を持つことができません", @@ -2682,7 +2682,7 @@ "co_await 式は catch 句内では使用できません", "コルーチンには省略記号のパラメーターを使用できません", "C++14 スタイルの constexpr を有効にするには、'bool' へのサポートが必要です", - "constexpr 関数 %nd が定義されていません", + "constexpr %nd が定義されていません", "ターゲット関数 %nd が constexpr でない、またはまだ完全に定義されていないため、この呼び出しを評価できません", "メモ", "メモ", @@ -3116,8 +3116,8 @@ null, null, null, - null, - null, + "'>>>' が必要です", + "__cudaPushCallConfiguration 宣言が見つかりません。CUDA Toolkit のインストールが破損しているおそれがあります。", "C++17 スタイルの初期化子はこのモードでは非標準です", "*this のキャプチャはこのモードでは非標準です", "C++17 スタイルの 'using' 属性プレフィックスはこのモードでは非標準です", @@ -3357,5 +3357,21 @@ "memcpy に似た組み込み関数により、普通にコピーすることができない型 %t のコピーが試行されます", "memcpy に似た組み込み関数により、部分的なオブジェクトのコピーが試行されます", "memcpy に似た組み込み関数により、配列の境界を越えたコピーが試行されます", - "memcpy に似た組み込み関数により、重複しているバイト範囲のコピーが (対応する memmove 操作を代わりに使用して) 試行されます" + "memcpy に似た組み込み関数により、重複しているバイト範囲のコピーが (対応する memmove 操作を代わりに使用して) 試行されます", + "後続の Requires 句を含む friend 宣言は定義である必要があります", + "式には算術またはポインター型を使用する必要がありますが、型 %t が使用されています", + "式には演算、列挙、またはポインター型を使用する必要がありますが、型 %t が使用されています", + "式には演算、対象範囲外の列挙、またはポインター型を使用する必要がありますが、型 %t が使用されています", + "式にはポインター型を使用する必要がありますが、型 %t が使用されています", + "演算子 -> または ->* は、ポインター型にではなく %t に適用されます", + "不完全なクラス型 %t は使用できません", + "このコンパイル ターゲットのビット レイアウトを解釈できません。", + "IFC 演算子 %sq に対応する演算子がありません", + "IFC 呼び出し規則 %sq に対応する呼び出し規則がありません", + "モジュール %sq にはサポートされていないコンストラクトが含まれています", + "サポートされていない IFC コンストラクト: %sq", + "__is_signed はこのポイントからキーワードではなくなりました", + "配列の次元には定数の符号なし整数値を指定する必要があります", + "IFC ファイル %sq は、サポートされていないバージョン %d1.%d2 です", + "このモードではモジュールは無効です" ] \ No newline at end of file diff --git a/Extension/bin/messages/ko/messages.json b/Extension/bin/messages/ko/messages.json index 0867b48783..eb453d35ad 100644 --- a/Extension/bin/messages/ko/messages.json +++ b/Extension/bin/messages/ko/messages.json @@ -74,7 +74,7 @@ null, null, null, - "'*'의 피연산자는 포인터여야 합니다.", + "'*'의 피연산자는 포인터여야 하는데 %t 형식이 있음", "매크로에 대한 인수가 비어 있습니다.", "이 선언에는 스토리지 클래스 또는 형식 지정자가 없습니다.", "매개 변수 선언은 이니셜라이저를 가질 수 없습니다.", @@ -130,8 +130,8 @@ "루프에 접근할 수 없습니다.", "블록 범위 함수에는 외부 스토리지 클래스를 하나만 사용할 수 있습니다.", "'{'가 필요합니다.", - "식에 클래스 포인터 형식이 있어야 합니다.", - "식에 구조체 포인터 또는 공용 구조체 포인터 형식이 있어야 합니다.", + "식에 클래스 포인터 형식이 있어야 하는데 %t 형식이 있음", + "식에 구조체 포인터 또는 공용 구조체 포인터 형식이 있어야 하는데 %t 형식이 있음", "멤버 이름이 필요합니다.", "필드 이름이 필요합니다.", "%n에 %sq 멤버가 없습니다.", @@ -141,7 +141,7 @@ "비트 필드의 주소를 가져올 수 없습니다.", "함수 호출에 인수가 너무 많습니다.", "본문이 있는 경우 명명되지 않은 프로토타입 매개 변수를 사용할 수 없습니다.", - "식에 개체 포인터 형식이 있어야 합니다.", + "식에 개체 포인터 형식이 있어야 하는데 %t 형식이 있음", "프로그램이 너무 크거나 복잡하여 컴파일할 수 없습니다.", "%t1 형식의 값을 사용하여 %t2 형식의 엔터티를 초기화할 수 없습니다.", "%n을(를) 초기화할 수 없습니다.", @@ -152,8 +152,8 @@ "형식 이름을 매개 변수로 다시 선언할 수 없습니다.", "typedef 이름을 매개 변수로 다시 선언할 수 없습니다.", "0이 아닌 정수를 포인터로 변환", - "식에 클래스 형식이 있어야 합니다.", - "식에 구조체 또는 공용 구조체 형식이 있어야 합니다.", + "식에 클래스 형식이 있어야 하는데 %t 형식이 있음", + "식에 구조체 또는 공용 구조체 형식이 있어야 하는데 %t 형식이 있음", "더 이상 사용되지 않는 대입 연산자", "더 이상 사용되지 않는 이니셜라이저", "식은 정수 계열 상수 식이어야 합니다.", @@ -392,7 +392,7 @@ "함수 'main'을 호출할 수 없거나 해당 주소를 가져올 수 없습니다.", "배열에 대해 새 이니셜라이저를 지정할 수 없습니다.", "멤버 함수 %no을(를) 해당 클래스 외부에서 다시 선언할 수 없습니다.", - "불완전한 클래스 형식에 대한 포인터는 사용할 수 없습니다.", + "불완전한 클래스 형식 %t에 대한 포인터는 사용할 수 없음", "바깥쪽 함수의 지역 변수에 대한 참조를 사용할 수 없습니다.", "후위 %sq에 단일 인수 함수가 사용되었습니다(오래된 구문).", null, @@ -1670,7 +1670,7 @@ "생성자 또는 소멸자에서 형식 한정자를 사용할 수 없습니다.", "operator new 또는 operator delete에서 형식 한정자를 사용할 수 없습니다.", "비멤버 함수에서 형식 한정자를 사용할 수 없습니다.", - "파생 효과가 있는 __assume 식이 무시되었습니다.", + "%s에 대한 인수는 파생 작업이 있지만 계산되지 않음", "인식할 수 없는 유니코드 소스 종류(UTF-8, UTF-16, UTF-16LE, UTF-16BE 중 하나여야 함): %s", "16진수 값 %s의 유니코드 문자를 전처리 출력에서 표현할 수 없습니다.", "요청된 생성자/소멸자 우선 순위는 내부용으로 예약되어 있습니다.", @@ -2207,7 +2207,7 @@ "initonly 필드는 포함하는 해당 클래스의 인스턴스 생성자에 의해서만 수정될 수 있습니다.", "정적 initonly 필드는 포함하는 해당 클래스의 정적 생성자에 의해서만 수정될 수 있습니다.", "멤버 함수는 initonly 필드의 복사본에서 호출됩니다.", - "식에 포인터 또는 핸들 형식이 있어야 합니다.", + "식에 포인터 또는 핸들 형식이 있어야 하는데 %t 형식이 있음", "이동 생성자 또는 이동 대입 연산자를 사용하여 여기에서 lvalue를 복사할 수 있습니다. 이렇게 하면 소스 개체가 제거될 수 있습니다.", "%[C++/CLI] 제네릭 엔터티의 멤버 선택에는 '.'가 아니라 '->' 구문을 사용해야 합니다.", "ref 클래스 형식은 %t에서 파생될 수 없습니다.", @@ -2241,7 +2241,7 @@ "핸들의 안전하지 않은 reinterpret_cast", "템플릿 인수는 제네릭 형식 매개 변수를 참조할 수 없습니다.", "이 구독 작업에서는 식 목록을 사용할 수 없습니다(최상위 쉼표 연산자를 괄호로 묶기).", - "식은 개체 포인터 또는 %[C++/CLI] 배열 형식에 대한 핸들이어야 합니다.", + "식에 개체 포인터 또는 %[C++/CLI] 배열 핸들 형식이 있어야 하는데 %t 형식이 있음", "인식할 수 없는 특성", "%[managed] 클래스의 멤버는 비 %[managed] 클래스 형식일 수 없습니다.", "비 %[managed] 클래스의 멤버는 ref 클래스 형식 또는 인터페이스 클래스 형식일 수 없습니다.", @@ -2682,7 +2682,7 @@ "co_await 식은 catch 절 내부에 허용되지 않습니다.", "코루틴에는 가변 매개 변수(...)가 있을 수 없습니다.", "C++14-style constexpr을 사용하려면 'bool'을 지원해야 합니다.", - "constexpr 함수 %nd이(가) 정의되지 않았습니다.", + "constexpr %nd이(가) 정의되지 않음", "대상 함수 %nd이(가) constexpr이 아니거나 아직 완전히 정의되지 않아 이 호출을 확인할 수 없습니다.", "참고", "참고", @@ -3116,8 +3116,8 @@ null, null, null, - null, - null, + "'>>>'가 필요함", + "__cudaPushCallConfiguration 선언을 찾을 수 없습니다. CUDA 도구 키트 설치가 손상되어 있을 수 있습니다.", "C++17 스타일 이니셜라이저는 이 모드에서 표준이 아닙니다.", "*this 캡처는 이 모드에서 표준이 아닙니다.", "C++17 스타일 'using' 특성 접두사는 이 모드에서 표준이 아닙니다.", @@ -3357,5 +3357,21 @@ "memcpy 유사 내장이 중요하게 복사 가능한 형식 %t을(를) 복사하려고 시도함", "memcpy 유사 내장이 부분 개체를 복사하려고 시도함", "memcpy 유사 내장이 과거 배열 경계를 복사하려고 시도함", - "memcpy 유사 내장이 겹치는 바이트 범위를 복사하려고 시도함(대신 해당 memmove 작업 사용)" + "memcpy 유사 내장이 겹치는 바이트 범위를 복사하려고 시도함(대신 해당 memmove 작업 사용)", + "trailing-requires 절이 있는 friend 선언이 정의여야 함", + "식에 산술 또는 포인터 형식이 있어야 하는데 %t 형식이 있음", + "식에 산술, 열거형 또는 포인터 형식이 있어야 하는데 %t 형식이 있음", + "식에 산술, 범위가 지정되지 않은 열거형 또는 포인터 형식이 있어야 하는데 %t 형식이 있음", + "식에 포인터 형식이 있어야 하는데 %t 형식이 있음", + "연산자 -> 또는 ->*가 포인터 형식 대신 %t에 적용됨", + "불완전한 클래스 형식 %t을(를) 사용할 수 없음", + "이 컴파일 대상의 비트 레이아웃을 해석할 수 없음", + "IFC 연산자 %sq에 해당하는 연산자가 없음", + "IFC 호출 규칙 %sq에 해당하는 호출 규칙이 없음", + "모듈 %sq에 지원되지 않는 구문이 포함되어 있음", + "지원되지 않는 IFC 구문: %sq", + "__is_signed는 이 시점부터 더 이상 키워드가 아님", + "배열 차원에는 상수인 부호 없는 정수 값이 있어야 함", + "IFC 파일 %sq에 지원되지 않는 버전 %d1.%d2이(가) 있음", + "이 모드에서 모듈을 사용할 수 없음" ] \ No newline at end of file diff --git a/Extension/bin/messages/pl/messages.json b/Extension/bin/messages/pl/messages.json index 413a6b93d5..4ee10edfc8 100644 --- a/Extension/bin/messages/pl/messages.json +++ b/Extension/bin/messages/pl/messages.json @@ -74,7 +74,7 @@ null, null, null, - "argument operacji „*” musi być wskaźnikiem", + "argument „*” musi być wskaźnikiem, ale ma typ %t", "argument makra jest pusty", "ta deklaracja nie zawiera klasy magazynu lub specyfikatora typu", "deklaracja parametru nie może mieć inicjatora", @@ -130,8 +130,8 @@ "pętla jest nieosiągalna", "funkcja o zakresie bloku może mieć tylko klasę magazynu extern", "oczekiwano znaku „{”", - "wyrażenie musi mieć typ wskaźnika do klasy", - "wyrażenie musi mieć typ wskaźnika do struktury lub związku", + "wyrażenie musi mieć typ wskaźnika do klasy, ale ma typ %t", + "wyrażenie musi mieć typ wskaźnika do struktury lub unii, ale ma typ %t", "oczekiwano nazwy składowej", "oczekiwano nazwy pola", "element %n nie ma składowej %sq", @@ -141,7 +141,7 @@ "pobieranie adresu pola bitowego jest niedozwolone", "za dużo argumentów w wywołaniu funkcji", "nienazwane parametry prototypowane są niedozwolone, jeśli występuje zawartość", - "wyrażenie musi mieć typ wskaźnika do obiektu", + "wyrażenie musi mieć typ wskaźnika do obiektu, ale ma typ %t", "program jest za duży lub zbyt skomplikowany, aby go skompilować", "nie można użyć wartości typu %t1 do zainicjowania jednostki typu %t2", "nie można zainicjować elementu %n", @@ -152,8 +152,8 @@ "nazwa typu nie może zostać ponownie zadeklarowana jako parametr", "nazwa typu typedef nie może zostać ponownie zadeklarowana jako parametr", "konwersja niezerowej liczby całkowitej na wskaźnik", - "wyrażenie musi mieć typ klasy", - "wyrażenie musi mieć typ struktury lub związku", + "wyrażenie musi mieć typ klasy, ale ma typ %t", + "wyrażenie musi mieć typ struktury lub unii, ale ma typ %t", "starszy operator przypisania", "przestarzały inicjator", "wyrażenie musi być wyrażeniem stałej całkowitej", @@ -392,7 +392,7 @@ "nie można wywołać funkcji „main” ani pobrać jej adresu", "nie można określić inicjatora new dla tablicy", "nie można ponownie zadeklarować funkcji składowej %no poza jej klasą", - "wskaźnik do niekompletnego typu klasy jest niedozwolony", + "wskaźnik do niekompletnego typu klasy %t jest niedozwolony", "odwołanie do zmiennej lokalnej w otaczającej funkcji jest niedozwolone", "użyto funkcji z jednym argumentem dla przyrostka %sq (anachronizm)", null, @@ -1670,7 +1670,7 @@ "kwalifikator typu jest niedozwolony w konstruktorze lub destruktorze", "kwalifikator typu jest niedozwolony w operatorze new lub delete", "kwalifikator typu jest niedozwolony w funkcji innej niż członkowska", - "odrzucono wyrażenie słowa kluczowego __assume z efektami ubocznymi", + "argument dla %s ma skutki uboczne, ale nie jest oceniony", "nierozpoznany rodzaj źródła Unicode (jedna z następujących opcji: UTF-8, UTF-16, UTF-16LE, UTF-16BE): %s", "znaku Unicode o wartości szesnastkowej %s nie można przedstawić w danych wyjściowych przetwarzania wstępnego", "żądany priorytet konstruktora/destruktora jest zarezerwowany do użytku wewnętrznego", @@ -2207,7 +2207,7 @@ "pole initonly może być modyfikowane tylko przez konstruktora wystąpień klasy, w której występuje", "statyczne pole initonly może być modyfikowane tylko przez konstruktora statycznego klasy, w której występuje", "funkcja składowa zostanie wywołana podczas kopiowania pola initonly", - "wyrażenie musi mieć typ wskaźnika lub typ dojścia", + "wyrażenie musi mieć typ wskaźnika lub dojścia, ale ma typ %t", "konstruktor przenoszący lub przenoszący operator przypisania jest używany do skopiowania tutaj wartościowania lewostronnego, co może spowodować zniszczenie obiektu źródłowego", "dla wyboru składowej na jednostce ogólnej %[C++/CLI] należy użyć składni „->”, a nie „.”", "typ klasy referencyjnej nie może pochodzić od typu %t", @@ -2241,7 +2241,7 @@ "niebezpieczna instrukcja reinterpret_cast dojścia", "argument szablonu nie może odwoływać się do parametru typu ogólnego", "lista wyrażeń nie jest dozwolona w tej operacji indeksów dolnych (użyj nawiasów wokół operatora przecinka najwyższego poziomu)", - "wyrażenie musi być typu wskaźnik-do-obiektu lub dojście-do-tablicy-%[C++/CLI]", + "wyrażenie musi mieć typ wskaźnika do obiektu lub dojścia do tablicy %[C++/CLI], ale ma typ %t", "nierozpoznany atrybut", "składowa klasy typu %[managed] nie może mieć klasy typu innego niż %[managed]", "składowa klasy typu innego niż %[managed] nie może mieć typu klasy referencyjnej lub typu klasy interfejsu", @@ -3116,8 +3116,8 @@ null, null, null, - null, - null, + "oczekiwano elementu „>>>”", + "nie można odnaleźć deklaracji __cudaPushCallConfiguration. Instalacja zestawu narzędzi CUDA może być uszkodzona.", "inicjator zgodny ze specyfikacją C++17 jest niestandardowy w tym trybie", "przechwycenie wyrażenia *this jest niestandardowe w tym trybie", "prefiks atrybutu „using” zgodny ze specyfikacją C++17 jest niestandardowy w tym trybie", @@ -3357,5 +3357,21 @@ "Funkcja wewnętrzna podobna do memcpy próbuje skopiować typ %t, którego nie można skopiować w sposób trywialny", "Funkcja wewnętrzna podobna do memcpy próbuje skopiować częściowy obiekt", "Funkcja wewnętrzna podobna do memcpy próbuje skopiować dane spoza granicy tablicy", - "Funkcja wewnętrzna podobna do memcpy próbuje skopiować nakładające się na siebie zakresy bajtów (zamiast tego zostanie użyta odpowiednia operacja memmove)" + "Funkcja wewnętrzna podobna do memcpy próbuje skopiować nakładające się na siebie zakresy bajtów (zamiast tego zostanie użyta odpowiednia operacja memmove)", + "deklaracja elementu zaprzyjaźnionego z klauzulą trailing-requires-clause musi być definicją", + "wyrażenie musi mieć typ arytmetyczny lub typ wskaźnika, ale ma typ %t", + "wyrażenie musi mieć typ arytmetyczny, typ wyliczeniowy lub typ wskaźnika, ale ma typ %t", + "wyrażenie musi mieć typ arytmetyczny, typ wyliczenia niewystępującego w zakresie lub typ wskaźnika, ale ma typ %t", + "wyrażenie musi mieć typ wskaźnika, ale ma typ %t", + "operator -> lub ->* zastosowane do typu %t zamiast do typu wskaźnika", + "niekompletny typ klasy %t jest niedozwolony", + "nie można zinterpretować układu bitowego dla tego elementu docelowego kompilacji", + "brak odpowiedniego operatora dla operatora IFC %sq", + "brak odpowiedniej konwencji wywoływania dla konwencji wywoływania IFC %sq", + "moduł %sq zawiera nieobsługiwane konstrukcje", + "nieobsługiwana konstrukcja IFC: %sq", + "Od tego punktu __is_signed nie jest już słowem kluczowym", + "wymiar tablicy musi mieć stałą wartość całkowitą bez znaku", + "Plik IFC %sq ma nieobsługiwaną wersję %d1.%d2", + "moduły nie są włączone w tym trybie" ] \ No newline at end of file diff --git a/Extension/bin/messages/pt-br/messages.json b/Extension/bin/messages/pt-br/messages.json index 6bb89bdb94..8e87282b14 100644 --- a/Extension/bin/messages/pt-br/messages.json +++ b/Extension/bin/messages/pt-br/messages.json @@ -74,7 +74,7 @@ null, null, null, - "o operando de '*' deve ser um ponteiro", + "o operando de '*' precisa ser um ponteiro, mas tem o tipo %t", "o argumento da macro está vazio", "essa declaração não possui classe de armazenamento ou especificador de tipo", "uma declaração de parâmetro pode não possuir um inicializador", @@ -130,8 +130,8 @@ "laço é inalcançável", "uma função de escopo de bloco pode possuir apenas a classe de armazenamento extern", "esperado um '{'", - "expressão deve possuir tipo ponteiro-para-classe", - "expressão deve possuir tipo ponteiro-para-struct-ou-union", + "a expressão precisa ter um tipo de ponteiro-para-classe, mas tem o tipo %t", + "a expressão precisa ter o tipo de ponteiro-para-struct-ou-união, mas tem o tipo %t", "esperado um nome de membro", "esperado um nome de campo", "%n não possui membro %sq", @@ -141,7 +141,7 @@ "não é permitido capturar o endereço de um campo de bit", "muitos argumentos na chamada da função", "parâmetros prototipados sem nome não são permitidos quando o corpo está presente", - "a expressão deve possuir tipo ponteiro-para-objeto", + "a expressão precisa ter o tipo de ponteiro-para-objeto, mas tem o tipo %t", "programa muito grande ou complicado para compilar", "um valor de tipo %t1 não pode ser utilizado para inicializar uma entidade do tipo %t2", "%n pode não ser inicializado", @@ -152,8 +152,8 @@ "um nome de tipo pode não ser declarado novamente como um parâmetro", "um nome de typedef pode não ser declarado novamente como um parâmetro", "conversão de inteiro não zero para ponteiro", - "a expressão deve possuir tipo de classe", - "a expressão deve possuir tipo de struct ou union", + "a expressão precisa ter tipo de classe, mas tem o tipo %t", + "a expressão precisa ter tipo struct ou de união, mas tem o tipo %t", "operador de atribuição antigo", "inicializador antigo", "a expressão deve ser uma expressão constante integral", @@ -392,7 +392,7 @@ "a função 'main' pode não ser chamada ou ter seu endereço capturado", "um inicializador new pode não ser especificado para uma matriz", "a função membro %no pode não ser declarada novamente fora da sua classe", - "ponteiro para tipo de classe incompleta não é permitido", + "o ponteiro para o tipo de classe incompleta %t não é permitido", "referência para variável local de função não é permitido", "função com um único argumento utilizada como sufixo %sq (anacronismo)", null, @@ -1670,7 +1670,7 @@ "um qualificador de tipo não é permitido em um construtor ou destruidor", "um qualificador de tipo não é permitido em operador new ou operador delete", "um qualificador de tipo não é permitido em uma função não membro", - "expressão __assume com efeitos colaterais descartada", + "o argumento para %s tem efeitos colaterais, mas não é avaliado", "tipo de origem de Unicode não reconhecido (deve ser UTF-8, UTF-16, UTF-16LE ou UTF-16BE): %s", "Caractere Unicode com valor hex %s não representável na saída de pré-processamento", "a prioridade solicitada do construtor/destruidor é reservada para uso interno", @@ -2207,7 +2207,7 @@ "um campo initonly só pode ser modificado pelo construtor de instância da classe que o contém", "um campo estático initonly só pode ser modificado pelo construtor estático da classe que o contém", " a função de membros será invocada em uma cópia do campo initonly", - "a expressão deve ter um tipo de apontador ou identificador", + "a expressão precisa ter um tipo de ponteiro ou de identificador, mas tem o tipo %t", "um construtor move ou um operador de atribuição de movimento é usado para copiar um lvalue aqui, o que pode destruir o objeto fonte", "a seleção de membros em uma entidade %[C++/CLI] genérica deve usar a sintaxe '->', e não '.'", "um tipo de classe ref não pode derivar de %t", @@ -2241,7 +2241,7 @@ "reinterpret_cast do identificador não seguro", "modelos de argumentos não podem fazer referência a parâmetros de tipo genéricos", "listas de expressões não são permitidas nesta operação subscrita (use parênteses ao redor de um operador de vírgula de nível superior)", - "a expressão deve ter tipo pointer-to-object ou handle-to-%[C++/CLI]-array", + "a expressão precisa ter tipo de matriz ponteiro-para-objeto ou identificador-para-%[C++/CLI], mas tem tipo o %t", "atributo não reconhecido", "membros de classes %[managed] não podem ser de um tipo de classe não %[managed]", "membros de classes não %[managed] não podem ter tipo de classe de referência ou de interface", @@ -2682,7 +2682,7 @@ "uma expressão co_await não é permitida dentro de uma cláusula catch", "uma corrotina não pode conter um parâmetro de reticências", "habilitar o constexpr estilo C++14 exige suporte para 'bool'", - "a função constexpr %nd não está definida", + "o constexpr %nd não está definido", "esta chamada não pode ser avaliada porque a função de destino %nd não é constexpr ou ainda não está completamente definida", "observação", "Observação", @@ -3116,8 +3116,8 @@ null, null, null, - null, - null, + "esperado um '>>>'", + "não é possível localizar a declaração de __cudaPushCallConfiguration. A instalação do kit de ferramentas CUDA pode estar corrompida.", "O inicializador de estilo C++17 está fora do padrão neste modo", "a captura de *this está fora do padrão neste modo", "O atributo 'using' de estilo C++17 está fora do padrão neste modo", @@ -3357,5 +3357,21 @@ "tentativas intrínsecas similares a memcpy de copiar o tipo não trivialmente copiável %t", "tentativas intrínsecas similares a memcpy de copiar objetos parciais", "tentativas intrínsecas similares a memcpy de copiar o limite de matriz passado", - "tentativas intrínsecas similares a memcpy de copiar intervalos de bytes sobrepostos (usando a operação de memmove correspondente, em vez disso)" + "tentativas intrínsecas similares a memcpy de copiar intervalos de bytes sobrepostos (usando a operação de memmove correspondente, em vez disso)", + "uma declaração de friend com uma cláusula requires à direita precisa ser uma definição", + "a expressão precisa ter tipo aritmético ou de ponteiro, mas tem o tipo %t", + "a expressão precisa ter tipo aritmético, de enumeração ou de ponteiro, mas tem o tipo %t", + "expressão precisa ter o tipo aritmético, de enumeração sem escopo ou de ponteiro, mas tem o tipo %t", + "a expressão precisa ter um tipo de ponteiro, mas tem o tipo %t", + "operador -> ou ->* aplicado a %t em vez de a um tipo de ponteiro", + "o tipo de classe incompleta %t não é permitido", + "não é possível interpretar o layout de bit para este destino de compilação", + "nenhum operador correspondente para o operador IFC %sq", + "não há convenção de chamada correspondente para a convenção de chamada IFC %sq", + "o módulo %sq contém constructos sem suporte", + "constructo IFC sem suporte: %sq", + "__is_signed não é mais uma palavra-chave deste ponto", + "uma dimensão de matriz precisa ter um valor inteiro sem sinal constante", + "O arquivo IFC %sq tem uma versão sem suporte %d1.%d2", + "os módulos não estão habilitados neste modo" ] \ No newline at end of file diff --git a/Extension/bin/messages/ru/messages.json b/Extension/bin/messages/ru/messages.json index 94cdf31360..4e9e7aad4e 100644 --- a/Extension/bin/messages/ru/messages.json +++ b/Extension/bin/messages/ru/messages.json @@ -74,7 +74,7 @@ null, null, null, - "операнд * должен быть указателем", + "операнд \"*\" должен быть указателем, но имеет тип %t", "пустой аргумент макроса", "это объявление не содержит класс хранения или спецификатор типа", "объявление параметра не может содержать инициализатор", @@ -130,8 +130,8 @@ "недостижимый цикл", "функция с областью видимости в пределах блока может содержать только внешний класс хранения", "требуется фигурная скобка \"{\"", - "выражение должно иметь тип указателя на класс", - "выражение должно иметь тип указателя на структуру или объединение", + "выражение должно иметь тип указателя на класс, но имеет тип %t", + "выражение должно иметь тип указателя на структуру или объединение, но имеет тип %t", "требуется имя члена", "требуется имя поля", "%n не содержит члена %sq", @@ -141,7 +141,7 @@ "получение адреса битового поля не допускается", "слишком много аргументов в вызове функции", "при наличии тела не допускается использование неименованных параметров с прототипом", - "выражение должно иметь тип указателя на объект", + "выражение должно иметь тип указателя на объект, но имеет тип %t", "слишком большая или сложная для компиляции программа", "значение типа %t1 нельзя использовать для инициализации сущности типа %t2", "%n не может быть инициализировано", @@ -152,8 +152,8 @@ "имя типа не может быть повторно объявлено как параметр", "определение типа не может быть повторно объявлено как параметр", "преобразование ненулевого целочисленного значения в указатель", - "выражение должно иметь тип класса", - "выражение должно иметь тип структуры или объединения", + "выражение должно иметь тип класса, но имеет тип %t", + "выражение должно иметь тип структуры или объединения, но имеет тип %t", "устаревший оператор назначения", "устаревший инициализатор", "необходимо использовать целое константное выражение", @@ -392,7 +392,7 @@ "не удается вызвать функцию \"main\" или получить ее адрес", "невозможно указать новый инициализатор для массива", "функция-член %no не может быть повторно объявлена вне соответствующего класса", - "использование указателя на тип неполного класса не допускается", + "использование указателя на неполный тип класса %t не допускается", "использование ссылок на локальные переменные включающей функции не допускается", "используется постфиксная форма функции с одним аргументом %sq (устаревший элемент)", null, @@ -1670,7 +1670,7 @@ "квалификатор типа не разрешен на конструкторе или деструкторе", "квалификатор типа не разрешается на операторах new или delete", "квалификатор типа не разрешен на функции не элементам", - "выражение __assume с отмененными побочными эффектами", + "аргумент для %s имеет побочные эффекты, но не вычислен", "нераспознанный вид источника Юникода (должен быть одним из следующих: UTF-8, UTF-16, UTF-16LE, UTF-16BE): %s", "символ Unicode с шестнадцатеричным значением %s не может быть представлен в выводных данных до обработки", "запрошенный приоритет конструктора/деструктора зарезервирован для внутреннего использования", @@ -2207,7 +2207,7 @@ "поле initonly может изменяться только конструктором экземпляра или содержащим его классом", "статическое поле initonly может изменяться только статическим конструктором или содержащим его классом", "функция-член будет вызываться для копии поля initonly", - "выражение должно иметь тип указателя или дескриптора", + "выражение должно иметь тип указателя или дескриптора, но имеет тип %t", "конструктор перемещения или оператор назначения перемещения используется для копирования сюда значения lvalue, что может привести к потере исходного объекта", "для выбора члена в универсальной сущности %[C++/CLI] должен использоваться синтаксис \"->\", а не \".\"", "тип ссылочного класса не может быть производным от %t", @@ -2241,7 +2241,7 @@ "небезопасный оператор reinterpret_cast дескриптора", "аргумент шаблона не может ссылаться на параметр универсального типа", "в этом операторе подстрочного знака не разрешен список выражений (заключите в скобки оператор запятой верхнего уровня)", - "выражение должно содержать тип указателя на объект или дескриптора массива %[C++/CLI]", + "выражение должно иметь тип указателя на объект или дескриптора массива %[C++/CLI], но имеет тип %t", "нераспознанный атрибут", "член класса %[managed] не может относиться к типу класса не %[managed]", "член класса не %[managed] не может содержать тип ссылочного класса или класса интерфейса", @@ -2682,7 +2682,7 @@ "выражение co_await запрещено использовать внутри предложения catch", "Сопрограмма не может иметь параметр-многоточие.", "для включения constexpr в стиле C++ 14 требуется поддержка bool", - "функция constexpr %nd не определена", + "constexpr %nd не определено", "невозможно вычислить этот вызов, так как целевая функция %nd не является функцией constexpr или пока еще не определена полностью", "примечание", "Примечание", @@ -3116,8 +3116,8 @@ null, null, null, - null, - null, + "требуется \">>>\"", + "не удается найти объявление __cudaPushCallConfiguration. Установка набора инструментов CUDA может быть повреждена.", "Инициализатор в стиле C++17 является нестандартным в этом режиме", "захват значения *this является нестандартным в этом режиме", "Префикс атрибута using в стиле C++17 является нестандартным в этом режиме", @@ -3357,5 +3357,21 @@ "Встроенная функция, похожая на memcpy, пытается скопировать нетривиально копируемый тип %t", "Встроенная функция, похожая на memcpy, пытается скопировать частичный объект", "Встроенная функция, похожая на memcpy, пытается выполнить копирование за границей массива", - "Встроенная функция, похожая на memcpy, пытается скопировать перекрывающиеся диапазоны байтов (вместо использования соответствующей операции memmove)" + "Встроенная функция, похожая на memcpy, пытается скопировать перекрывающиеся диапазоны байтов (вместо использования соответствующей операции memmove)", + "дружественное объявление с завершающим предложением requires должно быть определением", + "выражение должно иметь арифметический тип или тип указателя, но имеет тип %t", + "выражение должно иметь арифметический тип, тип перечисления или тип указателя, но имеет тип %t", + "выражение должно иметь арифметический тип, тип перечисления без области или тип указателя, но имеет тип %t", + "выражение должно иметь тип указателя, но имеет тип %t", + "оператор -> или ->* применяется к %t, а не к типу указателя", + "недопустимый неполный тип класса %t", + "не удается интерпретировать битовый макет для этого целевого объекта компиляции", + "отсутствует соответствующий оператор для оператора IFC %sq", + "отсутствует соответствующее соглашение о вызовах для соглашения о вызовах IFC %sq", + "модуль %sq содержит неподдерживаемые конструкции", + "неподдерживаемая конструкция IFC: %sq", + "__is_signed больше не является ключевым словом из этой точки", + "измерение массива должно иметь постоянное целочисленное значение без знака", + "файл IFC %sq имеет неподдерживаемую версию %d1.%d2", + "модули не включены в этом режиме" ] \ No newline at end of file diff --git a/Extension/bin/messages/tr/messages.json b/Extension/bin/messages/tr/messages.json index 6116992626..7c396f9170 100644 --- a/Extension/bin/messages/tr/messages.json +++ b/Extension/bin/messages/tr/messages.json @@ -74,7 +74,7 @@ null, null, null, - "'*' işleneni bir işaretçi olmalı", + "'*' işleneni bir işaretçi olmalıdır ancak %t türüne sahip", "makroya ait bağımsız değişken boş", "bu bildirimin depolama sınıfı veya tür tanımlayıcısı yok", "bir parametre bildiriminde başlatıcı bulunamaz", @@ -130,8 +130,8 @@ "döngüye erişilemiyor", "bir blok-kapsam işlevi, yalnızca dış depolama sınıfına sahip olabilir", "'{' bekleniyor", - "ifade, class'a işaretçi türünde olmalıdır", - "ifade, struct veya union'a işaretçi türünde olmalı", + "ifade sınıf işaretçisi türüne sahip olmalıdır ancak %t türüne sahip", + "ifade yapı veya birleşim işaretçisi türüne sahip olmalıdır ancak %t türüne sahip", "üye adı bekleniyor", "alan adı bekleniyor", "%n, %sq üyesine sahip değil", @@ -141,7 +141,7 @@ "bir bit alanının adresini almaya izin verilmiyor", "işlev çağrısında fazla sayıda bağımsız değişken var", "gövde mevcutken adlandırılmamış prototip parametrelerine izin verilmiyor", - "ifade, nesneye işaretçi türünde olmalı", + "ifade nesne işaretçisi türüne sahip olmalıdır ancak %t türüne sahip", "program, derlemek için çok büyük veya çok karmaşık", "%t2 türünde bir varlığı başlatmak için %t1 türünde bir değer kullanılamaz", "%n başlatılamaz", @@ -152,8 +152,8 @@ "bir tür adı, parametre olarak yeniden tanımlanamaz", "bir typedef adı, parametre olarak yeniden tanımlanamaz", "sıfır olmayan tamsayı - işaretçi dönüşümü", - "ifade, class türünden olmalı", - "ifade, struct veya union türünden olmalı", + "ifade sınıf türüne sahip olmalıdır ancak %t türüne sahip", + "ifade yapı veya birleşim türüne sahip olmalıdır ancak %t türüne sahip", "eski tip atama işleci", "eski tip başlatıcı", "ifade, bir sabit tam sayı ifadesi olmalı", @@ -392,7 +392,7 @@ "'main' işlevinin adresi alınamaz veya işleve çağrı yapılamaz", "bir dizi için 'new' başlatıcısı belirtilemez", "%no üye işlevi, kendi sınıfının dışında tekrar bildirilemez", - "tamamlanmamış sınıf türüne işaretçiye izin verilmiyor", + "tamamlanmamış %t sınıf türüne yönelik işaretçiye izin verilmiyor", "kapsayan işlevin yerel değişkenine başvuru yapılmasına izin verilmiyor", "sonek %sq için tek bağımsız değişkenli işlev kullanılmış (anakronizm)", null, @@ -1670,7 +1670,7 @@ "bir tür niteleyicisine, bir oluşturucu veya yıkıcı üzerinde izin verilmiyor", "bir tür niteleyicisine new veya delete işleçlerinde izin verilmiyor", "üye olmayan bir işlev üzerinde tür niteleyicisine izin verilmiyor", - "yan etkileri atılan __assume ifadesi", + "%s bağımsız değişkeni yan etkilere sahip ancak değerlendirilmedi", "tanınmayan Unicode kaynak türü (UTF-8, UTF-16, UTF-16LE, UTF-16BE türlerinden biri olmalıdır): %s", "ön işleme çıkışında, onaltılık %s değerine sahip Unicode karakter gösterilebilir değil", "talep edilen oluşturucu/yıkıcı önceliği, iç kullanım için ayrılmış durumda", @@ -2207,7 +2207,7 @@ "initonly alanı yalnızca kendi içerilen sınıfının örnek oluşturucusu tarafından değiştirilebilir", "Statik initonly alanı yalnızca kendi içerilen sınıfının statik oluşturucusu tarafından değiştirilebilir", "initonly alanının kopyasında üye işlevi çağrılacak", - "ifade, işaretçi veya işleyici türünde olmalıdır", + "ifade işaretçi veya tanıtıcı türüne sahip olmalıdır ancak %t türüne sahip", "Taşıma oluşturucusu veya taşıma ataması operatörü buraya bir lvalue kopyalamak için kullanılır ve bu işlem kaynak nesneyi yok edebilir", "%[C++/CLI] genel varlığındaki üye seçimi '.' yerine '->' söz dizimini kullanmalıdır", "Başvuru sınıfı türü %t üzerinden türetilemez", @@ -2241,7 +2241,7 @@ "tanıtıcıya ait güvenli olmayan reinterpret_cast", "Şablon bağımsız değişkeni bir genel tür parametresine başvuramaz", "Bu alt simge işleminde ifade listesine izin verilmez (üst düzey virgül operatörü etrafında parantez kullanın)", - "İfade nesne işaretçisi veya %[C++/CLI] dizisi tanıtıcısı türüne sahip olmalıdır", + "ifade nesne işaretçisi veya %[C++/CLI] dizisi tanıtıcısı türüne sahip olmalıdır ancak %t türüne sahip", "Öznitelik tanınmadı", "%[managed] sınıfının üyesi %[managed] olmayan sınıf türünde olamaz", "%[managed] olmayan sınıfın üyesi, başvuru sınıfı türü veya arabirim sınıfı türüne sahip olamaz", @@ -2682,7 +2682,7 @@ "catch yan tümcesinin içinde co_await ifadesine izin verilmez", "bir eş yordamın üç nokta parametresi olamaz", "C++14 stili constexpr öğesinin etkinleştirilmesi için 'bool' desteği gereklidir", - "%nd constexpr işlevi tanımlı değil", + "constexpr %nd tanımlanmamış", "%nd hedef işlevi constexpr olmadığı veya henüz tamamen tanımlanmadığı için bu çağrı değerlendirilemiyor", "not", "Not", @@ -3116,8 +3116,8 @@ null, null, null, - null, - null, + "'>>>' bekleniyor", + "__cudaPushCallConfiguration bildirimi bulunamıyor. CUDA araç seti yüklemesi bozuk olabilir.", "C++17 stili başlatıcı bu modda standart dışı", "* yakalama bu modda standart dışı", "C++17 stili 'using' öznitelik ön eki bu modda standart dışı", @@ -3357,5 +3357,21 @@ "memcpy benzeri iç öğe, önemsiz olarak kopyalanabilir %t türünü kopyalamaya çalışıyor", "memcpy benzeri iç öğe, kısmi nesneyi kopyalamaya çalışıyor", "memcpy benzeri iç öğe, geçmiş dizi sınırını kopyalamaya çalışıyor", - "memcpy benzeri iç öğe, çakışan bayt aralıklarını kopyalamaya çalışıyor (bunun yerine karşılık gelen memmove işlemini kullanarak)" + "memcpy benzeri iç öğe, çakışan bayt aralıklarını kopyalamaya çalışıyor (bunun yerine karşılık gelen memmove işlemini kullanarak)", + "sonunda requires yan tümcesi içeren arkadaş bildirimi bir tanım olmalıdır", + "ifade aritmetik veya işaretçi türüne sahip olmalıdır ancak %t türüne sahip", + "ifade aritmetik, sabit listesi veya işaretçi türüne sahip olmalıdır ancak %t türüne sahip", + "ifade aritmetik, kapsamlı olmayan sabit listesi veya işaretçi türüne sahip olmalıdır ancak %t türüne sahip", + "ifade işaretçi türüne sahip olmalıdır ancak %t türüne sahip", + "-> veya ->* operatörü işaretçi türü yerine %t türüne uygulandı", + "tamamlanmamış %t sınıf türüne izin verilmiyor", + "bu derleme hedefi için bit düzeni yorumlanamıyor", + "%sq IFC operatörüne karşılık gelen operatör yok", + "%sq IFC çağırma kuralına karşılık gelen çağırma kuralı yok", + "%sq modülü desteklenmeyen yapılar içeriyor", + "desteklenmeyen IFC yapısı: %sq", + "__is_signed şu andan itibaren bir anahtar sözcük değil", + "dizi boyutu sabit bir işaretsiz tamsayı değerine sahip olmalıdır", + "%sq IFC dosyasının sürümü desteklenmiyor: %d1.%d2", + "modüller bu modda etkin değil" ] \ No newline at end of file diff --git a/Extension/bin/messages/zh-cn/messages.json b/Extension/bin/messages/zh-cn/messages.json index 5a36468e0a..f21b6e86f6 100644 --- a/Extension/bin/messages/zh-cn/messages.json +++ b/Extension/bin/messages/zh-cn/messages.json @@ -74,7 +74,7 @@ null, null, null, - "“*”的操作数必须是指针", + "\"*\" 的操作数必须是指针,但它具有类型 %t", "宏参数为空", "此声明没有存储类或类型说明符", "参数声明不能包含初始值设定项", @@ -130,8 +130,8 @@ "循环无法访问", "block-scope 函数只能包含外部存储类", "应输入“{”", - "表达式必须包含指向类的指针类型", - "表达式必须包含指向结构或联合的指针类型", + "表达式必须包含指向类的指针类型,但它具有类型 %t", + "表达式必须包含指向结构或联合的指针类型,但它具有类型 %t", "应输入成员名", "应输入字段名", "%n 没有成员 %sq", @@ -141,7 +141,7 @@ "不允许采用位域的地址", "函数调用中的参数太多", "存在正文时不允许未命名的原型参数", - "表达式必须包含指向对象的指针类型", + "表达式必须包含指向对象的指针类型,但它具有类型 %t", "程序过大或过于复杂,无法编译", "%t1 类型的值不能用于初始化 %t2 类型的实体", "未能初始化 %n", @@ -152,8 +152,8 @@ "类型名称不能重新声明为参数", "typedef 名称不能重新声明为参数", "非零整数到指针的转换", - "表达式必须包含类类型", - "表达式必须包含结构或联合类型", + "表达式必须具有类类型,但它具有类型 %t", + "表达式必须具有结构或联合类型,但它具有类型 %t", "旧式的赋值运算符", "旧式的初始值设定项", "表达式必须为整型常量表达式", @@ -392,7 +392,7 @@ "不能调用函数“main”或提取其地址", "不能为数组指定新的初始值设定项", "不能在成员函数 %no 的类外部重新声明该函数", - "不允许指针指向不完整的类类型", + "不允许指针指向不完整的类类型 %t", "不允许引用封闭函数的局部变量", "对后缀 %sq 使用了单参数函数(计时错误)", null, @@ -1670,7 +1670,7 @@ "构造函数或析构函数上不允许使用类型限定符", "运算符 new 或运算符 delete 上不允许使用类型限定符", "非成员函数上不允许使用类型限定符", - "有副作用的 __assume 表达式已丢弃", + "%s 的参数具有负面影响,但它未进行计算", "无法识别的 Unicode 源种类 (必须为 UTF-8、UTF-16、UTF-16LE、UTF-16BE 中的一个): %s", "带有十六进制值 %s 的 Unicode 字符不能在预处理输出中表示", "已将请求的构造函数/析构函数优先级保留为供内部使用", @@ -2207,7 +2207,7 @@ "initonly 字段只能由其包含类的实例构造函数进行修改", "静态 initonly 字段只能由其包含类的静态构造函数进行修改", "将对 initonly 字段的副本调用成员函数", - "表达式必须包含指针或句柄类型", + "表达式必须具有指针或句柄类型,但它具有类型 %t", "移动构造函数或移动赋值运算符用于在此处复制左值,这可能会破坏源对象", "%[C++/CLI] 泛型实体上的成员选择必须使用“->”语法,而不是使用“.”", "ref 类类型不能从 %t 派生", @@ -2241,7 +2241,7 @@ "句柄的 reinterpret_cast 不安全", "模板参数不能引用泛型类型参数", "此下标操作中不允许使用表达式列表(用括号括起顶级逗号操作符)", - "表达式必须具有指针到对象或句柄到 %[C++/CLI] 数组类型", + "表达式必须包含指向对象的指针类型或指向 %[C++/CLI] 数组的句柄类型,但它具有类型 %t", "无法识别的特性", "%[managed] 类的成员不能是非 %[managed] 类类型", "非 %[managed] 类的成员不能有 ref 类类型或接口类类型", @@ -2682,7 +2682,7 @@ "catch 子句中不允许 co_await 表达式", "协同例程不能具有省略号参数", "要具备对 \"bool\" 的支持才能启用 C++14 样式的 constexpr", - "未定义 constexpr 函数 %nd", + "未定义 constexpr %nd", "无法计算此调用,因为目标函数 %nd 不为 constexpr 或尚未完全定义", "注释", "注释", @@ -3116,8 +3116,8 @@ null, null, null, - null, - null, + "应使用 \">>>\"", + "找不到 __cudaPushCallConfiguration 声明。CUDA 工具包安装可能已损坏。", "C++17 样式初始值设定项在此模式中是非标准的", "正在捕获 *这在此模式中是非标准的", "C++17 样式 \"using\" 属性前缀在此模式中是非标准的", @@ -3357,5 +3357,21 @@ "与 memcpy 类似的固有项尝试复制非平凡可复制类型 %t", "与 memcpy 类似的固有项尝试复制部分对象", "与 memcpy 类似的固有项尝试复制过去的数组边界", - "与 memcpy 类似的固有项尝试复制重叠的字节范围(改为使用相应的 memmove 操作)" + "与 memcpy 类似的固有项尝试复制重叠的字节范围(改为使用相应的 memmove 操作)", + "带有尾随 requires 子句的 friend 声明必须是一个定义", + "表达式必须包含算术或指针类型,但它具有类型 %t", + "表达式必须包含算术、枚举或指针类型,但它具有类型 %t", + "表达式必须包含算术、未区分范围的枚举或指针类型,但它具有类型 %t", + "表达式必须包含指针类型,但它具有类型 %t", + "运算符 -> 或 ->* 应用于 %t 而不是指针类型", + "不允许使用不完整的类类型 %t", + "无法解释此编译目标的位布局", + "IFC 运算符 %sq 没有对应的运算符", + "IFC 调用约定 %sq 没有相应的调用约定", + "模块 %sq 包含不受支持的构造", + "不支持的 IFC 构造: %sq", + "__is_signed 不再是从此点开始的关键字", + "数组维度必须具有常量无符号整数值", + "IFC 文件 %sq 具有不受支持的版本 %d1。%d2", + "此模式中没有启用模块" ] \ No newline at end of file diff --git a/Extension/bin/messages/zh-tw/messages.json b/Extension/bin/messages/zh-tw/messages.json index af50586f57..361931f94d 100644 --- a/Extension/bin/messages/zh-tw/messages.json +++ b/Extension/bin/messages/zh-tw/messages.json @@ -74,7 +74,7 @@ null, null, null, - "'*' 的運算元必須是指標", + "'*' 的運算元必須是指標,但其類型為 %t", "巨集的引數是空的", "這個宣告沒有任何儲存類別或類型規範", "參數宣告可能沒有初始設定式", @@ -130,8 +130,8 @@ "無法連接迴圈", "區塊範圍函式只可有外部儲存類別", "必須是 '{'", - "運算式必須有類別指標類型", - "運算式必須有結構或等位指標類型", + "運算式必須要有指標轉類別的類型,但其類型為 %t", + "運算式必須要有指標轉結構或轉等位的類型,但其類型為 %t", "必須是成員名稱", "必須是欄位名稱", "%n 沒有成員 %sq", @@ -141,7 +141,7 @@ "不允許使用位元欄位的位址", "函式呼叫中的引數太多", "主體存在時不能有未命名的原型參數", - "運算式必須有物件指標類型", + "運算式必須要有指標轉物件的類型,但其類型為 %t", "程式太大或太複雜,無法進行編譯", "類型 %t1 的值無法用來初始化類型 %t2 的實體", "%n 可能無法初始化", @@ -152,8 +152,8 @@ "類型名稱不能重新宣告為參數", "typedef 名稱不能重新宣告為參數", "將非零值整數轉換成指標", - "運算式必須有類別類型", - "運算式必須有結構或等位類型", + "運算式必須要有類別類型,但其類型為 %t", + "運算式必須要有結構或等位類型,但其類型為 %t", "過時的指派運算子", "過時的初始設定式", "運算式必須是整數常數運算式", @@ -392,7 +392,7 @@ "函式 'main' 不能被呼叫或使用自己的位址", "不可為陣列指定 new 初始設定式", "成員函式 %no 不能在其類別之外重新宣告", - "不允許類別類型不完整的指標", + "不得使用不完整的類別類型 %t 指標", "不允許參考封入函式的區域變數", "單一引數函式用於後置 %sq (過時用法)", null, @@ -1670,7 +1670,7 @@ "建構函式或解構函式不能有類型限定詞", "new 運算子和 delete 運算子不能有類型限定詞", "非成員函式不能有類型限定詞", - "已捨棄有副作用的 __assume 運算式", + "%s 的引數有副效應但未計入評估", "無法辨識的 Unicode 來源類型 (必須是 UTF-8、UTF-16、UTF-16LE 或 UTF-16BE 其中之一): %s", "在前置處理輸出中無法顯示十六進位值為 %s 的 Unicode 字元", "要求的建構函式/解構函式優先權已保留給內部使用", @@ -2207,7 +2207,7 @@ "只有包含 initonly 欄位之類別的執行個體建構函式能夠修改該欄位", "只有包含靜態 initonly 欄位之類別的靜態建構函式能夠修改該欄位", "將在 initonly 欄位的複本上叫用成員函式", - "運算式必須有指標或控制代碼類型", + "運算式必須要有指標或控制代碼類型,但其類型為 %t", "這裡使用了移動建構函式或移動指派運算子來複製左值,導致可能終結來源物件", "在 %[C++/CLI] 泛型實體上選取成員必須使用 '->' 語法,而非 '.'", "ref 類別類型不能衍生自 %t", @@ -2241,7 +2241,7 @@ "控制代碼的 reinterpret_cast 不安全", "樣板引數不能參考泛型類型參數", "這個訂閱作業不能有運算式清單 (在最上層逗號運算子周圍使用括號)", - "運算式必須有 pointer-to-object 或 handle-to-%[C++/CLI]-array 類型", + "運算式必須要有指標轉物件或控制代碼轉 %[C++/CLI] 陣列的類型,但其類型為 %t", "無法辨認的屬性", "%[managed] 類別的成員不可以是非 %[managed] 類別類型的成員", "非 %[managed] 類別的成員不能有 ref 類別類型或介面類別類型", @@ -2682,7 +2682,7 @@ "catch 子句內不允許 co_await 運算式", "協同程式不能有省略符號參數", "啟用 C++14 樣式的 constexpr 需要 'bool' 支援", - "未定義 constexpr 函式 %nd", + "未定義 constexpr %nd", "因為目標函式 %nd 不是 constexpr 或尚未完整定義,所以無法評估這個呼叫", "記事", "記事", @@ -3116,8 +3116,8 @@ null, null, null, - null, - null, + "應為 '>>>'", + "找不到 __cudaPushCallConfiguration 宣告。CUDA 工具組安裝可能已損毀。", "在此模式中 C++17 樣式的初始設定式不是標準用法", "在此模式中擷取 *這個不是標準用法", "在此模式中 C++17 樣式的 'using' 屬性前置詞不是標準用法", @@ -3357,5 +3357,21 @@ "內建類 memcpy 嘗試複製非一般可複製類型 %t", "內建類 memcpy 嘗試複製部分物件", "內建類 memcpy 嘗試複製過去陣列邊界", - "內建類 memcpy 嘗試複製重疊位元組範圍 (改用對應的 memmove 作業)" + "內建類 memcpy 嘗試複製重疊位元組範圍 (改用對應的 memmove 作業)", + "具有尾端需要子句的 friend 宣告必須為定義", + "運算式必須要有算術或指標類型,但其類型為 %t", + "運算式必須要有算術、列舉或指標類型,但其類型為 %t", + "運算式必須要有算術、不限範圍列舉或指標類型,但其類型為 %t", + "運算式必須要有指標類型,但其類型為 %t", + "運算子 -> 或 ->* 適用於 %t,但不適用於指標類型", + "不得使用不完整的類別類型 %t", + "無法解譯此編譯目標的位元配置", + "IFC 運算子 %sq 沒有任何相對應的運算子", + "IFC 呼叫慣例 %sq 沒有任何相對應的呼叫慣例", + "模組 %sq 包含不支援的建構", + "不支援的 IFC 建構: %sq", + "__is_signed 從現在起已不再是關鍵字", + "陣列維度必須要有不帶正負號的常數整數值", + "IFC 檔案 %sq 的版本為不支援的 %d1.%d2", + "此模式下未啟用的模組" ] \ No newline at end of file diff --git a/Extension/bin/windows.msvc.arm.json b/Extension/bin/windows.msvc.arm.json index 57533b9118..39e223e74e 100644 --- a/Extension/bin/windows.msvc.arm.json +++ b/Extension/bin/windows.msvc.arm.json @@ -4,11 +4,11 @@ "--microsoft", "--microsoft_bugs", "--microsoft_version", - "1928", + "1929", "--pack_alignment", "8", - "-D_MSC_VER=1928", - "-D_MSC_FULL_VER=192829507", + "-D_MSC_VER=1929", + "-D_MSC_FULL_VER=192929917", "-D_MSC_BUILD=0", "-D_M_ARM=7" ], diff --git a/Extension/bin/windows.msvc.arm64.json b/Extension/bin/windows.msvc.arm64.json index 51d7ea0eb9..53f8f95c28 100644 --- a/Extension/bin/windows.msvc.arm64.json +++ b/Extension/bin/windows.msvc.arm64.json @@ -4,12 +4,12 @@ "--microsoft", "--microsoft_bugs", "--microsoft_version", - "1928", + "1929", "--pack_alignment", "8", "-D_CPPUNWIND=1", - "-D_MSC_VER=1928", - "-D_MSC_FULL_VER=192829507", + "-D_MSC_VER=1929", + "-D_MSC_FULL_VER=192929917", "-D_MSC_BUILD=0", "-D_M_ARM64=1" ], diff --git a/Extension/bin/windows.msvc.x64.json b/Extension/bin/windows.msvc.x64.json index 61385e9cf6..85e337468b 100644 --- a/Extension/bin/windows.msvc.x64.json +++ b/Extension/bin/windows.msvc.x64.json @@ -4,12 +4,12 @@ "--microsoft", "--microsoft_bugs", "--microsoft_version", - "1928", + "1929", "--pack_alignment", "8", "-D_CPPUNWIND=1", - "-D_MSC_VER=1928", - "-D_MSC_FULL_VER=192829507", + "-D_MSC_VER=1929", + "-D_MSC_FULL_VER=192929917", "-D_MSC_BUILD=0", "-D_M_X64=100", "-D_M_AMD64=100" diff --git a/Extension/bin/windows.msvc.x86.json b/Extension/bin/windows.msvc.x86.json index 49deb7b1f0..b26cb17a5d 100644 --- a/Extension/bin/windows.msvc.x86.json +++ b/Extension/bin/windows.msvc.x86.json @@ -4,11 +4,11 @@ "--microsoft", "--microsoft_bugs", "--microsoft_version", - "1928", + "1929", "--pack_alignment", "8", - "-D_MSC_VER=1928", - "-D_MSC_FULL_VER=192829507", + "-D_MSC_VER=1929", + "-D_MSC_FULL_VER=192929917", "-D_MSC_BUILD=0", "-D_M_IX86=600", "-D_M_IX86_FP=2" diff --git a/Extension/i18n/chs/package.i18n.json b/Extension/i18n/chs/package.i18n.json index 4c4fac7c73..52497d56c3 100644 --- a/Extension/i18n/chs/package.i18n.json +++ b/Extension/i18n/chs/package.i18n.json @@ -139,7 +139,7 @@ "c_cpp.configuration.configurationWarnings.description": "确定在配置提供程序扩展无法提供源文件配置时是否显示弹出通知。", "c_cpp.configuration.intelliSenseCachePath.description": "为 IntelliSense 使用的缓存预编译标头定义文件夹路径。Windows 上的默认缓存路径为 \"%LocalAppData%/Microsoft/vscode-cpptools\",Linux 上为 \"$XDG_CACHE_HOME/vscode-cpptools/\" (若未定义 XDG_CACHE_HOME,则为 \"$HOME/.cache/vscode-cpptools/\"),Mac 上为 \"$HOME/Library/Caches/vscode-cpptools/\"。如果未指定路径或指定的路径无效,则使用默认路径。", "c_cpp.configuration.intelliSenseCacheSize.description": "缓存的预编译标头的每个工作区硬盘驱动器空间的最大大小(MB);实际使用量可能在此值上下波动。默认大小为 5120 MB。当大小为 0 时,预编译的标头缓存将被禁用。", - "c_cpp.configuration.intelliSenseMemoryLimit.description": "IntelliSense 进程的内存使用限制(MB)。默认限制为 4096 MB,最大限制为 16 GB。当 IntelliSense 进程超出限制时,扩展将关闭并重新启动改进程。", + "c_cpp.configuration.intelliSenseMemoryLimit.description": "IntelliSense 进程的内存使用限制(MB)。默认限制为 4096 MB,最大限制为 16 GB。当 IntelliSense 进程超出限制时,扩展将关闭并重新启动该进程。", "c_cpp.configuration.intelliSenseUpdateDelay.description": "控制修改之后到 IntelliSense 开始更新之间的延迟(以毫秒为单位)。", "c_cpp.configuration.default.includePath.description": "在 cpp_properties.json 中未指定 \"includePath\" 时要在配置中使用的值。如果指定了 \"includePath\",则向数组添加 \"${default}\" 以从此设置插入值。", "c_cpp.configuration.default.defines.description": "未指定 \"defines\" 时要在配置中使用的值,或 \"defines\" 中存在 \"${default}\" 时要插入的值。", @@ -167,6 +167,7 @@ "c_cpp.configuration.vcpkg.enabled.markdownDescription": "为 [vcpkg 依赖关系管理器] 启用集成服务(https://aka.ms/vcpkg/)。", "c_cpp.configuration.addNodeAddonIncludePaths.description": "当它们是依赖项时,从 nan 和 node-addon-api 添加 include 路径。", "c_cpp.configuration.renameRequiresIdentifier.description": "如果为 true,则“重命名符号”将需要有效的 C/C++ 标识符。", + "c_cpp.configuration.autocompleteAddParentheses.description": "如果为 true,则自动完成功能将在函数调用后自动添加 \"(\",这种情况下还可以添加 \")\",具体取决于 \"editor.autoClosingBrackets\" 设置的值。", "c_cpp.configuration.debugger.useBacktickCommandSubstitution.description": "如果为 true,调试程序 shell 命令替换将使用过时的反引号(`)。", "c_cpp.contributes.views.cppReferencesView.title": "C/C++: 其他引用结果", "c_cpp.debuggers.pipeTransport.description": "如果存在,这会指示调试程序使用其他可执行文件作为管道来连接到远程计算机,此管道将在 VS Code 和已启用 MI 的调试程序后端可执行文件(如 gdb)之间中继标准输入/输入。", diff --git a/Extension/i18n/chs/src/nativeStrings.i18n.json b/Extension/i18n/chs/src/nativeStrings.i18n.json index a52a20bc39..c16d5ad248 100644 --- a/Extension/i18n/chs/src/nativeStrings.i18n.json +++ b/Extension/i18n/chs/src/nativeStrings.i18n.json @@ -206,5 +206,6 @@ "memory_limit_shutting_down_intellisense": "正在关闭 IntelliSense 服务器: {0}。内存使用量为 {1} MB,已超过 {2} MB 的限制。", "failed_to_query_for_standard_version": "未能在路径 \"{0}\" 处查询编译器以获得默认标准版本。已对此编译器禁用编译器查询。", "unrecognized_language_standard_version": "编译器查询返回了无法识别的语言标准版本。将改用受支持的最新版本。", - "intellisense_process_crash_detected": "检测到 IntelliSense 进程崩溃。" + "intellisense_process_crash_detected": "检测到 IntelliSense 进程崩溃。", + "return_values_label": "Return values:" } \ No newline at end of file diff --git a/Extension/i18n/cht/package.i18n.json b/Extension/i18n/cht/package.i18n.json index 4d09fce009..14b765eecc 100644 --- a/Extension/i18n/cht/package.i18n.json +++ b/Extension/i18n/cht/package.i18n.json @@ -167,6 +167,7 @@ "c_cpp.configuration.vcpkg.enabled.markdownDescription": "啟用 [vcpkg 相依性管理員](https://aka.ms/vcpkg/)的整合服務。", "c_cpp.configuration.addNodeAddonIncludePaths.description": "當 nan 和 node-addon-api 為相依性時,從中新增 include 路徑。", "c_cpp.configuration.renameRequiresIdentifier.description": "若為 true,則「重新命名符號」需要有效的 C/C++ 識別碼。", + "c_cpp.configuration.autocompleteAddParentheses.description": "若為 true,自動完成將會在函式呼叫之後自動新增 \"(\",在這種情況下也可能會新增 \")\",取決於 \"editor.autoClosingBrackets\" 設定的值。", "c_cpp.configuration.debugger.useBacktickCommandSubstitution.description": "若為 true,偵錯工具殼層命令替代將會使用已淘汰的反引號 (`)。", "c_cpp.contributes.views.cppReferencesView.title": "C/C++: 其他參考結果", "c_cpp.debuggers.pipeTransport.description": "出現時,會指示偵錯工具使用另一個可執行檔來連線至遠端電腦,該管道會在 VS Code 與 MI 啟用偵錯工具後端可執行檔之間傳送標準輸入/輸出 (例如 gdb)。", diff --git a/Extension/i18n/cht/src/nativeStrings.i18n.json b/Extension/i18n/cht/src/nativeStrings.i18n.json index 2439436594..37bb355286 100644 --- a/Extension/i18n/cht/src/nativeStrings.i18n.json +++ b/Extension/i18n/cht/src/nativeStrings.i18n.json @@ -206,5 +206,6 @@ "memory_limit_shutting_down_intellisense": "IntelliSense 伺服器即將關機: {0}。記憶體使用量為 {1} MB,超過了 {2} MB 的限制。", "failed_to_query_for_standard_version": "無法查詢位於路徑 \"{0}\" 的編譯器預設標準版本。已停用此編譯器的編譯器查詢。", "unrecognized_language_standard_version": "編譯器查詢傳回無法辨識的語言標準版本。將改用支援的最新版本。", - "intellisense_process_crash_detected": "偵測到 IntelliSense 流程損毀。" + "intellisense_process_crash_detected": "偵測到 IntelliSense 流程損毀。", + "return_values_label": "Return values:" } \ No newline at end of file diff --git a/Extension/i18n/csy/package.i18n.json b/Extension/i18n/csy/package.i18n.json index da9226d884..e577a12e12 100644 --- a/Extension/i18n/csy/package.i18n.json +++ b/Extension/i18n/csy/package.i18n.json @@ -167,6 +167,7 @@ "c_cpp.configuration.vcpkg.enabled.markdownDescription": "Povolte integrační služby pro [správce závislostí vcpkg](https://aka.ms/vcpkg/).", "c_cpp.configuration.addNodeAddonIncludePaths.description": "Pokud existují závislosti, přidejte cesty pro zahrnuté soubory z nan a node-addon-api.", "c_cpp.configuration.renameRequiresIdentifier.description": "Když se tato hodnota nastaví na true, operace Přejmenovat symbol bude vyžadovat platný identifikátor C/C++.", + "c_cpp.configuration.autocompleteAddParentheses.description": "Pokud je true, automatické dokončování automaticky přidá za volání funkcí znak (. V takovém případě se může přidat i znak ), záleží na hodnotě nastavení editor.autoClosingBrackets.", "c_cpp.configuration.debugger.useBacktickCommandSubstitution.description": "Když se nastaví na true, nahrazování příkazů shellu ladicího programu bude používat starou verzi obrácené čárky (`).", "c_cpp.contributes.views.cppReferencesView.title": "C/C++: výsledky jiných odkazů", "c_cpp.debuggers.pipeTransport.description": "Pokud je k dispozici, předá ladicímu programu informaci, aby se připojil ke vzdálenému počítači pomocí dalšího spustitelného souboru jako kanál, který bude přenášet standardní vstup a výstup mezi nástrojem VS Code a spustitelným souborem back-endu ladicího programu s podporou MI (třeba gdb).", diff --git a/Extension/i18n/csy/src/nativeStrings.i18n.json b/Extension/i18n/csy/src/nativeStrings.i18n.json index 14800ff1aa..4479b5bd43 100644 --- a/Extension/i18n/csy/src/nativeStrings.i18n.json +++ b/Extension/i18n/csy/src/nativeStrings.i18n.json @@ -206,5 +206,6 @@ "memory_limit_shutting_down_intellisense": "Vypíná se server technologie IntelliSense: {0}. Využití paměti je {1} MB a překročilo limit {2} MB.", "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é.", "unrecognized_language_standard_version": "Dotaz na kompilátor vrátil nerozpoznanou standardní verzi jazyka. Místo ní se použije nejnovější podporovaná verze.", - "intellisense_process_crash_detected": "Zjistilo se chybové ukončení procesu IntelliSense." + "intellisense_process_crash_detected": "Zjistilo se chybové ukončení procesu IntelliSense.", + "return_values_label": "Return values:" } \ No newline at end of file diff --git a/Extension/i18n/deu/package.i18n.json b/Extension/i18n/deu/package.i18n.json index 2abc96325d..44193a7728 100644 --- a/Extension/i18n/deu/package.i18n.json +++ b/Extension/i18n/deu/package.i18n.json @@ -167,6 +167,7 @@ "c_cpp.configuration.vcpkg.enabled.markdownDescription": "Hiermit aktivieren Sie Integrationsdienste für den [vcpkg-Abhängigkeits-Manager](https://aka.ms/vcpkg/).", "c_cpp.configuration.addNodeAddonIncludePaths.description": "Fügen Sie Includepfade aus \"nan\" und \"node-addon-api\" hinzu, wenn es sich um Abhängigkeiten handelt.", "c_cpp.configuration.renameRequiresIdentifier.description": "Bei TRUE ist für \"Symbol umbenennen\" ein gültiger C-/C++-Bezeichner erforderlich.", + "c_cpp.configuration.autocompleteAddParentheses.description": "Bei TRUE fügt AutoVervollständigen automatisch \"(\" nach Funktionsaufrufen hinzu. In diesem Fall kann \")\" abhängig vom Wert der Einstellung \"editor.autoClosingBrackets\" ebenfalls hinzugefügt werden.", "c_cpp.configuration.debugger.useBacktickCommandSubstitution.description": "Bei Festlegung auf TRUE verwendet die Befehlsersetzung der Debugger-Shell obsolete Backtick-Zeichen (`).", "c_cpp.contributes.views.cppReferencesView.title": "C/C++: andere Verweisergebnisse", "c_cpp.debuggers.pipeTransport.description": "Falls angegeben, weist diese Option den Debugger an, eine Verbindung mit einem Remotecomputer mithilfe einer anderen ausführbaren Datei als Pipe herzustellen, die Standardeingaben/-ausgaben zwischen VS Code und der ausführbaren Back-End-Datei für den MI-fähigen Debugger weiterleitet (z. B. gdb).", diff --git a/Extension/i18n/deu/src/nativeStrings.i18n.json b/Extension/i18n/deu/src/nativeStrings.i18n.json index 70a6acfd6b..00268ee13b 100644 --- a/Extension/i18n/deu/src/nativeStrings.i18n.json +++ b/Extension/i18n/deu/src/nativeStrings.i18n.json @@ -206,5 +206,6 @@ "memory_limit_shutting_down_intellisense": "IntelliSense-Server wird heruntergefahren: {0}. Die Arbeitsspeicherauslastung beträgt {1} MB und hat das Limit von {2} MB überschritten.", "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.", "unrecognized_language_standard_version": "Die Compilerabfrage hat eine unbekannte Sprachstandardversion zurückgegeben. Stattdessen wird die neueste unterstützte Version verwendet.", - "intellisense_process_crash_detected": "IntelliSense-Prozessabsturz erkannt." + "intellisense_process_crash_detected": "IntelliSense-Prozessabsturz erkannt.", + "return_values_label": "Return values:" } \ No newline at end of file diff --git a/Extension/i18n/esn/package.i18n.json b/Extension/i18n/esn/package.i18n.json index 2ce50740b8..5b6049baca 100644 --- a/Extension/i18n/esn/package.i18n.json +++ b/Extension/i18n/esn/package.i18n.json @@ -167,6 +167,7 @@ "c_cpp.configuration.vcpkg.enabled.markdownDescription": "Habilita los servicios de integración para el [administrador de dependencias de vcpkg] (https://aka.ms/vcpkg/).", "c_cpp.configuration.addNodeAddonIncludePaths.description": "Agregue rutas de acceso de inclusión de nan y node-addon-api cuando sean dependencias.", "c_cpp.configuration.renameRequiresIdentifier.description": "Si es true, \"Cambiar el nombre del símbolo\" requerirá un identificador de C/C++ válido.", + "c_cpp.configuration.autocompleteAddParentheses.description": "Si es true, la opción de autocompletar agregará \"(\" de forma automática después de las llamadas a funciones, en cuyo caso puede que también se agregue \")\", en función del valor de la configuración de \"editor.autoClosingBrackets\".", "c_cpp.configuration.debugger.useBacktickCommandSubstitution.description": "Si es true, la sustitución de comandos del shell del depurador usará la marca de comilla simple (') obsoleta.", "c_cpp.contributes.views.cppReferencesView.title": "C/C++: resultados de otras referencias", "c_cpp.debuggers.pipeTransport.description": "Cuando se especifica, indica al depurador que se conecte a un equipo remoto usando otro archivo ejecutable como canalización que retransmitirá la entrada o la salida estándar entre VS Code y el archivo ejecutable del back-end del depurador habilitado para MI (por ejemplo, gdb).", diff --git a/Extension/i18n/esn/src/nativeStrings.i18n.json b/Extension/i18n/esn/src/nativeStrings.i18n.json index f93a53a1f3..723d86e0b1 100644 --- a/Extension/i18n/esn/src/nativeStrings.i18n.json +++ b/Extension/i18n/esn/src/nativeStrings.i18n.json @@ -206,5 +206,6 @@ "memory_limit_shutting_down_intellisense": "Cerrando el servidor de IntelliSense: {0}. El uso de la memoria es de {1} MB y ha superado el límite de {2} MB.", "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.", "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.", - "intellisense_process_crash_detected": "Se ha detectado un bloqueo del proceso de IntelliSense." + "intellisense_process_crash_detected": "Se ha detectado un bloqueo del proceso de IntelliSense.", + "return_values_label": "Return values:" } \ No newline at end of file diff --git a/Extension/i18n/fra/package.i18n.json b/Extension/i18n/fra/package.i18n.json index 594a8cc459..abf8da33bd 100644 --- a/Extension/i18n/fra/package.i18n.json +++ b/Extension/i18n/fra/package.i18n.json @@ -167,6 +167,7 @@ "c_cpp.configuration.vcpkg.enabled.markdownDescription": "Activez les services d'intégration pour le [gestionnaire de dépendances vcpkg] (https://aka.ms/vcpkg/).", "c_cpp.configuration.addNodeAddonIncludePaths.description": "Ajoute des chemins include à partir de nan et node-addon-api quand il s'agit de dépendances.", "c_cpp.configuration.renameRequiresIdentifier.description": "Si la valeur est true, l'opération Renommer le symbole nécessite un identificateur C/C++ valide.", + "c_cpp.configuration.autocompleteAddParentheses.description": "Si la valeur est true, l'autocomplétion ajoute automatiquement \"(\" après les appels de fonction. Dans ce cas \")\" peut également être ajouté, en fonction de la valeur du paramètre \"editor.autoClosingBrackets\".", "c_cpp.configuration.debugger.useBacktickCommandSubstitution.description": "Si la valeur est true, le remplacement de la commande d'interpréteur de commandes du débogueur utilise un accent grave (`) obsolète.", "c_cpp.contributes.views.cppReferencesView.title": "C/C++ : Autres résultats des références", "c_cpp.debuggers.pipeTransport.description": "Quand ce paramètre est présent, indique au débogueur de se connecter à un ordinateur distant en se servant d'un autre exécutable comme canal de relais d'entrée/de sortie standard entre VS Code et l'exécutable du back-end du débogueur MI (par exemple, gdb).", diff --git a/Extension/i18n/fra/src/nativeStrings.i18n.json b/Extension/i18n/fra/src/nativeStrings.i18n.json index d70e5beae5..16fbef7f73 100644 --- a/Extension/i18n/fra/src/nativeStrings.i18n.json +++ b/Extension/i18n/fra/src/nativeStrings.i18n.json @@ -206,5 +206,6 @@ "memory_limit_shutting_down_intellisense": "Arrêt du serveur IntelliSense : {0}. L'utilisation de la mémoire est de {1} Mo et a dépassé la limite fixée à {2} Mo.", "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.", "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.", - "intellisense_process_crash_detected": "Détection d'un plantage du processus IntelliSense." + "intellisense_process_crash_detected": "Détection d'un plantage du processus IntelliSense.", + "return_values_label": "Return values:" } \ No newline at end of file diff --git a/Extension/i18n/ita/package.i18n.json b/Extension/i18n/ita/package.i18n.json index 9e48580f9f..d677175786 100644 --- a/Extension/i18n/ita/package.i18n.json +++ b/Extension/i18n/ita/package.i18n.json @@ -167,6 +167,7 @@ "c_cpp.configuration.vcpkg.enabled.markdownDescription": "Abilita i servizi di integrazione per l'[utilità di gestione dipendenze di vcpkg] (https://aka.ms/vcpkg/).", "c_cpp.configuration.addNodeAddonIncludePaths.description": "Aggiunge percorsi di inclusione da nan e node-addon-api quando sono dipendenze.", "c_cpp.configuration.renameRequiresIdentifier.description": "Se è true, con 'Rinomina simbolo' sarà richiesto un identificatore C/C++ valido.", + "c_cpp.configuration.autocompleteAddParentheses.description": "Se è true, il completamento automatico aggiungerà automaticamente \"(\" dopo le chiamate di funzione. In tal caso potrebbe essere aggiunto anche \")\", a seconda del valore dell'impostazione \"editor.autoClosingBrackets\".", "c_cpp.configuration.debugger.useBacktickCommandSubstitution.description": "Se è true, per la sostituzione del comando della shell del debugger verrà usato il carattere backtick obsoleto (`).", "c_cpp.contributes.views.cppReferencesView.title": "C/C++: Risultati altri riferimenti", "c_cpp.debuggers.pipeTransport.description": "Se presente, indica al debugger di connettersi a un computer remoto usando come pipe un altro eseguibile che inoltra l'input/output standard tra VS Code e l'eseguibile back-end del debugger abilitato per MI, ad esempio gdb.", diff --git a/Extension/i18n/ita/src/nativeStrings.i18n.json b/Extension/i18n/ita/src/nativeStrings.i18n.json index a89246c614..d25d1ed0af 100644 --- a/Extension/i18n/ita/src/nativeStrings.i18n.json +++ b/Extension/i18n/ita/src/nativeStrings.i18n.json @@ -206,5 +206,6 @@ "memory_limit_shutting_down_intellisense": "Il server IntelliSense verrà arrestato: {0}. La memoria utilizzata è {1} MB e ha superato il limite di {2} MB.", "failed_to_query_for_standard_version": "Non è stato possibile eseguire una query sul compilatore nel percorso \"{0}\" per le versioni standard predefinite. L'esecuzione di query del compilatore è disabilitata per questo compilatore.", "unrecognized_language_standard_version": "La query del compilatore ha restituito una versione standard del linguaggio non riconosciuta. In alternativa, verrà usata la versione più recente supportata.", - "intellisense_process_crash_detected": "È stato rilevato un arresto anomalo del processo IntelliSense." + "intellisense_process_crash_detected": "È stato rilevato un arresto anomalo del processo IntelliSense.", + "return_values_label": "Valori restituiti:" } \ No newline at end of file diff --git a/Extension/i18n/jpn/package.i18n.json b/Extension/i18n/jpn/package.i18n.json index e8d70b2366..2e4e2bf5a0 100644 --- a/Extension/i18n/jpn/package.i18n.json +++ b/Extension/i18n/jpn/package.i18n.json @@ -167,6 +167,7 @@ "c_cpp.configuration.vcpkg.enabled.markdownDescription": "[vcpkg 依存関係マネージャー](https://aka.ms/vcpkg/) の統合サービスを有効にします。", "c_cpp.configuration.addNodeAddonIncludePaths.description": "依存関係にある場合は、nan および node-addon-api からのインクルード パスを追加します。", "c_cpp.configuration.renameRequiresIdentifier.description": "true の場合、'シンボルの名前変更' には有効な C/C++ 識別子が必要です。", + "c_cpp.configuration.autocompleteAddParentheses.description": "true の場合、関数呼び出しの後に \"(\" が自動的に追加されます。その場合は、\"editor.autoClosingBrackets\" 設定の値に応じて、\")\" も追加される場合があります。", "c_cpp.configuration.debugger.useBacktickCommandSubstitution.description": "True の場合、デバッガー シェルのコマンド置換では古いバックティック (') が使用されます。", "c_cpp.contributes.views.cppReferencesView.title": "C/C++: その他の参照結果", "c_cpp.debuggers.pipeTransport.description": "これを指定すると、デバッガーにより、別の実行可能ファイルをパイプとして使用してリモート コンピューターに接続され、VS Code と MI 対応のデバッガー バックエンド実行可能ファイル (gdb など) との間で標準入出力が中継されます。", diff --git a/Extension/i18n/jpn/src/nativeStrings.i18n.json b/Extension/i18n/jpn/src/nativeStrings.i18n.json index 259d6ef7fd..4254a34fdb 100644 --- a/Extension/i18n/jpn/src/nativeStrings.i18n.json +++ b/Extension/i18n/jpn/src/nativeStrings.i18n.json @@ -206,5 +206,6 @@ "memory_limit_shutting_down_intellisense": "IntelliSense サーバーをシャットダウンしています: {0}。メモリ使用量は {1} MB で、{2} MB の制限を超えました。", "failed_to_query_for_standard_version": "既定の標準バージョンのパス \"{0}\" でコンパイラをクエリできませんでした。このコンパイラでは、コンパイラのクエリが無効になっています。", "unrecognized_language_standard_version": "コンパイラ クエリにより、認識されない言語標準バージョンが返されました。代わりに、サポートされている最新のバージョンが使用されます。", - "intellisense_process_crash_detected": "IntelliSense プロセスのクラッシュが検出されました。" + "intellisense_process_crash_detected": "IntelliSense プロセスのクラッシュが検出されました。", + "return_values_label": "Return values:" } \ No newline at end of file diff --git a/Extension/i18n/kor/package.i18n.json b/Extension/i18n/kor/package.i18n.json index 5b98492564..cb6d9f5397 100644 --- a/Extension/i18n/kor/package.i18n.json +++ b/Extension/i18n/kor/package.i18n.json @@ -167,6 +167,7 @@ "c_cpp.configuration.vcpkg.enabled.markdownDescription": "[vcpkg 종속성 관리자](https://aka.ms/vcpkg/)에 통합 서비스를 사용하도록 설정합니다.", "c_cpp.configuration.addNodeAddonIncludePaths.description": "nan 및 node-addon-api가 종속성일 때 해당 포함 경로를 추가합니다.", "c_cpp.configuration.renameRequiresIdentifier.description": "true이면 '기호 이름 바꾸기'에 유효한 C/C++ 식별자가 필요합니다.", + "c_cpp.configuration.autocompleteAddParentheses.description": "true이면 자동 완성에서 \"editor.autoClosingBrackets\" 설정 값에 따라 함수 호출 뒤에 \"(\"를 자동으로 추가하며, 이 경우 \")\"도 추가될 수 있습니다.", "c_cpp.configuration.debugger.useBacktickCommandSubstitution.description": "true인 경우 디버거 셸 명령 대체가 사용되지 않는 백틱(`)을 사용합니다.", "c_cpp.contributes.views.cppReferencesView.title": "C/C++: 기타 참조 결과", "c_cpp.debuggers.pipeTransport.description": "있을 경우 VS Code와 MI 지원 디버거 백 엔드 실행 파일(예: gdb) 사이에 표준 입출력을 릴레이하는 파이프로 다른 실행 파일을 사용하여 원격 컴퓨터에 연결되도록 디버거를 지정합니다.", diff --git a/Extension/i18n/kor/src/nativeStrings.i18n.json b/Extension/i18n/kor/src/nativeStrings.i18n.json index 7c932c5a4c..1cd9b21ebb 100644 --- a/Extension/i18n/kor/src/nativeStrings.i18n.json +++ b/Extension/i18n/kor/src/nativeStrings.i18n.json @@ -206,5 +206,6 @@ "memory_limit_shutting_down_intellisense": "IntelliSense 서버 {0}을(를) 종료하는 중입니다. 메모리 사용량이 {1}MB이며 {2}MB 한도를 초과했습니다.", "failed_to_query_for_standard_version": "기본 표준 버전에 대해 경로 \"{0}\"에서 컴파일러를 쿼리하지 못했습니다. 이 컴파일러에 대해서는 컴파일러 쿼리를 사용할 수 없습니다.", "unrecognized_language_standard_version": "컴파일러 쿼리에서 인식할 수 없는 언어 표준 버전을 반환했습니다. 지원되는 최신 버전이 대신 사용됩니다.", - "intellisense_process_crash_detected": "IntelliSense 프로세스 크래시가 감지되었습니다." + "intellisense_process_crash_detected": "IntelliSense 프로세스 크래시가 감지되었습니다.", + "return_values_label": "Return values:" } \ No newline at end of file diff --git a/Extension/i18n/plk/package.i18n.json b/Extension/i18n/plk/package.i18n.json index 08fa686daa..5a4ee07ee9 100644 --- a/Extension/i18n/plk/package.i18n.json +++ b/Extension/i18n/plk/package.i18n.json @@ -167,6 +167,7 @@ "c_cpp.configuration.vcpkg.enabled.markdownDescription": "Włącz usługi integracji dla elementu [vcpkg dependency manager](https://aka.ms/vcpkg/).", "c_cpp.configuration.addNodeAddonIncludePaths.description": "Dodaj ścieżki dołączania z bibliotek nan i node-addon-api, gdy są one zależnościami.", "c_cpp.configuration.renameRequiresIdentifier.description": "Jeśli ma wartość true, operacja „Zmień nazwę symbolu” będzie wymagać prawidłowego identyfikatora C/C++.", + "c_cpp.configuration.autocompleteAddParentheses.description": "W przypadku podania wartości true Autouzupełnianie będzie automatycznie dodawać znak „(” po wywołaniach funkcji, co może też powodować dodawanie znaku „)” w zależności od ustawienia „editor.autoClosingBrackets”.", "c_cpp.configuration.debugger.useBacktickCommandSubstitution.description": "Jeśli wartość będzie równa true, podstawianie poleceń powłoki debugera będzie używać przestarzałego grawisa (`).", "c_cpp.contributes.views.cppReferencesView.title": "C/C++: inne wyniki odwołań", "c_cpp.debuggers.pipeTransport.description": "Jeśli jest obecny, zawiera instrukcje dla debugera, aby połączył się z komputerem zdalnym przy użyciu innego pliku wykonywalnego jako potoku, który będzie przekazywał standardowe wejście/wyjście między programem VS Code a plikiem wykonywalnym zaplecza debugera z włączoną obsługą indeksu MI (takim jak gdb).", diff --git a/Extension/i18n/plk/src/nativeStrings.i18n.json b/Extension/i18n/plk/src/nativeStrings.i18n.json index affbc2a26c..b56d48edce 100644 --- a/Extension/i18n/plk/src/nativeStrings.i18n.json +++ b/Extension/i18n/plk/src/nativeStrings.i18n.json @@ -206,5 +206,6 @@ "memory_limit_shutting_down_intellisense": "Zamykanie serwera funkcji IntelliSense: {0}. Użycie pamięci to {1} MB i przekroczyło limit wynoszący {2} MB.", "failed_to_query_for_standard_version": "Nie można wykonać zapytań dotyczących kompilatora w ścieżce „{0}” dla domyślnych wersji standardowych. Wykonywanie zapytań dotyczących kompilatora jest wyłączone dla tego kompilatora.", "unrecognized_language_standard_version": "Zapytanie kompilatora zwróciło nierozpoznaną wersję standardu języka. Zamiast tego zostanie użyta najnowsza obsługiwana wersja.", - "intellisense_process_crash_detected": "Wykryto awarię procesu funkcji IntelliSense." + "intellisense_process_crash_detected": "Wykryto awarię procesu funkcji IntelliSense.", + "return_values_label": "Return values:" } \ No newline at end of file diff --git a/Extension/i18n/ptb/package.i18n.json b/Extension/i18n/ptb/package.i18n.json index 83d10eff79..d5f743f915 100644 --- a/Extension/i18n/ptb/package.i18n.json +++ b/Extension/i18n/ptb/package.i18n.json @@ -167,6 +167,7 @@ "c_cpp.configuration.vcpkg.enabled.markdownDescription": "Habilitar os serviços de integração para o [gerenciador de dependências vcpkg](https://aka.ms/vcpkg/).", "c_cpp.configuration.addNodeAddonIncludePaths.description": "Adicionar caminhos de inclusão de nan e node-addon-api quando eles forem dependências.", "c_cpp.configuration.renameRequiresIdentifier.description": "Se for true, 'Renomear Símbolo' exigirá um identificador C/C++ válido.", + "c_cpp.configuration.autocompleteAddParentheses.description": "Se esta opção for true, o recurso Preenchimento Automático adicionará automaticamente \"(\" após as chamadas de função e, nesse caso, \")\" também poderá ser adicionado, dependendo do valor da configuração \"editor.autoClosingBrackets\".", "c_cpp.configuration.debugger.useBacktickCommandSubstitution.description": "Se esta configuração for true, a substituição do comando do shell do depurador usará o acento grave obsoleto (`).", "c_cpp.contributes.views.cppReferencesView.title": "C/C++: outros resultados de referências", "c_cpp.debuggers.pipeTransport.description": "Quando presente, isso instrui o depurador a conectar-se a um computador remoto usando outro executável como um pipe que retransmitirá a entrada/saída padrão entre o VS Code e o executável do back-end do depurador habilitado para MI (como gdb).", diff --git a/Extension/i18n/ptb/src/nativeStrings.i18n.json b/Extension/i18n/ptb/src/nativeStrings.i18n.json index 999004f02f..078ffffe47 100644 --- a/Extension/i18n/ptb/src/nativeStrings.i18n.json +++ b/Extension/i18n/ptb/src/nativeStrings.i18n.json @@ -206,5 +206,6 @@ "memory_limit_shutting_down_intellisense": "Desligando o servidor do IntelliSense: {0}. O uso de memória é {1} MB e excedeu o limite de {2} MB.", "failed_to_query_for_standard_version": "Falha ao consultar compilador no caminho \"{0}\" para as versões padrão. A consulta do compilador está desabilitada para este compilador.", "unrecognized_language_standard_version": "A consulta do compilador retornou uma versão do padrão de linguagem não reconhecida. Nesse caso, será usada a última versão com suporte.", - "intellisense_process_crash_detected": "Falha detectada no processo do IntelliSense." + "intellisense_process_crash_detected": "Falha detectada no processo do IntelliSense.", + "return_values_label": "Return values:" } \ No newline at end of file diff --git a/Extension/i18n/rus/package.i18n.json b/Extension/i18n/rus/package.i18n.json index 9db9fbe0ef..060eba75ab 100644 --- a/Extension/i18n/rus/package.i18n.json +++ b/Extension/i18n/rus/package.i18n.json @@ -167,6 +167,7 @@ "c_cpp.configuration.vcpkg.enabled.markdownDescription": "Включите службы интеграции для [диспетчера зависимостей vcpkg](https://aka.ms/vcpkg/).", "c_cpp.configuration.addNodeAddonIncludePaths.description": "Добавить пути включения из nan и node-addon-api, если они являются зависимостями.", "c_cpp.configuration.renameRequiresIdentifier.description": "Если этот параметр имеет значение true, для операции \"Переименование символов\" потребуется указать допустимый идентификатор C/C++.", + "c_cpp.configuration.autocompleteAddParentheses.description": "Если значение — true, автозаполнение автоматически добавит \"(\" после вызовов функции, и в этом случае также может добавить \")\" в зависимости от значения параметра \"editor.autoClosingBrackets\".", "c_cpp.configuration.debugger.useBacktickCommandSubstitution.description": "Если задано значение true, для подстановки команд оболочки отладчика будет использоваться устаревший обратный апостроф (`).", "c_cpp.contributes.views.cppReferencesView.title": "C/C++: результаты по другим ссылкам", "c_cpp.debuggers.pipeTransport.description": "При наличии сообщает отладчику о необходимости подключения к удаленному компьютеру с помощью другого исполняемого файла в качестве канала, который будет пересылать стандартный ввод и вывод между VS Code и исполняемым файлом отладчика с поддержкой MI в серверной части (например, gdb).", diff --git a/Extension/i18n/rus/src/nativeStrings.i18n.json b/Extension/i18n/rus/src/nativeStrings.i18n.json index 474c71ef58..670110c892 100644 --- a/Extension/i18n/rus/src/nativeStrings.i18n.json +++ b/Extension/i18n/rus/src/nativeStrings.i18n.json @@ -206,5 +206,6 @@ "memory_limit_shutting_down_intellisense": "Завершение работы сервера IntelliSense: {0}. Используемый объем памяти ({1} МБ) превысил ограничение ({2} МБ).", "failed_to_query_for_standard_version": "Не удалось запросить компилятор по пути \"{0}\" для стандартных версий по умолчанию. Запросы для этого компилятора отключены.", "unrecognized_language_standard_version": "Проба компилятора возвратила нераспознанную версию стандарта языка. Вместо этого будет использоваться последняя поддерживаемая версия.", - "intellisense_process_crash_detected": "Обнаружен сбой процесса IntelliSense." + "intellisense_process_crash_detected": "Обнаружен сбой процесса IntelliSense.", + "return_values_label": "Return values:" } \ No newline at end of file diff --git a/Extension/i18n/trk/package.i18n.json b/Extension/i18n/trk/package.i18n.json index ec8b34deae..e3e3908582 100644 --- a/Extension/i18n/trk/package.i18n.json +++ b/Extension/i18n/trk/package.i18n.json @@ -167,6 +167,7 @@ "c_cpp.configuration.vcpkg.enabled.markdownDescription": "[vcpkg bağımlılık yöneticisi](https://aka.ms/vcpkg/) için tümleştirme hizmetlerini etkinleştirin.", "c_cpp.configuration.addNodeAddonIncludePaths.description": "nan ve node-addon-api bağımlılık olduğunda bunlardan ekleme yolları ekleyin.", "c_cpp.configuration.renameRequiresIdentifier.description": "True ise, 'Sembolü Yeniden Adlandır' işlemi için geçerli bir C/C++ tanımlayıcısı gerekir.", + "c_cpp.configuration.autocompleteAddParentheses.description": "If true, autocomplete will automatically add \"(\" after function calls, in which case \")\" may also be added, depending on the value of the \"editor.autoClosingBrackets\" setting.", "c_cpp.configuration.debugger.useBacktickCommandSubstitution.description": "True ise, hata ayıklayıcı kabuk komut değiştirme eski kesme işaretini (`) kullanır.", "c_cpp.contributes.views.cppReferencesView.title": "C/C++: Diğer başvuru sonuçları", "c_cpp.debuggers.pipeTransport.description": "Mevcut olduğunda, hata ayıklayıcısına, VS Code ile MI özellikli hata ayıklayıcısı arka uç yürütülebilir dosyası (gdb gibi) arasında standart giriş/çıkış geçişi sağlayan bir kanal olarak görev yapacak başka bir yürütülebilir dosya aracılığıyla uzak bilgisayara bağlanmasını söyler.", diff --git a/Extension/i18n/trk/src/nativeStrings.i18n.json b/Extension/i18n/trk/src/nativeStrings.i18n.json index 65bd0aabe6..941f5b1007 100644 --- a/Extension/i18n/trk/src/nativeStrings.i18n.json +++ b/Extension/i18n/trk/src/nativeStrings.i18n.json @@ -206,5 +206,6 @@ "memory_limit_shutting_down_intellisense": "IntelliSense sunucusu kapatılıyor: {0}. Bellek kullanımı {1} MB olduğundan {2} MB sınırını aştı.", "failed_to_query_for_standard_version": "Varsayılan standart sürümler için \"{0}\" yolundaki derleyici sorgulanamadı. Derleyici sorgulaması bu derleyici için devre dışı bırakıldı.", "unrecognized_language_standard_version": "Derleyici sorgusu, tanınmayan bir dil standardı sürümü döndürdü. Bunun yerine desteklenen en güncel sürüm kullanılacak.", - "intellisense_process_crash_detected": "IntelliSense işlem kilitlenmesi saptandı." + "intellisense_process_crash_detected": "IntelliSense işlem kilitlenmesi saptandı.", + "return_values_label": "Return values:" } \ No newline at end of file diff --git a/Extension/package.json b/Extension/package.json index 8a58bfc80e..b9bc3c8bdf 100644 --- a/Extension/package.json +++ b/Extension/package.json @@ -1157,6 +1157,12 @@ "default": "Enabled", "description": "%c_cpp.configuration.codeFolding.description%", "scope": "window" + }, + "C_Cpp.autocompleteAddParentheses": { + "type": "boolean", + "default": true, + "description": "%c_cpp.configuration.autocompleteAddParentheses.description%", + "scope": "resource" } } }, @@ -2004,7 +2010,7 @@ "%c_cpp.debuggers.cppvsdbg.console.newExternalWindow.description%" ], "description": "%c_cpp.debuggers.cppvsdbg.console.description%", - "default": "externalTerminal" + "default": "internalConsole" }, "sourceFileMap": { "type": "object", @@ -2427,7 +2433,7 @@ "gulp-typescript": "^5.0.1", "http-proxy-agent": "^2.1.0", "minimist": "^1.2.5", - "mocha": "^4.0.0", + "mocha": "^5.2.0", "parse5": "^5.1.0", "parse5-traverse": "^1.0.3", "ts-loader": "^6.0.4", @@ -2458,21 +2464,24 @@ "yauzl": "^2.10.0" }, "resolutions": { - "https-proxy-agent": "^2.2.4", - "webpack/acorn": "^6.4.1", - "webpack/terser-webpack-plugin": "^1.4.5", - "gulp-sourcemaps/acorn": "^5.7.4", + "elliptic": "^6.5.4", "eslint/acorn": "^7.1.1", "gulp-eslint/acorn": "^7.1.1", + "gulp-sourcemaps/acorn": "^5.7.4", + "https-proxy-agent": "^2.2.4", + "lodash": "^4.17.21", "**/mkdirp/minimist": "^0.2.1", + "node-fetch": "^2.6.1", + "plist/xmldom": "^0.5.0", + "webpack/acorn": "^6.4.1", + "webpack/terser-webpack-plugin": "^1.4.5", "yargs-parser": "^15.0.1", - "mocha/diff": "^3.5.0", - "node-fetch": "^2.6.1" + "y18n": "^5.0.5" }, "runtimeDependencies": [ { "description": "C/C++ language components (Linux / x86_64)", - "url": "https://go.microsoft.com/fwlink/?linkid=2155055", + "url": "https://go.microsoft.com/fwlink/?linkid=2156408", "platforms": [ "linux" ], @@ -2483,11 +2492,11 @@ "./bin/cpptools", "./bin/cpptools-srv" ], - "integrity": "FDF8FA4701541B1452E70E21D0612ABAD0755B4CDA43A22F2F64408295ABE3DE" + "integrity": "81740FC42FDFBEC9AF72EE69B6FC985841E8879DE7197D1859B339BE0418E2C2" }, { "description": "C/C++ language components (Linux / armhf)", - "url": "https://go.microsoft.com/fwlink/?linkid=2155056", + "url": "https://go.microsoft.com/fwlink/?linkid=2156409", "platforms": [ "linux" ], @@ -2498,11 +2507,11 @@ "./bin/cpptools", "./bin/cpptools-srv" ], - "integrity": "E0D0074697142568720D11A340AB30E31F07A7A4CEDA5E46A2C26E16F5CF1B09" + "integrity": "E12B49A74D9E6D7D43BE7ED88E470B8871E1750392D48B0FCFEED4C7E5C523FB" }, { "description": "C/C++ language components (Linux / aarch64)", - "url": "https://go.microsoft.com/fwlink/?linkid=2155054", + "url": "https://go.microsoft.com/fwlink/?linkid=2156407", "platforms": [ "linux" ], @@ -2513,11 +2522,11 @@ "./bin/cpptools", "./bin/cpptools-srv" ], - "integrity": "5D7E1813226F1C222CF1E458F30C6BDBCB3ECEDCCCA624A76E1C6A8EDA7DD8AB" + "integrity": "F84424B48790EAE110F0B4ED35D8DEE2347754C79C9A1879BCE5A93038A249A3" }, { "description": "C/C++ language components (OS X)", - "url": "https://go.microsoft.com/fwlink/?linkid=2154885", + "url": "https://go.microsoft.com/fwlink/?linkid=2156301", "platforms": [ "darwin" ], @@ -2525,11 +2534,11 @@ "./bin/cpptools", "./bin/cpptools-srv" ], - "integrity": "6F44267C13A946FD3A47B9F697D69104A70817D355CDD75DFEFCA28C234DAEC2" + "integrity": "448A17E1D7C639C99F0AE47A88705956BA03F8CFA401C0C00CD074945275B513" }, { "description": "C/C++ language components (Windows)", - "url": "https://go.microsoft.com/fwlink/?linkid=2155057", + "url": "https://go.microsoft.com/fwlink/?linkid=2156410", "platforms": [ "win32" ], @@ -2541,11 +2550,11 @@ "./bin/cpptools.exe", "./bin/cpptools-srv.exe" ], - "integrity": "68FB052A6F26A6E3287DAF7DBE4B2EDC9AC7EDAC3CFEFA91D709E466E5E97436" + "integrity": "39B7EA69F9CDC1B2B98DBFD189617640029E6C9CBDFE9BF6789B4E013D6550F4" }, { "description": "C/C++ language components (Windows ARM64)", - "url": "https://go.microsoft.com/fwlink/?linkid=2155058", + "url": "https://go.microsoft.com/fwlink/?linkid=2156502", "platforms": [ "win32" ], @@ -2556,7 +2565,7 @@ "./bin/cpptools.exe", "./bin/cpptools-srv.exe" ], - "integrity": "A9C9EBCFCBB91D8212F912B93CBADFF873126089AF4E74B660EAEB9D91EB0DA7" + "integrity": "30B836279F948CDFD751546E679F459FE2CFD7BD578952AF1A1D8943D5C4A0F6" }, { "description": "ClangFormat (Linux / x86_64)", diff --git a/Extension/package.nls.json b/Extension/package.nls.json index fa55c0566c..8d23796dd1 100644 --- a/Extension/package.nls.json +++ b/Extension/package.nls.json @@ -162,6 +162,7 @@ "c_cpp.configuration.vcpkg.enabled.markdownDescription": "Enable integration services for the [vcpkg dependency manager](https://aka.ms/vcpkg/).", "c_cpp.configuration.addNodeAddonIncludePaths.description": "Add include paths from nan and node-addon-api when they're dependencies.", "c_cpp.configuration.renameRequiresIdentifier.description": "If true, 'Rename Symbol' will require a valid C/C++ identifier.", + "c_cpp.configuration.autocompleteAddParentheses.description": "If true, autocomplete will automatically add \"(\" after function calls, in which case \")\" may also be added, depending on the value of the \"editor.autoClosingBrackets\" setting.", "c_cpp.configuration.debugger.useBacktickCommandSubstitution.description": "If true, debugger shell command substitution will use obsolete backtick (`).", "c_cpp.contributes.views.cppReferencesView.title": "C/C++: Other references results", "c_cpp.debuggers.pipeTransport.description": "When present, this tells the debugger to connect to a remote computer using another executable as a pipe that will relay standard input/output between VS Code and the MI-enabled debugger backend executable (such as gdb).", diff --git a/Extension/src/Debugger/configurationProvider.ts b/Extension/src/Debugger/configurationProvider.ts index cd4e5cb5a4..08a34c8ef5 100644 --- a/Extension/src/Debugger/configurationProvider.ts +++ b/Extension/src/Debugger/configurationProvider.ts @@ -182,7 +182,11 @@ class CppConfigurationProvider implements vscode.DebugConfigurationProvider { newConfig.name = compilerName + buildAndDebugActiveFileStr(); newConfig.preLaunchTask = task.name; - newConfig.console = "externalTerminal"; + if (newConfig.type === "cppdbg") { + newConfig.externalConsole = false; + } else { + newConfig.console = "externalTerminal"; + } const exeName: string = path.join("${fileDirname}", "${fileBasenameNoExtension}"); const isWindows: boolean = platform === 'win32'; newConfig.program = isWindows ? exeName + ".exe" : exeName; diff --git a/Extension/src/Debugger/configurations.ts b/Extension/src/Debugger/configurations.ts index 4a4908ff7d..5f809cb446 100644 --- a/Extension/src/Debugger/configurations.ts +++ b/Extension/src/Debugger/configurations.ts @@ -44,7 +44,7 @@ function createLaunchString(name: string, type: string, executable: string): str "stopAtEntry": false, "cwd": "$\{workspaceFolder\}", "environment": [], -"console": "externalTerminal" +${ type === "cppdbg" ? `"externalConsole": false` : `"console": "externalTerminal"` } `; } diff --git a/Extension/src/LanguageServer/Providers/documentSymbolProvider.ts b/Extension/src/LanguageServer/Providers/documentSymbolProvider.ts index 230b0e3e0c..df70afd923 100644 --- a/Extension/src/LanguageServer/Providers/documentSymbolProvider.ts +++ b/Extension/src/LanguageServer/Providers/documentSymbolProvider.ts @@ -5,6 +5,7 @@ import * as vscode from 'vscode'; import { DefaultClient, LocalizeDocumentSymbol, GetDocumentSymbolRequestParams, GetDocumentSymbolRequest } from '../client'; import * as util from '../../common'; +import { processDelayedDidOpen } from '../extension'; export class DocumentSymbolProvider implements vscode.DocumentSymbolProvider { private client: DefaultClient; @@ -26,6 +27,9 @@ export class DocumentSymbolProvider implements vscode.DocumentSymbolProvider { return documentSymbols; } public async provideDocumentSymbols(document: vscode.TextDocument): Promise { + if (!this.client.TrackedDocuments.has(document)) { + processDelayedDidOpen(document); + } return this.client.requestWhenReady(() => { const params: GetDocumentSymbolRequestParams = { uri: document.uri.toString() diff --git a/Extension/src/LanguageServer/client.ts b/Extension/src/LanguageServer/client.ts index 0ee7e158f2..462ca24073 100644 --- a/Extension/src/LanguageServer/client.ts +++ b/Extension/src/LanguageServer/client.ts @@ -915,6 +915,7 @@ export class DefaultClient implements Client { const settings_filesEncoding: (string | undefined)[] = []; const settings_filesExclude: (vscode.WorkspaceConfiguration | undefined)[] = []; const settings_searchExclude: (vscode.WorkspaceConfiguration | undefined)[] = []; + const settings_editorAutoClosingBrackets: (string | undefined)[] = []; const settings_intelliSenseEngine: (string | undefined)[] = []; const settings_intelliSenseEngineFallback: (string | undefined)[] = []; const settings_errorSquiggles: (string | undefined)[] = []; @@ -927,7 +928,8 @@ export class DefaultClient implements Client { const settings_intelliSenseCachePath: (string | undefined)[] = []; const settings_intelliSenseCacheSize: (number | undefined)[] = []; const settings_intelliSenseMemoryLimit: (number | undefined)[] = []; - const settings_autoComplete: (string | undefined)[] = []; + const settings_autocomplete: (string | undefined)[] = []; + const settings_autocompleteAddParentheses: (boolean | undefined)[] = []; const workspaceSettings: CppSettings = new CppSettings(); const workspaceOtherSettings: OtherSettings = new OtherSettings(); const settings_indentBraces: boolean[] = []; @@ -1080,13 +1082,15 @@ export class DefaultClient implements Client { settings_intelliSenseCachePath.push(util.resolveCachePath(setting.intelliSenseCachePath, this.AdditionalEnvironment)); settings_intelliSenseCacheSize.push(setting.intelliSenseCacheSize); settings_intelliSenseMemoryLimit.push(setting.intelliSenseMemoryLimit); - settings_autoComplete.push(setting.autoComplete); + settings_autocomplete.push(setting.autocomplete); + settings_autocompleteAddParentheses.push(setting.autocompleteAddParentheses); } for (const otherSetting of otherSettings) { settings_filesEncoding.push(otherSetting.filesEncoding); settings_filesExclude.push(otherSetting.filesExclude); settings_searchExclude.push(otherSetting.searchExclude); + settings_editorAutoClosingBrackets.push(otherSetting.editorAutoClosingBrackets); } } @@ -1194,6 +1198,9 @@ export class DefaultClient implements Client { files: { encoding: settings_filesEncoding }, + editor: { + autoClosingBrackets: settings_editorAutoClosingBrackets + }, workspace_fallback_encoding: workspaceOtherSettings.filesEncoding, exclude_files: settings_filesExclude, exclude_search: settings_searchExclude, @@ -1206,7 +1213,8 @@ export class DefaultClient implements Client { intelliSenseCacheSize : settings_intelliSenseCacheSize, intelliSenseMemoryLimit : settings_intelliSenseMemoryLimit, intelliSenseUpdateDelay: workspaceSettings.intelliSenseUpdateDelay, - autocomplete: settings_autoComplete, + autocomplete: settings_autocomplete, + autocompleteAddParentheses: settings_autocompleteAddParentheses, errorSquiggles: settings_errorSquiggles, dimInactiveRegions: settings_dimInactiveRegions, enhancedColorization: settings_enhancedColorization, @@ -1292,8 +1300,10 @@ export class DefaultClient implements Client { }, space: vscode.workspace.getConfiguration("C_Cpp.vcFormat.space", this.RootUri), wrap: vscode.workspace.getConfiguration("C_Cpp.vcFormat.wrap", this.RootUri) - }, - tabSize: vscode.workspace.getConfiguration("editor.tabSize", this.RootUri) + } + }, + editor: { + autoClosingBrackets: otherSettingsFolder.editorAutoClosingBrackets }, files: { encoding: otherSettingsFolder.filesEncoding, diff --git a/Extension/src/LanguageServer/configurations.ts b/Extension/src/LanguageServer/configurations.ts index 213f739f57..231ddc65a3 100644 --- a/Extension/src/LanguageServer/configurations.ts +++ b/Extension/src/LanguageServer/configurations.ts @@ -159,7 +159,10 @@ export class CppProperties { this.configFolder = path.join(rootPath, ".vscode"); this.diagnosticCollection = vscode.languages.createDiagnosticCollection(rootPath); this.buildVcpkgIncludePath(); - this.readNodeAddonIncludeLocations(rootPath); + const userSettings: CppSettings = new CppSettings(); + if (userSettings.addNodeAddonIncludePaths) { + this.readNodeAddonIncludeLocations(rootPath); + } this.disposables.push(vscode.Disposable.from(this.configurationsChanged, this.selectionChanged, this.compileCommandsChanged)); } @@ -406,15 +409,23 @@ export class CppProperties { if (!error) { try { const pathToNode: string = which.sync("node"); - const nodeAddonMap: { [dependency: string]: string } = { - "nan": `"${pathToNode}" --no-warnings -e "require('nan')"`, - "node-addon-api": `"${pathToNode}" --no-warnings -p "require('node-addon-api').include"` - }; + const nodeAddonMap: [string, string][] = [ + ["node-addon-api", `"${pathToNode}" --no-warnings -p "require('node-addon-api').include"`], + ["nan", `"${pathToNode}" --no-warnings -e "require('nan')"`] + ]; + // Yarn (2) PnP support + const pathToYarn: string | null = which.sync("yarn", { nothrow: true }); + if (pathToYarn && await util.checkDirectoryExists(path.join(rootPath, ".yarn/cache"))) { + nodeAddonMap.push( + ["node-addon-api", `"${pathToYarn}" node --no-warnings -p "require('node-addon-api').include"`], + ["nan", `"${pathToYarn}" node --no-warnings -e "require('nan')"`] + ); + } - for (const dep in nodeAddonMap) { + for (const [dep, execCmd] of nodeAddonMap) { if (dep in package_json.dependencies) { - const execCmd: string = nodeAddonMap[dep]; - let stdout: string = await util.execChildProcess(execCmd, rootPath); + let stdout: string | void = await util.execChildProcess(execCmd, rootPath) + .catch((error) => console.log('readNodeAddonIncludeLocations', error.message)); if (!stdout) { continue; } @@ -691,6 +702,7 @@ export class CppProperties { return; } const settings: CppSettings = new CppSettings(this.rootUri); + const userSettings: CppSettings = new CppSettings(); const env: Environment = this.ExtendedEnvironment; for (let i: number = 0; i < this.configurationJson.configurations.length; i++) { const configuration: Configuration = this.configurationJson.configurations[i]; @@ -698,7 +710,7 @@ export class CppProperties { configuration.includePath = this.updateConfigurationStringArray(configuration.includePath, settings.defaultIncludePath, env); // in case includePath is reset below const origIncludePath: string[] | undefined = configuration.includePath; - if (settings.addNodeAddonIncludePaths) { + if (userSettings.addNodeAddonIncludePaths) { const includePath: string[] = origIncludePath || []; configuration.includePath = includePath.concat(this.nodeAddonIncludes.filter(i => includePath.indexOf(i) < 0)); } diff --git a/Extension/src/LanguageServer/settings.ts b/Extension/src/LanguageServer/settings.ts index 14f02f0bd0..c3c3f75547 100644 --- a/Extension/src/LanguageServer/settings.ts +++ b/Extension/src/LanguageServer/settings.ts @@ -129,7 +129,8 @@ export class CppSettings extends Settings { public get inactiveRegionOpacity(): number | undefined { return super.Section.get("inactiveRegionOpacity"); } public get inactiveRegionForegroundColor(): string | undefined { return super.Section.get("inactiveRegionForegroundColor"); } public get inactiveRegionBackgroundColor(): string | undefined { return super.Section.get("inactiveRegionBackgroundColor"); } - public get autoComplete(): string | undefined { return super.Section.get("autocomplete"); } + public get autocomplete(): string | undefined { return super.Section.get("autocomplete"); } + public get autocompleteAddParentheses(): boolean | undefined { return super.Section.get("autocompleteAddParentheses"); } public get loggingLevel(): string | undefined { return super.Section.get("loggingLevel"); } public get autoAddFileAssociations(): boolean | undefined { return super.Section.get("autoAddFileAssociations"); } public get workspaceParsingPriority(): string | undefined { return super.Section.get("workspaceParsingPriority"); } @@ -480,6 +481,7 @@ export class OtherSettings { } public get editorTabSize(): number | undefined { return vscode.workspace.getConfiguration("editor", this.resource).get("tabSize"); } + public get editorAutoClosingBrackets(): string | undefined { return vscode.workspace.getConfiguration("editor", this.resource).get("autoClosingBrackets"); } public get filesEncoding(): string | undefined { return vscode.workspace.getConfiguration("files", { uri: this.resource, languageId: "cpp" }).get("encoding"); } public get filesAssociations(): any { return vscode.workspace.getConfiguration("files").get("associations"); } public set filesAssociations(value: any) { diff --git a/Extension/src/nativeStrings.json b/Extension/src/nativeStrings.json index c102c59e46..d949d880e3 100644 --- a/Extension/src/nativeStrings.json +++ b/Extension/src/nativeStrings.json @@ -219,5 +219,9 @@ "memory_limit_shutting_down_intellisense": "Shutting down IntelliSense server: {0}. Memory usage is {1} MB and has exceeded the {2} MB limit.", "failed_to_query_for_standard_version": "Failed to query compiler at path \"{0}\" for default standard versions. Compiler querying is disabled for this compiler.", "unrecognized_language_standard_version": "Compiler query returned an unrecognized language standard version. The latest supported version will be used instead.", - "intellisense_process_crash_detected": "IntelliSense process crash detected." + "intellisense_process_crash_detected": "IntelliSense process crash detected.", + "return_values_label": { + "text": "Return values:", + "hint": "This label is for the return values description for a function. Usage example: 'Return values: 1 if key is found. 2 if input can't be read. 3 if input is empty.'" + } } diff --git a/Extension/yarn.lock b/Extension/yarn.lock index 68fbcd35ab..1d599c4678 100644 --- a/Extension/yarn.lock +++ b/Extension/yarn.lock @@ -860,11 +860,16 @@ bluebird@^3.5.5: resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== -bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0: +bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1: version "4.11.9" resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828" integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw== +bn.js@^4.11.9: + version "4.12.0" + resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88" + integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA== + brace-expansion@^1.1.7: version "1.1.11" resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" @@ -896,16 +901,11 @@ braces@^3.0.1: dependencies: fill-range "^7.0.1" -brorand@^1.0.1: +brorand@^1.0.1, brorand@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8= -browser-stdout@1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.0.tgz#f351d32969d32fa5d7a5567154263d928ae3bd1f" - integrity sha1-81HTKWnTL6XXpVZxVCY9korjvR8= - browser-stdout@1.3.1: version "1.3.1" resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60" @@ -1230,10 +1230,10 @@ color-support@^1.1.3: resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== -commander@2.11.0: - version "2.11.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.11.0.tgz#157152fd1e7a6c8d98a5b715cf376df928004563" - integrity sha512-b0553uYA5YAEGgyYIGYROzKQ7X5RAqedkfjiZxwi0kL1g3bOaBNNZfYkzt/CL0umgD5wc9Jec2FbB98CjkMRvQ== +commander@2.15.1: + version "2.15.1" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.15.1.tgz#df46e867d0fc2aec66a34662b406a9ccafff5b0f" + integrity sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag== commander@^2.12.1, commander@^2.19.0, commander@^2.20.0: version "2.20.3" @@ -1569,7 +1569,7 @@ diagnostic-channel@0.2.0: dependencies: semver "^5.3.0" -diff@3.3.1, diff@3.5.0, diff@^3.5.0: +diff@3.5.0: version "3.5.0" resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12" integrity sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA== @@ -1641,18 +1641,18 @@ editorconfig@^0.15.3: semver "^5.6.0" sigmund "^1.0.1" -elliptic@^6.0.0: - version "6.5.3" - resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6" - integrity sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw== +elliptic@^6.0.0, elliptic@^6.5.4: + version "6.5.4" + resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb" + integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ== dependencies: - bn.js "^4.4.0" - brorand "^1.0.1" + bn.js "^4.11.9" + brorand "^1.1.0" hash.js "^1.0.0" - hmac-drbg "^1.0.0" - inherits "^2.0.1" - minimalistic-assert "^1.0.0" - minimalistic-crypto-utils "^1.0.0" + hmac-drbg "^1.0.1" + inherits "^2.0.4" + minimalistic-assert "^1.0.1" + minimalistic-crypto-utils "^1.0.1" emitter-listener@^1.0.1, emitter-listener@^1.1.1: version "1.1.2" @@ -2519,11 +2519,6 @@ graceful-fs@4.X, graceful-fs@^4.0.0, graceful-fs@^4.1.11, graceful-fs@^4.1.15, g resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423" integrity sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ== -growl@1.10.3: - version "1.10.3" - resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.3.tgz#1926ba90cf3edfe2adb4927f5880bc22c66c790f" - integrity sha512-hKlsbA5Vu3xsh1Cg3J7jSmX/WaW6A5oBeqzM88oNbCRQFz+zUaXm6yxS4RVytp1scBoJzSYl4YAEOQIt6O8V1Q== - growl@1.10.5: version "1.10.5" resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e" @@ -2637,11 +2632,6 @@ gulplog@^1.0.0: dependencies: glogg "^1.0.0" -has-flag@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51" - integrity sha1-6CB68cx7MNRGzHC3NLXovhj4jVE= - has-flag@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" @@ -2726,7 +2716,7 @@ he@1.2.0: resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== -hmac-drbg@^1.0.0: +hmac-drbg@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE= @@ -2824,7 +2814,7 @@ inflight@^1.0.4: once "^1.3.0" wrappy "1" -inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3: +inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3: version "2.0.4" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== @@ -3357,10 +3347,10 @@ lodash.uniq@^4.5.0: resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= -lodash@^4.17.14, lodash@^4.17.15: - version "4.17.19" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" - integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== +lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.21: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== log-symbols@2.2.0: version "2.2.0" @@ -3548,7 +3538,7 @@ minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1: resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== -minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1: +minimalistic-crypto-utils@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= @@ -3601,21 +3591,22 @@ mkdirp@0.5.1, mkdirp@^0.5.1: dependencies: minimist "0.0.8" -mocha@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-4.1.0.tgz#7d86cfbcf35cb829e2754c32e17355ec05338794" - integrity sha512-0RVnjg1HJsXY2YFDoTNzcc1NKhYuXKRrBAG2gDygmJJA136Cs2QlRliZG1mA0ap7cuaT30mw16luAeln+4RiNA== +mocha@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.2.0.tgz#6d8ae508f59167f940f2b5b3c4a612ae50c90ae6" + integrity sha512-2IUgKDhc3J7Uug+FxMXuqIyYzH7gJjXECKe/w43IGgQHTSj3InJi+yAA7T24L9bQMRKiUEHxEX37G5JpVUGLcQ== dependencies: - browser-stdout "1.3.0" - commander "2.11.0" + browser-stdout "1.3.1" + commander "2.15.1" debug "3.1.0" - diff "3.3.1" + diff "3.5.0" escape-string-regexp "1.0.5" glob "7.1.2" - growl "1.10.3" + growl "1.10.5" he "1.1.1" + minimatch "3.0.4" mkdirp "0.5.1" - supports-color "4.4.0" + supports-color "5.4.0" mocha@^6.2.0: version "6.2.2" @@ -5130,12 +5121,12 @@ strip-json-comments@^3.0.1: resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7" integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw== -supports-color@4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-4.4.0.tgz#883f7ddabc165142b2a61427f3352ded195d1a3e" - integrity sha512-rKC3+DyXWgK0ZLKwmRsrkyHVZAjNkfzeehuFWdGGcqGDTZFH73+RH6S/RDAAxl9GusSjZSUWYLmT9N5pzXFOXQ== +supports-color@5.4.0: + version "5.4.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.4.0.tgz#1c6b337402c2137605efe19f10fec390f6faab54" + integrity sha512-zjaXglF5nnWpsq470jSv6P9DwPvgLkuapYmfDm3JWOm0vkNTVF2tI4UrN2r6jH1qM/uc/WtxYY1hYoA2dOKj5w== dependencies: - has-flag "^2.0.0" + has-flag "^3.0.0" supports-color@6.0.0: version "6.0.0" @@ -5879,25 +5870,20 @@ xmlbuilder@~11.0.0: resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz#be9bae1c8a046e76b31127726347d0ad7002beb3" integrity sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA== -xmldom@0.1.x: - version "0.1.31" - resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.31.tgz#b76c9a1bd9f0a9737e5a72dc37231cf38375e2ff" - integrity sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ== +xmldom@0.1.x, xmldom@^0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.5.0.tgz#193cb96b84aa3486127ea6272c4596354cb4962e" + integrity sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA== xtend@^4.0.0, xtend@~4.0.0, xtend@~4.0.1: version "4.0.2" resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== -y18n@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41" - integrity sha1-bRX7qITAhnnA136I53WegR4H+kE= - -y18n@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b" - integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w== +y18n@^3.2.1, y18n@^4.0.0, y18n@^5.0.5: + version "5.0.5" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.5.tgz#8769ec08d03b1ea2df2500acef561743bbb9ab18" + integrity sha512-hsRUr4FFrvhhRH12wOdfs38Gy7k2FFzB9qgN9v3aLykRq0dRcdcpz5C9FxdS2NuhOrI/628b/KSTJ3rwHysYSg== yallist@^2.1.2: version "2.1.2"