hiding .meta and .cs.meta files on mac in visual studio code
This should work:
"files.exclude": {
"**/*.meta": true
}
If that doesn't work then:
Ensure that you're on the latest version of VSCode.
Or file a bug here.
This should work:
"files.exclude": {
"**/*.meta": true
}
If that doesn't work then:
Ensure that you're on the latest version of VSCode.
Or file a bug here.