Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

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
       }
 
PREVIOUS NEXT
Tagged: #remove #files #visual #studio #code
ADD COMMENT
Topic
Name
4+8 =