Skip to content

Commit

Permalink
Update localized intellisense crash string (#11356)
Browse files Browse the repository at this point in the history
* update localized intellisense crash string

* resolve string

* update hint

* resolve loc string

* resolve string locs

* resolve spelling error
  • Loading branch information
browntarik authored Sep 13, 2023
1 parent 2715319 commit c5c64ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Extension/src/nativeStrings.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@
"failed_to_query_for_standard_version": "Failed to query compiler at path \"{0}\" for default standard versions. Compiler querying is disabled for this compiler.",
"unrecognized_language_standard_version": "Compiler query returned an unrecognized language standard version. The latest supported version will be used instead.",
"intellisense_process_crash_detected": "IntelliSense process crash detected.",
"intellisense_feature_crash_detected": {
"text": "IntelliSense process crash detected: {0}",
"hint": "`{0}` will be substituted with `<feature name>`."
},
"return_values_label": {
"text": "Return values:",
"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.'"
Expand Down Expand Up @@ -448,4 +452,4 @@
"text": "Copying Declaration / Definition to clipboard failed: %s",
"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."
}
}
}

0 comments on commit c5c64ad

Please sign in to comment.