Skip to content

Commit 8e1006d

Browse files
authored
Add new strings for bitness fallback (#4656)
1 parent 922ac06 commit 8e1006d

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

Extension/src/nativeStrings.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"terminating_child_process": "terminating child process: {0}",
8686
"still_alive_killing": "still alive, killing...",
8787
"giving_up": "giving up",
88-
"not_exited_yet": "not exited yet. Will sleep for {0} milliseconds and try again",
88+
"not_exited_yet": "not exited yet. Will sleep for {0} milliseconds and try again.",
8989
"failed_to_spawn_process": "Failed to spawn process. Error: {0} ({1})",
9090
"offering_completion": "Offering completion",
9191
"compiler_from_compiler_path": "Attempting to get defaults from compiler in \"compilerPath\" property: '{0}'",
@@ -151,6 +151,9 @@
151151
"cant_create_intellisense_client_for": "Can't create IntelliSense client for {0}",
152152
"suffix_declaration": "declaration",
153153
"suffix_type_alias": "type alias",
154-
"fallback_to_32_bit_mode": "Compiler does not support 64-bit. Falling back to 32-bit intelliSenseMode",
155-
"fallback_to_64_bit_mode": "Compiler does not support 32-bit. Falling back to 64-bit intelliSenseMode"
154+
"fallback_to_32_bit_mode": "Compiler does not support 64-bit. Falling back to 32-bit intelliSenseMode.",
155+
"fallback_to_64_bit_mode": "Compiler does not support 32-bit. Falling back to 64-bit intelliSenseMode.",
156+
"fallback_to_32_bit_mode2": "Failed to query compiler. Falling back to 32-bit intelliSenseMode.",
157+
"fallback_to_64_bit_mode2": "Failed to query compiler. Falling back to 64-bit intelliSenseMode.",
158+
"fallback_to_no_bitness": "Failed to query compiler. Falling back to no bitness."
156159
}

0 commit comments

Comments
 (0)