-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
This :
...
"files.exclude": {
".*": true
},
"commands.commands": {
"Toggle hidden files": {
"command": "commands.toggleSetting",
"args": {
"setting": "files.exclude",
"value": [
{
".*": true
},
{
".*": false
}
],
}
}
},
doesn't work as intended. The setting is not changed.
However, using the command as set/reset with only one value works as intended.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels