fix: menu commands

This commit is contained in:
TheSecEng 2020-04-14 14:08:37 -04:00
parent ea5264c08c
commit ae023947b3
No known key found for this signature in database
GPG Key ID: A7C3BA459E8C5C4E
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[
{
"caption": "Pretty JSON: Format (Pretty Print) JSON",
"caption": "Pretty JSON: Format JSON",
"command": "pretty_json"
},
{
@ -8,7 +8,7 @@
"command": "pretty_json_and_sort"
},
{
"caption": "Pretty JSON: Minify (compress) JSON",
"caption": "Pretty JSON: Minify JSON",
"command": "un_pretty_json"
},
{