Skip to content

Commit f0d54b4

Browse files
refactor error strings
1 parent 42b3c28 commit f0d54b4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Extension/src/nativeStrings.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,5 +368,14 @@
368368
},
369369
"cm_addfunction": {
370370
"text": "Automatic add function"
371-
}
371+
},
372+
"refactor_create_declaration_defintion_unknown_error": "Create declaration/definition failed with unknown error.",
373+
"refactor_create_default_delete": "Creating defaulted or deleted functions is not supported.",
374+
"refactor_function_copied_to_clipboard": "Function signature was copied to clipboard.",
375+
"refactor_function_not_created": "Unable to create function '{0}'.",
376+
"refactor_ambiguous_locations": "Unable to find an unambiguous location for function '{0}'.",
377+
"refactor_file_not_found": "File '{0}' was not found.",
378+
"refactor_not_class_namespace": "Could not find class or namespace '{0}'.",
379+
"refactor_operation_unsupported": "The refactoring operation is not supported for '{0}'.",
380+
"refactor_unknown_error": "The refactoring operation failed with unknown error."
372381
}

0 commit comments

Comments
 (0)