Skip to content

Commit

Permalink
Add: Google Service account to oauth (#10326)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraggle authored Jan 29, 2025
1 parent 090a73a commit 68dc48a
Show file tree
Hide file tree
Showing 5 changed files with 401 additions and 53 deletions.
11 changes: 9 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer"
}
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true,
"editor.tabSize": 4
},
"rust-analyzer.inlayHints.chainingHints.enable": false,
"rust-analyzer.inlayHints.closingBraceHints.enable": false,
"rust-analyzer.inlayHints.parameterHints.enable": false,
"rust-analyzer.inlayHints.typeHints.enable": false,
"rust-analyzer.lens.implementations.enable": false
}
Loading

0 comments on commit 68dc48a

Please sign in to comment.