Skip to content

Commit 72420b9

Browse files
committed
feat: Additions to when
1 parent 1d5c6db commit 72420b9

5 files changed

Lines changed: 542 additions & 116 deletions

File tree

syntaxes/tests/JSON/negatives.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,32 @@
3535
]
3636
}
3737
]
38+
},
39+
"keybindings": {
40+
"contributes": [
41+
{
42+
"when": "not-when"
43+
}
44+
]
45+
},
46+
"chatParticipants": [
47+
{
48+
"commands": {
49+
"contributes": [
50+
{
51+
"when": "not-when"
52+
}
53+
]
54+
}
55+
}
56+
],
57+
"viewsContainers": {
58+
"contributes": {
59+
"activitybar": [
60+
{
61+
"when": "not-when"
62+
}
63+
]
64+
}
3865
}
3966
}

0 commit comments

Comments
 (0)