Skip to content

Commit dc6c6b2

Browse files
authored
Merge pull request #1052 from microsoft/develop
Merge latest fixes from develop into master for CMake Tools #1.3.0 release
2 parents 6dd1767 + 491002a commit dc6c6b2

File tree

67 files changed

+110
-98
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+110
-98
lines changed

i18n/chs/package.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"cmake-tools.configuration.cmake.copyCompileCommands.description": "成功配置后将 compile_commands.json 复制到此位置。",
106106
"cmake-tools.configuration.cmake.configureOnOpen.description": "在 CMake 项目目录打开时自动对其进行配置。",
107107
"cmake-tools.configuration.cmake.useCMakeServer.description": "启用 CMake 服务器。",
108-
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "The protocol used to communicate between the extension and CMake",
108+
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "用于在扩展和 CMake 之间进行通信的协议",
109109
"cmake-tools.configuration.cmake.ignoreKitEnv.description": "运行 CMake 命令时,请勿使用工具包环境变量。",
110110
"cmake-tools.configuration.cmake.buildTask.description": "使用 tasks.json 生成,而非使用内部进程。",
111111
"cmake-tools.configuration.cmake.outputLogEncoding.description": "来自外部命令的输出的编码(例如 cmake -- build)。",

i18n/chs/src/cmake-tools.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"missing.cmakelists": "在文件夹 \"{0}\" 的根中找不到 CMakeLists.txt",
1818
"starting.cmake.driver": "正在启动 CMake 驱动程序",
1919
"bad.cmake.executable": "CMake 可执行文件“{0}”不正确。",
20-
"please.upgrade.cmake": "For the best experience, CMake server or file-api support is required. Please upgrade CMake to {0} or newer.",
20+
"please.upgrade.cmake": "为获得最佳体验,必须具备 CMake 服务器或 file-api 支持。请将 CMake 升级到 {0} 或更高版本。",
2121
"starting.cmake.driver.status": "正在启动 CMake 服务器...",
2222
"ready.status": "就绪",
2323
"unable.to.execute.cmake.command": "无法执行 cmake 命令,不存在有效的 cmake 驱动程序实例。",

i18n/chs/src/config.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"please.upgrade.configuration": "The setting 'useCMakeServer' is replaced by 'cmakeCommunicationMode'. Please upgrade your configuration."
7+
"please.upgrade.configuration": "设置 \"useCMakeServer\" 将替换为 \"cmakeCommunicationMode\"。请升级你的配置。"
88
}

i18n/chs/src/drivers/cmakefileapi/api_helpers.i18n.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"cache.object.version": "Cache object version ({0}.{1}) of cmake-file-api is unexpected. Expecting ({2}.{3}). IntelliSense configuration may be incorrect.",
8-
"cache.entry.unknowntype": "Unknown cache entry type: {0}.",
9-
"code.model.version": "Code model version ({0}.{1}) of cmake-file-api is unexpected. Expecting ({2}.{3}). IntelliSense configuration may be incorrect."
7+
"cache.object.version": "cmake-file-api 的缓存对象版本({0}.{1})不是预期版本。应为 ({2}.{3})IntelliSense 配置可能不正确。",
8+
"cache.entry.unknowntype": "未知的缓存条目类型: {0}",
9+
"code.model.version": "cmake-file-api 的代码模型版本({0}.{1})不是预期版本。应为 ({2}.{3})IntelliSense 配置可能不正确。"
1010
}

i18n/chs/src/drivers/driver.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"switching.to.kit": "正在切换到工具包: {0}",
1313
"cmakedriver.kit.set.to": "CMakeDriver 工具包设置为 {0}",
1414
"setting.new.variant": "正在设置新变量 {0}",
15-
"sourcedirectory.not.a.directory": "\"sourceDirectory\" is not a directory",
15+
"sourcedirectory.not.a.directory": "\"sourceDirectory\" 不是目录",
1616
"command.version.test.return.code": "命令版本测试返回代码 {0}",
1717
"trying.to.detect.generator": "正在尝试检测系统支持的生成器",
1818
"start.configure": "开始配置",

