Answers for "how o remove .meta files visual studio code"

C#
1

how o remove .meta files visual studio code

add this on setting.json, to access setting.json hit ctrl+shift+p in
vs code and search by setting.json and click it.
  
"files.exclude": {
         "**/*.meta": true
       }
Posted by: Guest on August-16-2021

Code answers related to "how o remove .meta files visual studio code"

C# Answers by Framework

Browse Popular Code Answers by Language