From 8e1006d78d6853bbc61b3f4a411eaa3b8e19c79c Mon Sep 17 00:00:00 2001 From: Colen Garoutte-Carson <49173979+Colengms@users.noreply.github.com> Date: Fri, 22 Nov 2019 16:27:58 -0800 Subject: [PATCH] Add new strings for bitness fallback (#4656) --- Extension/src/nativeStrings.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Extension/src/nativeStrings.json b/Extension/src/nativeStrings.json index 0133f13fe2..7367cc55f4 100644 --- a/Extension/src/nativeStrings.json +++ b/Extension/src/nativeStrings.json @@ -85,7 +85,7 @@ "terminating_child_process": "terminating child process: {0}", "still_alive_killing": "still alive, killing...", "giving_up": "giving up", - "not_exited_yet": "not exited yet. Will sleep for {0} milliseconds and try again", + "not_exited_yet": "not exited yet. Will sleep for {0} milliseconds and try again.", "failed_to_spawn_process": "Failed to spawn process. Error: {0} ({1})", "offering_completion": "Offering completion", "compiler_from_compiler_path": "Attempting to get defaults from compiler in \"compilerPath\" property: '{0}'", @@ -151,6 +151,9 @@ "cant_create_intellisense_client_for": "Can't create IntelliSense client for {0}", "suffix_declaration": "declaration", "suffix_type_alias": "type alias", - "fallback_to_32_bit_mode": "Compiler does not support 64-bit. Falling back to 32-bit intelliSenseMode", - "fallback_to_64_bit_mode": "Compiler does not support 32-bit. Falling back to 64-bit intelliSenseMode" + "fallback_to_32_bit_mode": "Compiler does not support 64-bit. Falling back to 32-bit intelliSenseMode.", + "fallback_to_64_bit_mode": "Compiler does not support 32-bit. Falling back to 64-bit intelliSenseMode.", + "fallback_to_32_bit_mode2": "Failed to query compiler. Falling back to 32-bit intelliSenseMode.", + "fallback_to_64_bit_mode2": "Failed to query compiler. Falling back to 64-bit intelliSenseMode.", + "fallback_to_no_bitness": "Failed to query compiler. Falling back to no bitness." }