You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The behavior of the following JSON options produce unexpected results when executed without first making a selection.
Fix and Format Json
Minify Json
Stringify Json
I would expect the default behavior, when no selection is made, to execute the action on the entire file's contents. Actual behavior ignores the file's contents, inserting a blank root pair {} (in the case of Fix/Format and Minify) or string quotes "" (for Stringify) at the position of the cursor.
Confirmed with language mode set to Json (json), JSON with Comments (jsonc), and Plain (plaintext).
The text was updated successfully, but these errors were encountered:
The behavior of the following JSON options produce unexpected results when executed without first making a selection.
I would expect the default behavior, when no selection is made, to execute the action on the entire file's contents. Actual behavior ignores the file's contents, inserting a blank root pair
{}
(in the case ofFix/Format
andMinify
) or string quotes""
(forStringify
) at the position of the cursor.Confirmed with language mode set to
Json (json)
,JSON with Comments (jsonc)
, andPlain (plaintext)
.The text was updated successfully, but these errors were encountered: