settings.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "i18n-ally.localesPaths": [
  3. "lang"
  4. ],
  5. "rest-client.environmentVariables": {
  6. "$shared": {
  7. "version": "v1"
  8. },
  9. "development": {
  10. "host": "http://127.0.0.1",
  11. "token": "Bearer 4|61U2jey1KvR4Z1pE7Qr8Sh9ri2G3jn1ClnonXA2J86f61575"
  12. },
  13. "testing": {
  14. "host": "http://test-api.example.com",
  15. "token": "test-token"
  16. },
  17. "production": {
  18. "host": "http://api.example.com",
  19. "token": "prod-token"
  20. }
  21. },
  22. "git.autofetch": true,
  23. "git.autofetchPeriod": 300,
  24. "git.autoStash": true,
  25. "git.pullBeforeCheckout": true,
  26. "window.zoomLevel": 1,
  27. "workbench.colorTheme": "Default Light Modern",
  28. "windsurf.autocompleteSpeed": "fast",
  29. "redhat.telemetry.enabled": true,
  30. "ansible.validation.lint.arguments": "--skip-list=fqcn[action-core,action]",
  31. "vim.useCtrlKeys": true,
  32. "vim.handleKeys": {
  33. "<C-a>": false,
  34. "<C-b>": false,
  35. "<C-c>": false,
  36. "<C-d>": false,
  37. "<C-e>": false,
  38. "<C-f>": false,
  39. "<C-g>": false,
  40. "<C-h>": false,
  41. "<C-i>": false,
  42. "<C-j>": false,
  43. "<C-k>": false,
  44. "<C-l>": false,
  45. "<C-m>": false,
  46. "<C-n>": false,
  47. "<C-o>": false,
  48. "<C-p>": false,
  49. "<C-q>": false,
  50. "<C-r>": false,
  51. "<C-s>": false,
  52. "<C-t>": false,
  53. "<C-u>": false,
  54. "<C-v>": false,
  55. "<C-w>": false,
  56. "<C-x>": false,
  57. "<C-y>": false,
  58. "<C-z>": false
  59. },
  60. "git.enableSmartCommit": true,
  61. "i18n-ally.displayLanguage": "zh-CN",
  62. "workbench.iconTheme": "vscode-icons",
  63. "database-client.autoSync": true,
  64. "files.eol": "\n",
  65. "notebook.lineNumbers": "on",
  66. }