版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 line
228 B

  1. {
  2. "editor.formatOnSave": true,
  3. "files.exclude": {
  4. "**/.DS_Store": true,
  5. "**/.git": true,
  6. "**/node_modules": true
  7. },
  8. "prettier.eslintIntegration": true,
  9. "search.exclude": {
  10. "**/node_modules": true
  11. }
  12. }