Skip to content

Commit

Permalink
Merge branch 'main' into 3140_logs_unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampbell-msft authored Jun 10, 2024
2 parents c4c15d7 + 447065e commit 974ea7f
Show file tree
Hide file tree
Showing 83 changed files with 336 additions and 123 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# What's New?

## 1.18
## 1.19

Features:

- Add support for CMake Language Support natively in this extension. [#3559](https://github.com/microsoft/vscode-cmake-tools/issues/3559)

## 1.18.42

Bug Fixes:
- Fix schema validation for `$schema`. [#3809](https://github.com/microsoft/vscode-cmake-tools/pull/3809)
- Fix tests having too long of a command-line. [#3814](https://github.com/microsoft/vscode-cmake-tools/pull/3814)

## 1.18.41
Features:

- Add the possibility to open the current build directory in the Explorer [#1451](https://github.com/microsoft/vscode-cmake-tools/issues/1451)
Expand All @@ -22,6 +34,7 @@ Improvements:
- Add the ability to debug install targets [#532](https://github.com/microsoft/vscode-cmake-tools/issues/532)
- Add a "Don't Show Again" option in the select CMakeLists.txt.
- Log error statement if the environmentSetupScript fails. [#3566](https://github.com/microsoft/vscode-cmake-tools/issues/3566)
- Sort CMakeLists.txt by depth during selection [#3789](https://github.com/microsoft/vscode-cmake-tools/pull/3789) [@jmigual](https://github.com/jmigual)
- [Experiment] Improve CMake Tools experience when opening a folder [#3588](https://github.com/microsoft/vscode-cmake-tools/issues/3588)

Bug Fixes:
Expand Down
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Explore the [CMake Tools documentation](README.md)

## What about CMake language support?

CMake Tools was created separately from the [CMake extension](https://marketplace.visualstudio.com/items?itemName=twxs.cmake), which provides language coloring and autocompletion support.
We support CMake language support natively in the CMake Tools extension.

## How do I learn about CMake?

Expand Down
15 changes: 15 additions & 0 deletions docs/kits.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,21 @@ Keys:
> **Note:**
> To use Visual C++, both `visualStudio` and `visualStudioArchitecture` must be specified. Omitting either one won't work.
## Unsupported commands

The following commands are not supported when kits and variants are active:
- **CMake: Scan for Compilers**
- **CMake: Add Configure Preset**
- **CMake: Add Build Preset**
- **CMake: Add Test Preset**
- **CMake: Add Package Preset**
- **CMake: Add Workflow Preset**
- **CMake: Select Configure Preset**
- **CMake: Select Build Preset**
- **CMake: Select Test Preset**
- **CMake: Select Package Preset**
- **CMake: Select Workflow Preset**

### General options

The following additional options may be specified:
Expand Down
2 changes: 1 addition & 1 deletion i18n/chs/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"cmake-tools.configuration.cmake.revealLog.focus.description": "将显示日志,并且输出通道会占用光标焦点。",
"cmake-tools.configuration.cmake.revealLog.always.description": "将显示日志,但输出通道不会占用光标焦点。",
"cmake-tools.configuration.cmake.revealLog.never.description": "日志既不显示也不占据焦点。",
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "启用导出 compile_commands.json。",
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "支持导出 compile_commands.json。仅在工具包场景中使用。在预设场景中,请使用 CMakePresets.json 设置它",
"cmake-tools.configuration.cmake.useCMakePresets.description": "使用 CMakePresets.json 配置驱动器 CMake 配置、生成和测试。使用 CMakePresets.json 时,将忽略工具包、变量和 settings.json 中的某些设置。",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "允许使用 JSON 扩展,如 CMakePresets.json 中的注释。请注意,如果使用非标准 JSON,则其他 IDE 或命令行可能认为 CMakePresets.json 文件无效。",
"cmake-tools.configuration.cmake.allowUnsupportedPresetsVersions.description": "支持使用预设文件,这些文件使用的是 CMake Tools 扩展当前不支持的版本中的功能。将忽略未知属性和宏。",
Expand Down
2 changes: 1 addition & 1 deletion i18n/chs/schemas/CMakePresets-v8-schema.json.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Do not edit this file. It is machine generated.
{
"schemas/CMakePresets-v8-schema.json.": "这些预设指定了生成器和生成目录,还选择性地指定要传递给 CMake 的变量和其他参数的列表。",
"schemas/CMakePresets-v8-schema.json.properties.schema": "验证此文档所依据的架构。",
"schemas/CMakePresets-v8-schema.json.properties.$schema": "验证此文档所依据的架构。",
"schemas/CMakePresets-v8-schema.json.properties.version": "一个必需整数,它表示 JSON 架构的版本。",
"schemas/CMakePresets-v8-schema.json.properties.cmakeMinimumRequired": "一个可选对象,表示生成此项目所需的 CMake 的最低版本。",
"schemas/CMakePresets-v8-schema.json.properties.cmakeMinimumRequired.properties.major": "一个表示主版本的可选整数。",
Expand Down
4 changes: 2 additions & 2 deletions i18n/chs/src/expand.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"circular.variable.reference": "已找到循环变量引用: {0}",
"reached.max.recursion": "已达到最大字符串扩展递归。可能存在循环引用。",
"exception.expanding.string": "展开字符串 {0} 时出现异常: {1}",
"expand.expandstringhelper": "正在展开 {0}",
"invalid.variable.reference": "字符串中的变量引用 {0} 无效: {1}",
"command.not.supported": "命令不支持字符串: {0}",
"exception.executing.command": "对字符串执行命令 {0} 时出现异常: {1} {2}"
"exception.executing.command": "对字符串执行命令 {0} 时出现异常: {1} {2}",
"expand.expandstringhelper": "已展开 {0}"
}
2 changes: 2 additions & 0 deletions i18n/chs/src/kit.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"filed.to.check.binary": "无法按异常检查二进制文件 {0}: {1}",
"failed.to.scan.kit": "无法扫描工具包文件",
"founds.kits.in.directory": "已在目录 {1} 中找到 {0} 工具包",
"error.running.setup.script": "运行 {0} 时出错,出现: {1}",
"error.parsing.environment": "分析环境变量时出错: {0}",
"ok.running": "正常运行 {0},环境变量: {1}",
"checking.for.kit": "检查工具包: {0}",
Expand All @@ -29,6 +30,7 @@
"generator.present": "存在生成器: {0}",
"selected.preferred.generator.name": "已选择首选生成器名称: {0} {1}",
"failed.to.scan.for.kits": "无法扫描 GNU CLI Clang kits: CMake 路径未定义",
"vs.instance.not.found.run.scan.kits": "找不到工具包“{0}”的 VS 安装实例- ({1})。建议你重新扫描工具包,并删除系统上不再存在的所有用户本地条目。",
"kit.env": "工具包 {0} 的环境: {1}",
"scanning.for.kits.on.system": "正在系统上扫描工具包",
"scanning.for.kits": "正在扫描工具包",
Expand Down
1 change: 1 addition & 0 deletions i18n/chs/src/workflow.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{
"workflow.preset.not.set": "未设置工作流预设",
"no.project.found": "找不到文件夹的项目 {0}",
"workflow.configuring.clean": "正在使用工作流的 {0} 配置预设来配置干净项目。",
"workflow.configuring": "使用工作流的 {0} 配置预设来配置项目。",
"workflow.building": "使用工作流步骤的 {0} 生成预设来生成项目。",
"workflow.running.ctest": "为工作流步骤的 {0} 测试预设运行 ctest。",
Expand Down
2 changes: 1 addition & 1 deletion i18n/cht/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"cmake-tools.configuration.cmake.revealLog.focus.description": "記錄已顯示,且輸出通道取得游標焦點。",
"cmake-tools.configuration.cmake.revealLog.always.description": "記錄已顯示,但輸出通道未取得游標焦點。",
"cmake-tools.configuration.cmake.revealLog.never.description": "記錄沒有顯示,也無法取得焦點。",
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "啟用匯出 compile_commands.json。",
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "啟用匯出 compile_commands.json。這僅適用於套件案例。在預設案例中,請使用 CMakePresets.json 進行設定",
"cmake-tools.configuration.cmake.useCMakePresets.description": "使用 CMakePresets.json 來設定 CMake 設定、建置和測試的磁碟機。使用 CMakePresets.json 時,settings.json 中的套件、變體和某些設定會被忽略。",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "允許使用 JSON 延伸模組,例如 CMakePresets.json 中的註解。請注意,如果您使用非標準的 JSON,其他 IDE 或命令列可能會將您的 CMakePresets.json 檔案視為無效。",
"cmake-tools.configuration.cmake.allowUnsupportedPresetsVersions.description": "啟用使用來自 CMake Tools 延伸模組目前不支援之功能的預設檔案。將忽略未知的屬性和巨集。",
Expand Down
2 changes: 1 addition & 1 deletion i18n/cht/schemas/CMakePresets-v8-schema.json.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Do not edit this file. It is machine generated.
{
"schemas/CMakePresets-v8-schema.json.": "此預設會指定產生器與組建目錄,並選擇性地指定要傳遞給 CMake 的變數清單與其他引數。",
"schemas/CMakePresets-v8-schema.json.properties.schema": "用來驗證此文件的結構描述。",
"schemas/CMakePresets-v8-schema.json.properties.$schema": "用來驗證此文件的結構描述。",
"schemas/CMakePresets-v8-schema.json.properties.version": "必要整數,表示 JSON 結構描述的版本。",
"schemas/CMakePresets-v8-schema.json.properties.cmakeMinimumRequired": "選擇性物件,表示建置此專案所需的最低 CMake 版本。",
"schemas/CMakePresets-v8-schema.json.properties.cmakeMinimumRequired.properties.major": "選擇性整數,表示主要版本。",
Expand Down
4 changes: 2 additions & 2 deletions i18n/cht/src/expand.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"circular.variable.reference": "找到循環變數參考: {0}",
"reached.max.recursion": "已達到字串展開遞迴的最大值。可能的循環參考。",
"exception.expanding.string": "展開字串 {0} 時發生例外狀況: {1}",
"expand.expandstringhelper": "正在展開 {0}",
"invalid.variable.reference": "字串中的變數參考 {0} 無效: {1}",
"command.not.supported": "字串不支援命令: {0}",
"exception.executing.command": "執行字串的命令 {0} 時發生例外狀況: {1} {2}"
"exception.executing.command": "執行字串的命令 {0} 時發生例外狀況: {1} {2}",
"expand.expandstringhelper": "已展開 {0}"
}
2 changes: 2 additions & 0 deletions i18n/cht/src/kit.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"filed.to.check.binary": "無法根據例外狀況檢查二進位 {0}: {1}",
"failed.to.scan.kit": "無法掃描套件檔案",
"founds.kits.in.directory": "在目錄 {1} 中找到 {0} 個套件",
"error.running.setup.script": "執行 {0} 時發生錯誤: {1}",
"error.parsing.environment": "剖析環境變數時發生錯誤: {0}",
"ok.running": "確定要執行 {0},環境變數: {1}",
"checking.for.kit": "正在檢查套件: {0}",
Expand All @@ -29,6 +30,7 @@
"generator.present": "產生器已存在: {0}",
"selected.preferred.generator.name": "已選取慣用產生器名稱: {0} {1}",
"failed.to.scan.for.kits": "無法掃描 GNU CLI Clang 套件: CMake 路徑未定義",
"vs.instance.not.found.run.scan.kits": "找不到套件 {0} 的 VS 安裝執行個體 - ({1})。建議您重新掃描套件,並移除系統上不再出現的任何使用者-本機專案。",
"kit.env": "套件 {0} 的環境: {1}",
"scanning.for.kits.on.system": "正在掃描系統上的套件",
"scanning.for.kits": "正在掃描套件",
Expand Down
1 change: 1 addition & 0 deletions i18n/cht/src/workflow.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{
"workflow.preset.not.set": "未設定工作流程預設",
"no.project.found": "找不到資料夾 {0} 的專案",
"workflow.configuring.clean": "正在使用工作流程的 {0} 設定預設來設定未修改的專案。",
"workflow.configuring": "正在使用工作流程的 {0} 設定預設來設定專案。",
"workflow.building": "正在使用工作流程步驟的 {0} 建置預設建置專案。",
"workflow.running.ctest": "為工作流程步驟的 {0} 測試預設執行 ctest。",
Expand Down
2 changes: 1 addition & 1 deletion i18n/csy/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"cmake-tools.configuration.cmake.revealLog.focus.description": "Zobrazí se protokol a výstupní kanál převezme fokus kurzoru.",
"cmake-tools.configuration.cmake.revealLog.always.description": "Protokol se zobrazí, ale výstupní kanál nepřevezme zaměření kurzoru.",
"cmake-tools.configuration.cmake.revealLog.never.description": "Protokol se nezobrazuje ani nepřijímá zaměření.",
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Umožňuje exportovat compile_commands.json.",
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Umožňuje exportovat compile_commands.json. Používá se jenom ve scénářích Sady. Ve scénářích Předvolby tuto možnost prosím nastavte pomocí CMakePresets.json",
"cmake-tools.configuration.cmake.useCMakePresets.description": "Pomocí CMakePresets.json můžete řídit konfiguraci, sestavování a testování pomocí CMaku. Když budete používat CMakePresets.json, budou se ignorovat sady, varianty a některá další nastavení v souboru settings.json.",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "Povolte v CMakePresets.json používání rozšíření JSON, jako jsou třeba komentáře. Pokud použijete nestandardní JSON, ostatní prostředí IDE nebo příkazový řádek může soubor CMakePresets.json považovat za neplatný.",
"cmake-tools.configuration.cmake.allowUnsupportedPresetsVersions.description": "Povolí použití souborů předvoleb používajících funkce z verzí, které rozšíření CMake Tools aktuálně nepodporuje. Neznámé vlastnosti a makra se budou ignorovat.",
Expand Down
2 changes: 1 addition & 1 deletion i18n/csy/schemas/CMakePresets-v8-schema.json.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Do not edit this file. It is machine generated.
{
"schemas/CMakePresets-v8-schema.json.": "Předvolby určují generátor a adresář sestavení a volitelně i seznam proměnných a dalších argumentů, které se mají předat do nástroje CMake.",
"schemas/CMakePresets-v8-schema.json.properties.schema": "Schéma, proti kterému se má tento dokument ověřit",
"schemas/CMakePresets-v8-schema.json.properties.$schema": "Schéma, proti kterému se má tento dokument ověřit",
"schemas/CMakePresets-v8-schema.json.properties.version": "Požadované celé číslo představující verzi schématu JSON.",
"schemas/CMakePresets-v8-schema.json.properties.cmakeMinimumRequired": "Volitelný objekt představující minimální verzi nástroje CMake potřebnou k sestavení tohoto projektu",
"schemas/CMakePresets-v8-schema.json.properties.cmakeMinimumRequired.properties.major": "Volitelné celé číslo představující hlavní verzi",
Expand Down
4 changes: 2 additions & 2 deletions i18n/csy/src/expand.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"circular.variable.reference": "Našel se cyklický odkaz na proměnnou: {0}",
"reached.max.recursion": "Dosáhlo se maximální rekurze rozšiřování řetězce. Možná vznikl cyklický odkaz.",
"exception.expanding.string": "Při rozbalování řetězce {0} došlo k výjimce: {1}",
"expand.expandstringhelper": "rozbalování {0}",
"invalid.variable.reference": "Neplatný odkaz na proměnnou {0} v řetězci: {1}",
"command.not.supported": "Pro řetězec se nepodporují příkazy: {0}",
"exception.executing.command": "Výjimka při provádění příkazu {0} pro řetězec: {1} {2}"
"exception.executing.command": "Výjimka při provádění příkazu {0} pro řetězec: {1} {2}",
"expand.expandstringhelper": "rozbaleno: {0}"
}
2 changes: 2 additions & 0 deletions i18n/csy/src/kit.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"filed.to.check.binary": "Nepovedlo se zkontrolovat binární soubor {0} podle výjimky: {1}",
"failed.to.scan.kit": "Nepovedlo se zkontrolovat soubor sady.",
"founds.kits.in.directory": "Našly se sady ({0}) v adresáři {1}.",
"error.running.setup.script": "Při spouštění {0} s {1} došlo k chybě.",
"error.parsing.environment": "Chyba při parsování proměnné prostředí: {0}",
"ok.running": "Spuštění {0} je ok, proměnné prostředí: {1}",
"checking.for.kit": "Hledá se sada: {0}.",
Expand All @@ -29,6 +30,7 @@
"generator.present": "Generátor je přítomen: {0}",
"selected.preferred.generator.name": "Název vybraného upřednostňovaného generátoru: {0} {1}",
"failed.to.scan.for.kits": "Nepovedlo se vyhledat sady Clang GNU CLI: CMake Path není definován.",
"vs.instance.not.found.run.scan.kits": "Pro sadu {0} se nenašla instance instalace VS – ({1}). Doporučujeme znovu zkontrolovat sady a také odebrat všechny položky místního uživatele, které už v systému nejsou přítomny.",
"kit.env": "Prostředí pro sady {0}: {1}",
"scanning.for.kits.on.system": "Hledají se sady v systému.",
"scanning.for.kits": "Hledají se sady.",
Expand Down
1 change: 1 addition & 0 deletions i18n/csy/src/workflow.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{
"workflow.preset.not.set": "Předvolba pracovního postupu není nastavená.",
"no.project.found": "Pro složku {0} se nenašel žádný projekt.",
"workflow.configuring.clean": "Vyčištění projektu se konfiguruje pomocí předvolby konfigurace {0} pracovního postupu.",
"workflow.configuring": "Projekt se konfiguruje pomocí předvolby konfigurace {0} pracovního postupu.",
"workflow.building": "Sestavování projektu pomocí předvolby sestavení {0} kroku pracovního postupu.",
"workflow.running.ctest": "Spouští se ctest pro předvolbu testování {0} kroku pracovního postupu.",
Expand Down
2 changes: 1 addition & 1 deletion i18n/deu/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"cmake-tools.configuration.cmake.revealLog.focus.description": "Das Protokoll wird angezeigt und der Ausgabekanal nimmt den Fokus des Cursors an.",
"cmake-tools.configuration.cmake.revealLog.always.description": "Das Protokoll wird angezeigt, aber der Ausgabekanal nimmt den Fokus des Cursors nicht an.",
"cmake-tools.configuration.cmake.revealLog.never.description": "Das Protokoll erscheint nicht und nimmt auch nicht den Fokus an.",
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Ermöglicht das Exportieren von \"compile_commands.json\".",
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Ermöglicht das Exportieren von \"compile_commands.json\". Dies wird nur in Kits-Szenarien verwendet. Legen Sie dies in Voreinstellungsszenarien mithilfe von CMakePresets.json",
"cmake-tools.configuration.cmake.useCMakePresets.description": "Benutzen Sie \"CMakePresets.json\", um das Konfigurieren, Erstellen und Testen von \"CMake\" zu steuern. Bei Verwendung von \"CMakePresets.json\" werden Kits, Varianten und einige Einstellungen in \"settings.json\" ignoriert.",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "Hiermit wird die Verwendung von JSON-Erweiterungen, wie z. B. Kommentare in CMakePresets.json, zugelassen. Beachten Sie, dass Ihre CMakePresets.json-Datei von anderen IDEs als ungültig betrachtet werden kann, oder in der Befehlszeile, wenn Sie nicht standardmäßiges JSON verwenden.",
"cmake-tools.configuration.cmake.allowUnsupportedPresetsVersions.description": "Aktiviert die Verwendung von Voreinstellungsdateien, die Features aus den Versionen verwenden, die von der Erweiterung \"CMake Tools\" derzeit nicht unterstützt werden. Unbekannte Eigenschaften und Makros werden ignoriert.",
Expand Down
2 changes: 1 addition & 1 deletion i18n/deu/schemas/CMakePresets-v8-schema.json.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Do not edit this file. It is machine generated.
{
"schemas/CMakePresets-v8-schema.json.": "Die Voreinstellungen geben den Generator und das Buildverzeichnis sowie optional eine Liste mit Variablen und anderen Argumenten an, die an CMake übergeben werden sollen.",
"schemas/CMakePresets-v8-schema.json.properties.schema": "Das Schema, anhand dessen dieses Dokument überprüft werden soll.",
"schemas/CMakePresets-v8-schema.json.properties.$schema": "Das Schema, anhand dessen dieses Dokument überprüft werden soll.",
"schemas/CMakePresets-v8-schema.json.properties.version": "Eine erforderliche ganze Zahl, die die Version des JSON-Schemas repräsentiert.",
"schemas/CMakePresets-v8-schema.json.properties.cmakeMinimumRequired": "Ein optionales Objekt zur Darstellung der Mindestversion von CMake, die zum Erstellen dieses Projekts erforderlich ist.",
"schemas/CMakePresets-v8-schema.json.properties.cmakeMinimumRequired.properties.major": "Eine optionale ganze Zahl, die die Hauptversion darstellt.",
Expand Down
4 changes: 2 additions & 2 deletions i18n/deu/src/expand.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"circular.variable.reference": "Kreisförmiger Variablenverweis gefunden: {0}",
"reached.max.recursion": "Die maximale Rekursion für die Zeichenfolgenerweiterung wurde erreicht. Möglicher Zirkelbezug.",
"exception.expanding.string": "Ausnahme beim Erweitern der Zeichenfolge {0}: {1}",
"expand.expandstringhelper": "{0} wird erweitert",
"invalid.variable.reference": "Ungültiger Variablenverweis {0} in folgender Zeichenfolge: {1}",
"command.not.supported": "Befehle werden für die Zeichenfolge nicht unterstützt: {0}",
"exception.executing.command": "Ausnahme beim Ausführen des Befehls {0} für folgende Zeichenfolge: {1} {2}"
"exception.executing.command": "Ausnahme beim Ausführen des Befehls {0} für folgende Zeichenfolge: {1} {2}",
"expand.expandstringhelper": "{0} erweitert"
}
Loading

0 comments on commit 974ea7f

Please sign in to comment.