i18n/cht/package.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"cmake-tools.configuration.cmake.copyCompileCommands.description": "組態成功之後,將 compile_commands.json 複製到此位置。",
106106
"cmake-tools.configuration.cmake.configureOnOpen.description": "開啟 CMake 專案目錄時自動進行組態。",
107107
"cmake-tools.configuration.cmake.useCMakeServer.description": "啟用 CMake 伺服器。",
108-
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "The protocol used to communicate between the extension and CMake",
108+
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "用於在延伸模組與 CMake 之間通訊的通訊協定",
109109
"cmake-tools.configuration.cmake.ignoreKitEnv.description": "執行 CMake 命令時,不使用套件環境變數。",
110110
"cmake-tools.configuration.cmake.buildTask.description": "使用 tasks.json 而非內部處理序的組建。",
111111
"cmake-tools.configuration.cmake.outputLogEncoding.description": "外部命令輸出的編譯 (例如 cmake -- build)。",

i18n/cht/src/cmake-tools.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"missing.cmakelists": "在資料夾 '{0}' 的根中,找不到 CMakeLists.txt",
1818
"starting.cmake.driver": "正在啟動 CMake 驅動程式",
1919
"bad.cmake.executable": "錯誤的 CMake 可執行檔 \"{0}\"",
20-
"please.upgrade.cmake": "For the best experience, CMake server or file-api support is required. Please upgrade CMake to {0} or newer.",
20+
"please.upgrade.cmake": "為達到最佳體驗,需有 CMake 伺服器或檔案 api 支援。請將 CMake 升級為 {0} 或更新版本。",
2121
"starting.cmake.driver.status": "正在啟動 CMake 伺服器...",
2222
"ready.status": "就緒",
2323
"unable.to.execute.cmake.command": "無法執行 cmake 命令,沒有有效的 cmake 驅動程式執行個體。",

i18n/cht/src/config.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"please.upgrade.configuration": "The setting 'useCMakeServer' is replaced by 'cmakeCommunicationMode'. Please upgrade your configuration."
7+
"please.upgrade.configuration": "設定 'useCMakeServer' 已由 'cmakeCommunicationMode' 取代。請升級您的組態。"
88
}

i18n/cht/src/drivers/cmakefileapi/api_helpers.i18n.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"cache.object.version": "Cache object version ({0}.{1}) of cmake-file-api is unexpected. Expecting ({2}.{3}). IntelliSense configuration may be incorrect.",
8-
"cache.entry.unknowntype": "Unknown cache entry type: {0}.",
9-
"code.model.version": "Code model version ({0}.{1}) of cmake-file-api is unexpected. Expecting ({2}.{3}). IntelliSense configuration may be incorrect."
7+
"cache.object.version": "cmake-file-api 的快取物件版本 ({0}.{1}) 不符預期,應為 ({2}.{3})IntelliSense 組態可能不正確。",
8+
"cache.entry.unknowntype": "未知的快取項目類型: {0}",
9+
"code.model.version": "cmake-file-api 的程式碼模型版本 ({0}.{1}) 不符預期,應為 ({2}.{3})IntelliSense 組態可能不正確。"
1010
}

i18n/cht/src/drivers/driver.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"switching.to.kit": "正在切換到套件: {0}",
1313
"cmakedriver.kit.set.to": "CMakeDriver 套件已設定為 {0}",
1414
"setting.new.variant": "正在設定新的變化 {0}",
15-
"sourcedirectory.not.a.directory": "\"sourceDirectory\" is not a directory",
15+
"sourcedirectory.not.a.directory": "\"sourceDirectory\" 不是目錄",
1616
"command.version.test.return.code": "命令版本測試傳回碼 {0}",
1717
"trying.to.detect.generator": "正在嘗試偵測系統支援的產生器",
1818
"start.configure": "啟動設定",

i18n/csy/package.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"cmake-tools.configuration.cmake.copyCompileCommands.description": "Po úspěšné konfiguraci zkopírovat soubor compile_commands.json do tohoto umístění",
106106
"cmake-tools.configuration.cmake.configureOnOpen.description": "Automaticky konfigurovat adresáře projektu CMake při jejich otevření",
107107
"cmake-tools.configuration.cmake.useCMakeServer.description": "Povolit server CMake",
108-
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "The protocol used to communicate between the extension and CMake",
108+
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "Protokol, pomocí kterého se komunikuje mezi rozšířením a nástrojem CMake",
109109
"cmake-tools.configuration.cmake.ignoreKitEnv.description": "Při spouštění příkazů CMake nepoužívat proměnné prostředí sady",
110110
"cmake-tools.configuration.cmake.buildTask.description": "Sestavit pomocí souboru tasks.json místo interního procesu",
111111
"cmake-tools.configuration.cmake.outputLogEncoding.description": "Kódování výstupu z externích příkazů (např. cmake -- build)",

