settings.json 227 B

1234567891011
  1. {
  2. "editor.formatOnSave": true,
  3. "editor.tabSize": 4,
  4. "editor.codeLens": true,
  5. "git.enableSmartCommit": false,
  6. "rest-client.environmentVariables": {
  7. "$shared": {
  8. "baseUrl": "http://localhost:9090"
  9. }
  10. }
  11. }