This commit is contained in:
DaanV2
2021-11-28 13:05:54 +01:00
parent d6c02b9c08
commit c43b7f33b6

View File

@@ -7,11 +7,11 @@
"filters_spec": {
"defaultSnippets": [
{
"label": "new test",
"label": "New Test",
"body": { "test": "$1", "value": "$2" }
},
{
"label": "new all_of test",
"label": "New All_of Test",
"body": {
"all_of": [
{ "test": "$1", "value": "$2" },
@@ -20,7 +20,7 @@
}
},
{
"label": "new any_of test",
"label": "New Any_of Test",
"body": {
"any_of": [
{ "test": "$1", "value": "$2" },
@@ -29,7 +29,7 @@
}
},
{
"label": "new none_of test",
"label": "New None_of Test",
"body": {
"none_of": [
{ "test": "$1", "value": "$2" },