fork download
  1. // Place your settings in this file to overwrite the default settings
  2. {
  3. "flowide.pathToFlow": "flow",
  4. "editor.fontFamily": "Consolas, 'Courier New', monospace",
  5. "editor.fontSize": 18,
  6. "editor.tabSize": 2,
  7. "files.associations": {
  8. "*.ejs": "html",
  9. "*.php": ["html", "php"]
  10. },
  11. "terminal.integrated.shell.windows": "E:\\My Program Files\\Git\\bin\\bash.exe",
  12. "window.zoomLevel": 0,
  13. "files.autoSave": "off",
  14. "files.exclude": {
  15. "**/.git": true,
  16. "**/.svn": true,
  17. "**/.hg": true,
  18. "**/CVS": true,
  19. "**/.DS_Store": true,
  20. "node_modules": true
  21. },
  22. "eslint.enable": true,
  23. "eslint.validate": [
  24. "javascript",
  25. "javascriptreact",
  26. {
  27. "language": "html",
  28. "autoFix": true
  29. }
  30. ],
  31. "workbench.colorTheme": "One Monokai",
  32. "workbench.iconTheme": "material-icon-theme",
  33. "php.validate.executablePath": "E:/PHP/php.exe"
  34. // "emmet.useNewEmmet": true
  35. }
  36. auto rename tag
  37. bookmarks
  38. color highlight
  39. html snippets
  40. one mônkai thêm
  41. path intel
  42. sublime text key map
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:2: error: class, interface, or enum expected
{
^
1 error
stdout
Standard output is empty