settings.json 409 B

12345678910111213
  1. // VS Code settings.json
  2. {
  3. "code-runner.executorMap": {
  4. "php": "php",
  5. "python": "set PYTHONIOENCODING=utf8 && python -u",
  6. },
  7. "editor.fontFamily": "'Fixedsys Excelsior 3.01',Consolas, 'Courier New', monospace",
  8. "editor.fontSize": 16,
  9. "terminal.integrated.defaultProfile.windows": "PowerShell",
  10. "terminal.integrated.fontFamily": "宋体",
  11. "editor.lineHeight": 16
  12. }