OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 "name": "Command test - Extension with Command that is global", | |
3 "manifest_version": 2, | |
4 "version": "1", | |
5 "commands": { | |
6 "feature1": { | |
7 "suggested_key": "Ctrl+Shift+0", | |
8 "description": "desc", | |
9 "global": true | |
10 } | |
11 } | |
12 } | |
OLD | NEW |