The frontend/UI server, written in JS using the MarkoJS library
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.

11 lines
271 B

6 years ago
  1. {
  2. "files.exclude": {
  3. "**/**/**/**/*.marko.js": true,
  4. "**/**/**/*.marko.js": true,
  5. "**/**/*.marko.js": true,
  6. "**/*.marko.js": true,
  7. "node_modules": true,
  8. ".cache": true,
  9. ".static": true,
  10. },
  11. "material-icon-theme.folders.theme": "classic"
  12. }