You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Extension/src/nativeStrings.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -249,6 +249,10 @@
249
249
"failed_to_query_for_standard_version": "Failed to query compiler at path \"{0}\" for default standard versions. Compiler querying is disabled for this compiler.",
250
250
"unrecognized_language_standard_version": "Compiler query returned an unrecognized language standard version. The latest supported version will be used instead.",
251
251
"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
+
},
252
256
"return_values_label": {
253
257
"text": "Return values:",
254
258
"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 @@
448
452
"text": "Copying Declaration / Definition to clipboard failed: %s",
449
453
"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 commit comments