tweak(file-templates): remove default JSON template
As described at https://www.json.org/json-en.html, JSON has multiple top-level forms (at least objects and arrays, and potentially all values as well, depending on who you ask). Of these, I would not say array is a good default. I frequently find myself deleting this default, generally to use an object instead. Because there is no consistent winner, and because the template is so trivial, it seems best to simply delete it: the cost of the template not matching the user's intent outweighs any benefit it stands to deliver when it does match the user's intent.
This commit is contained in:
parent
6c4b7169f0
commit
893b4171b7
2 changed files with 0 additions and 4 deletions
|
@ -1,3 +0,0 @@
|
|||
[
|
||||
$0
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue