Skip to content

Commit ff0bc68

Browse files
author
Surya Kotamraju
committed
rename to request_code_fixes
1 parent 68cd8ef commit ff0bc68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TypeScript.sublime-commands

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{ "caption" : "TypeScript: Format Selection", "command": "typescript_format_selection" },
88
{ "caption" : "TypeScript: Format Document", "command": "typescript_format_document" },
99
{ "caption" : "TypeScript: Find References", "command": "typescript_find_references" },
10-
{ "caption" : "TypeScript: Request Code Fixes", "command": "typescript_get_code_fixes" },
10+
{ "caption" : "TypeScript: Request Code Fixes", "command": "typescript_request_code_fixes" },
1111
{ "caption" : "TypeScript: Navigate To Symbol", "command": "typescript_nav_to" },
1212
{ "caption" : "TypeScript: Rename", "command": "typescript_rename" },
1313
{ "caption" : "TypeScript: Paste And Format", "command": "typescript_paste_and_format" },

0 commit comments

Comments
 (0)