Guest User

Untitled

a guest
Jun 24th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. "files.exclude": {
  2. "**/.DS_Store": true,
  3. "**/.git": true,
  4. "**/.hg": true,
  5. "**/.next": true,
  6. "**/.svn": true,
  7. "**/bower_components": true,
  8. "**/build": true,
  9. "**/CVS": true,
  10. "**/dist": true,
  11. "**/node_modules": true
  12. },
  13. "search.exclude": {
  14. "**/node_modules": true,
  15. "**/bower_components": true,
  16. "**/build": true,
  17. "**/dist": true
  18. },
  19.  
  20. "window.zoomLevel": 0,
  21.  
  22. "workbench.activityBar.visible": false,
  23. "zenMode.fullScreen": false,
  24.  
  25. // plugins emmet
  26. "emmet.includeLanguages": {
  27. "javascript": "javascriptreact",
  28. "vue-html": "html",
  29. "plaintext": "jade"
  30. },
  31. "emmet.syntaxProfiles": {
  32. "javascript": "jsx"
  33. },
  34.  
  35. //
  36.  
  37. "todohighlight.exclude": [
  38. "**/vendor/**",
  39. "**/node_modules/**",
  40. "**/dist/**",
  41. "**/bower_components/**",
  42. "**/build/**",
  43. "**/.vscode/**",
  44. "**/.github/**",
  45. "**/_output/**",
  46. "**/*.min.*",
  47. "**/*.map"
  48. ],
  49. "phpcs.ignorePatterns": [
  50. "**/vendor/**",
  51. "**/dist/**",
  52. "acf-json/**",
  53. "wp-content/plugins/**",
  54. "wp-content/themes/twentyten/**",
  55. "wp-content/themes/twentyeleven/**",
  56. "wp-content/themes/twentytwelve/**",
  57. "wp-content/themes/twentythirteen/**",
  58. "wp-content/themes/twentyfourteen/**",
  59. "wp-content/themes/twentyfifteen/**",
  60. "wp-content/themes/twentysixteen/**",
  61. "wp-content/themes/twentyseventeen/**",
  62. "wp-content/themes/twentyeighteen/**",
  63. "wp-admin/**",
  64. "wp-includes/**"
  65. ],
  66. "phpcs.standard": "PSR2",
  67. "editor.renderIndentGuides": false,
  68. "javascript.suggestionActions.enabled": false,
  69. "workbench.statusBar.feedback.visible": false,
  70. "workbench.statusBar.visible": false,
  71. "editor.minimap.enabled": false
  72. }
Add Comment
Please, Sign In to add comment