Skip to content

Commit f2f9864

Browse files
committed
Update Image Size action
Improved typings & code layout
1 parent f5fbdd7 commit f2f9864

25 files changed

+1197
-85
lines changed

extension.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}, {
3333
"title": "Convert to data:URL",
3434
"command": "emmet.convert-data-url",
35-
"shortcut": "ctrl-i"
35+
"shortcut": "ctrl-shift-i"
3636
}, {
3737
"title": "Evaluate Math Expression",
3838
"command": "emmet.evaluate-math",
@@ -53,6 +53,10 @@
5353
"title": "Remove Tag",
5454
"command": "emmet.remove-tag",
5555
"shortcut": "ctrl-'"
56+
}, {
57+
"title": "Update Image Size",
58+
"command": "emmet.update-image-size",
59+
"shortcut": "ctrl-i"
5660
}, {
5761
"title": "Select Next Item",
5862
"command": "emmet.select-next-item",

0 commit comments

Comments
 (0)