|
85 | 85 | "terminating_child_process": "terminating child process: {0}", |
86 | 86 | "still_alive_killing": "still alive, killing...", |
87 | 87 | "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.", |
89 | 89 | "failed_to_spawn_process": "Failed to spawn process. Error: {0} ({1})", |
90 | 90 | "offering_completion": "Offering completion", |
91 | 91 | "compiler_from_compiler_path": "Attempting to get defaults from compiler in \"compilerPath\" property: '{0}'", |
|
151 | 151 | "cant_create_intellisense_client_for": "Can't create IntelliSense client for {0}", |
152 | 152 | "suffix_declaration": "declaration", |
153 | 153 | "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." |
156 | 159 | } |
0 commit comments