|
@@ -97,7 +97,7 @@ function M.get_commands()
|
|
|
end
|
|
|
},
|
|
|
{
|
|
|
- label = "Minify JSON"
|
|
|
+ label = "Minify JSON",
|
|
|
locations = {"Assets"},
|
|
|
query = {
|
|
|
selection = {type = "resource", cardinality = "one"}
|
|
@@ -371,4 +371,4 @@ Existing non-undoable actions:
|
|
|
|
|
|
You can mix undoable and non-undoable actions. Actions are executed sequentially, hence depending on an order of actions you will end up losing ability to undo parts of that command.
|
|
|
|
|
|
-Instead of returning actions from functions that expect them, you can just read and write to files directly using `io.open()`. This will trigger a resource reload that will clear undo history.
|
|
|
+Instead of returning actions from functions that expect them, you can just read and write to files directly using `io.open()`. This will trigger a resource reload that will clear undo history.
|