Skip to content

Commit

Permalink
chore(vscode): add default i18n settings
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Jan 17, 2024
1 parent 929803a commit 9bdb16a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
// "rust-analyzer.checkOnSave": false,
// "editor.formatOnSave": false
"files.exclude": {
"**/node_modules": true, // optional
".swc": true
".swc": true,
"**/node_modules": true // optional
},
"files.trimTrailingWhitespace": true,
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/node_modules/**": true,
"**/target/**": true
},
"i18n-ally.defaultNamespace": "en-US",
"rust-analyzer.check.command": "clippy"
}

0 comments on commit 9bdb16a

Please sign in to comment.