File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 368
368
},
369
369
"cm_addfunction" : {
370
370
"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."
372
381
}
You can’t perform that action at this time.
0 commit comments