In VSCode we can exclude some files from being shown by adding the following to settings.json:
"files.exclude": {
"**/*.exe": true
},
How do I do this in Fleet?
In VSCode we can exclude some files from being shown by adding the following to settings.json:
"files.exclude": {
"**/*.exe": true
},
How do I do this in Fleet?
To exclude files or folders from the File tree, you can specify "files.exclude"
property in the settings.json
file as in the following guide: https://www.jetbrains.com/help/fleet/settings.html#files.exclude