i18n/csy/src/cmake-tools.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"missing.cmakelists": "V kořenu složky {0} se nenašel soubor CMakeLists.txt.",
1818
"starting.cmake.driver": "Spouští se ovladač CMake.",
1919
"bad.cmake.executable": "Nesprávný spustitelný soubor nástrojů CMake {0}",
20-
"please.upgrade.cmake": "For the best experience, CMake server or file-api support is required. Please upgrade CMake to {0} or newer.",
20+
"please.upgrade.cmake": "Aby vaše prostředí bylo co nejlepší, vyžaduje se podpora serveru CMake nebo file-api. Upgradujte prosím CMake na verzi {0} nebo novější.",
2121
"starting.cmake.driver.status": "Spouští se server CMake...",
2222
"ready.status": "Připraveno",
2323
"unable.to.execute.cmake.command": "Nejde spustit příkaz cmake, neexistuje platná instance ovladače cmake.",

i18n/csy/src/config.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"please.upgrade.configuration": "The setting 'useCMakeServer' is replaced by 'cmakeCommunicationMode'. Please upgrade your configuration."
7+
"please.upgrade.configuration": "Nastavení useCMakeServer se nahradilo za cmakeCommunicationMode. Upgradujte prosím svou konfiguraci."
88
}

i18n/csy/src/drivers/cmakefileapi/api_helpers.i18n.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"cache.object.version": "Cache object version ({0}.{1}) of cmake-file-api is unexpected. Expecting ({2}.{3}). IntelliSense configuration may be incorrect.",
8-
"cache.entry.unknowntype": "Unknown cache entry type: {0}.",
9-
"code.model.version": "Code model version ({0}.{1}) of cmake-file-api is unexpected. Expecting ({2}.{3}). IntelliSense configuration may be incorrect."
7+
"cache.object.version": "Verze objektu mezipaměti ({0}.{1}) pro cmake-file-api se neočekává. Očekává se ({2}.{3}). Je možné, že konfigurace IntelliSense není správná.",
8+
"cache.entry.unknowntype": "Neznámý typ položky mezipaměti: {0}",
9+
"code.model.version": "Verze modelu kódu ({0}.{1}) pro cmake-file-api se neočekává. Očekává se ({2}.{3}). Je možné, že konfigurace IntelliSense není správná."
1010
}

i18n/csy/src/drivers/driver.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"switching.to.kit": "Přepíná se na sadu: {0}.",
1313
"cmakedriver.kit.set.to": "Sada CMakeDriver je nastavená na {0}.",
1414
"setting.new.variant": "Nastavuje se nová varianta {0}.",
15-
"sourcedirectory.not.a.directory": "\"sourceDirectory\" is not a directory",
15+
"sourcedirectory.not.a.directory": "sourceDirectory není adresář.",
1616
"command.version.test.return.code": "Návratový kód testovací verze příkazu {0}",
1717
"trying.to.detect.generator": "Probíhá pokus o zjištění generátoru podporovaného systémem.",
1818
"start.configure": "Spustit konfiguraci",

i18n/deu/package.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"cmake-tools.configuration.cmake.copyCompileCommands.description": "Hiermit wird \"compile_commands.json\" nach erfolgreicher Konfiguration an diesen Speicherort kopiert.",
106106
"cmake-tools.configuration.cmake.configureOnOpen.description": "Hiermit werden CMake-Projektverzeichnisse beim Öffnen automatisch konfiguriert.",
107107
"cmake-tools.configuration.cmake.useCMakeServer.description": "Hiermit wird CMake-Server aktiviert.",
108-
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "The protocol used to communicate between the extension and CMake",
108+
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "Das für die Kommunikation zwischen der Erweiterung und CMake verwendete Protokoll",
109109
"cmake-tools.configuration.cmake.ignoreKitEnv.description": "Hiermit werden die Umgebungsvariablen des Kits beim Ausführen von CMake-Befehlen nicht verwendet.",
110110
"cmake-tools.configuration.cmake.buildTask.description": "Über \"tasks.json\" statt über internen Prozess erstellen",
111111
"cmake-tools.configuration.cmake.outputLogEncoding.description": "Codierung der Ausgabe von externen Befehlen (z. B.: cmake --build).",

