Skip to content

Commit c5c64ad

Browse files
authored
Update localized intellisense crash string (#11356)
* update localized intellisense crash string * resolve string * update hint * resolve loc string * resolve string locs * resolve spelling error
1 parent 2715319 commit c5c64ad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Extension/src/nativeStrings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,10 @@
249249
"failed_to_query_for_standard_version": "Failed to query compiler at path \"{0}\" for default standard versions. Compiler querying is disabled for this compiler.",
250250
"unrecognized_language_standard_version": "Compiler query returned an unrecognized language standard version. The latest supported version will be used instead.",
251251
"intellisense_process_crash_detected": "IntelliSense process crash detected.",
252+
"intellisense_feature_crash_detected": {
253+
"text": "IntelliSense process crash detected: {0}",
254+
"hint": "`{0}` will be substituted with `<feature name>`."
255+
},
252256
"return_values_label": {
253257
"text": "Return values:",
254258
"hint": "This label is for the return values description for a function. Usage example: 'Return values: 1 if key is found. 2 if input can't be read. 3 if input is empty.'"
@@ -448,4 +452,4 @@
448452
"text": "Copying Declaration / Definition to clipboard failed: %s",
449453
"hint": "The operation 'Copy Declaration / Definition' on a function was not successful. %s is the error info that has a period at the end of the string."
450454
}
451-
}
455+
}

0 commit comments

Comments
 (0)