Skip to content

Commit

Permalink
Add new strings for bitness fallback (#4656)
Browse files Browse the repository at this point in the history
  • Loading branch information
Colengms authored Nov 23, 2019
1 parent 922ac06 commit 8e1006d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Extension/src/nativeStrings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}'",
Expand Down Expand Up @@ -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."
}

0 comments on commit 8e1006d

Please sign in to comment.