i18n/deu/src/cmake-tools.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"missing.cmakelists": "\"CMakeLists.txt\" wurde im Stamm des Ordners \"{0}\" nicht gefunden.",
1818
"starting.cmake.driver": "CMake-Treiber wird gestartet.",
1919
"bad.cmake.executable": "Ungültige ausführbare CMake-Datei \"{0}\".",
20-
"please.upgrade.cmake": "For the best experience, CMake server or file-api support is required. Please upgrade CMake to {0} or newer.",
20+
"please.upgrade.cmake": "Für ein optimales Benutzererlebnis ist die Unterstützung von CMake-Server oder file-api erforderlich. Führen Sie ein Upgrade auf CMake {0} oder höher durch.",
2121
"starting.cmake.driver.status": "Der CMake-Server wird gestartet...",
2222
"ready.status": "Bereit",
2323
"unable.to.execute.cmake.command": "Der CMake-Befehl kann nicht ausgeführt werden, es ist keine gültige CMake-Treiberinstanz vorhanden.",

i18n/deu/src/config.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"please.upgrade.configuration": "The setting 'useCMakeServer' is replaced by 'cmakeCommunicationMode'. Please upgrade your configuration."
7+
"please.upgrade.configuration": "Die Einstellung \"useCMakeServer\" wird durch \"cmakeCommunicationMode\" ersetzt. Aktualisieren Sie Ihre Konfiguration."
88
}

i18n/deu/src/drivers/cmakefileapi/api_helpers.i18n.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"cache.object.version": "Cache object version ({0}.{1}) of cmake-file-api is unexpected. Expecting ({2}.{3}). IntelliSense configuration may be incorrect.",
8-
"cache.entry.unknowntype": "Unknown cache entry type: {0}.",
9-
"code.model.version": "Code model version ({0}.{1}) of cmake-file-api is unexpected. Expecting ({2}.{3}). IntelliSense configuration may be incorrect."
7+
"cache.object.version": "Unerwartete Cacheobjektversion ({0}.{1}) von cmake-file-api. Erwartet: ({2}.{3}). Möglicherweise ist die IntelliSense-Konfiguration falsch.",
8+
"cache.entry.unknowntype": "Unbekannter Cacheeintragstyp: \"{0}\".",
9+
"code.model.version": "Unerwartete Codemodellversion ({0}.{1}) von cmake-file-api. Erwartet: ({2}.{3}). Möglicherweise ist die IntelliSense-Konfiguration falsch."
1010
}

i18n/deu/src/drivers/driver.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"switching.to.kit": "Wechsel zu Kit: {0}",
1313
"cmakedriver.kit.set.to": "CMakeDriver-Kit auf {0} festgelegt",
1414
"setting.new.variant": "Die neue Variante \"{0}\" wird festgelegt.",
15-
"sourcedirectory.not.a.directory": "\"sourceDirectory\" is not a directory",
15+
"sourcedirectory.not.a.directory": "\"sourceDirectory\" ist kein Verzeichnis.",
1616
"command.version.test.return.code": "Rückgabecode von Befehlsversionstest: {0}",
1717
"trying.to.detect.generator": "Es wird versucht, einen vom System unterstützten Generator zu ermitteln.",
1818
"start.configure": "Konfiguration starten",

i18n/esn/package.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"cmake-tools.configuration.cmake.copyCompileCommands.description": "Copia compile_commands.json en esta ubicación después de una configuración correcta.",
106106
"cmake-tools.configuration.cmake.configureOnOpen.description": "Configura automáticamente los directorios del proyecto de CMake al abrirlos.",
107107
"cmake-tools.configuration.cmake.useCMakeServer.description": "Habilita el servidor de CMake.",
108-
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "The protocol used to communicate between the extension and CMake",
108+
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "El protocolo que se usa para la comunicación entre la extensión y CMake.",
109109
"cmake-tools.configuration.cmake.ignoreKitEnv.description": "No use las variables de entorno del kit al ejecutar comandos de CMake.",
110110
"cmake-tools.configuration.cmake.buildTask.description": "Use tasks.json para compilar en lugar del proceso interno.",
111111
"cmake-tools.configuration.cmake.outputLogEncoding.description": "Codificación de la salida de los comandos externos (por ejemplo, cmake -- build).",

