settings.json 239 B

12345678910111213
  1. {
  2. "theme": "ANSI",
  3. "preferredEditor": "nvim",
  4. "hideWindowTitle": true,
  5. "hideBanner": true,
  6. "hideTips": true,
  7. "selectedAuthType": "oauth-personal",
  8. "security": {
  9. "auth": {
  10. "selectedType": "oauth-personal"
  11. }
  12. }
  13. }