i18n/esn/src/cmake-tools.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"missing.cmakelists": "No se encontró CMakeLists.txt en la raíz de la carpeta \"{0}\".",
1818
"starting.cmake.driver": "Iniciando el controlador de CMake",
1919
"bad.cmake.executable": "El ejecutable de CMake \"{0}\" es incorrecto.",
20-
"please.upgrade.cmake": "For the best experience, CMake server or file-api support is required. Please upgrade CMake to {0} or newer.",
20+
"please.upgrade.cmake": "Para disfrutar de la mejor experiencia, se requiere compatibilidad con file-api o con el servidor CMake. Actualice CMake a {0} o a una versión más reciente.",
2121
"starting.cmake.driver.status": "Iniciando el servidor de CMake...",
2222
"ready.status": "Listo",
2323
"unable.to.execute.cmake.command": "No se puede ejecutar el comando de cmake, no hay ninguna instancia del controlador de cmake válida.",

i18n/esn/src/config.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"please.upgrade.configuration": "The setting 'useCMakeServer' is replaced by 'cmakeCommunicationMode'. Please upgrade your configuration."
7+
"please.upgrade.configuration": "El valor \"cmakeCommunicationMode\" reemplaza a \"useCMakeServer\". Actualice la configuración."
88
}

i18n/esn/src/drivers/cmakefileapi/api_helpers.i18n.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"cache.object.version": "Cache object version ({0}.{1}) of cmake-file-api is unexpected. Expecting ({2}.{3}). IntelliSense configuration may be incorrect.",
8-
"cache.entry.unknowntype": "Unknown cache entry type: {0}.",
9-
"code.model.version": "Code model version ({0}.{1}) of cmake-file-api is unexpected. Expecting ({2}.{3}). IntelliSense configuration may be incorrect."
7+
"cache.object.version": "La versión del objeto de caché ({0}.{1}) de cmake-file-api no es la esperada. Se esperaba ({2}.{3}). Puede que la configuración de IntelliSense no sea correcta.",
8+
"cache.entry.unknowntype": "Tipo de entrada de caché desconocido: {0}.",
9+
"code.model.version": "La versión del modelo de código ({0}.{1}) de cmake-file-api no es la esperada. Se esperaba ({2}.{3}). Puede que la configuración de IntelliSense no sea correcta."
1010
}

i18n/esn/src/drivers/driver.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"switching.to.kit": "Cambiando al kit {0}",
1313
"cmakedriver.kit.set.to": "El kit de CMakeDriver se estableció en {0}",
1414
"setting.new.variant": "Estableciendo la nueva variante {0}",
15-
"sourcedirectory.not.a.directory": "\"sourceDirectory\" is not a directory",
15+
"sourcedirectory.not.a.directory": "\"sourceDirectory\" no es un directorio",
1616
"command.version.test.return.code": "Código de retorno de la prueba de versión del comando {0}",
1717
"trying.to.detect.generator": "Intentando detectar el generador que el sistema admite",
1818
"start.configure": "Iniciar la configuración",

i18n/fra/package.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"cmake-tools.configuration.cmake.copyCompileCommands.description": "Copie compile_commands.json à cet emplacement après une configuration réussie.",
106106
"cmake-tools.configuration.cmake.configureOnOpen.description": "Configure automatiquement les répertoires de projet CMake quand ils s'ouvrent.",
107107
"cmake-tools.configuration.cmake.useCMakeServer.description": "Active le serveur CMake.",
108-
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "The protocol used to communicate between the extension and CMake",
108+
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "Protocole de communication entre l'extension et CMake",
109109
"cmake-tools.configuration.cmake.ignoreKitEnv.description": "N'utilise pas les variables d'environnement de kit au moment de l'exécution de commandes CMake.",
110110
"cmake-tools.configuration.cmake.buildTask.description": "Effectue une build à l'aide de tasks.json au lieu du processus interne.",
111111
"cmake-tools.configuration.cmake.outputLogEncoding.description": "Encodage de la sortie à partir de commandes externes (par exemple cmake -- build).",

0 commit comments

Comments
 (0)