Skip to content

Commit

Permalink
add some more vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Dec 1, 2024
1 parent 090aff9 commit 93c5367
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,14 @@
"rust-analyzer.showUnlinkedFileNotification": false,
"rust-analyzer.cargo.features": [
"oidc"
]
],

"search.exclude": {
// Avoid polluting search results with lockfile content
"pnpm-lock.yaml": true,
"Cargo.lock": true
},
// Ensure VSCode uses pnpm instead of npm
"eslint.packageManager": "pnpm",
"npm.packageManager": "pnpm",
}

0 comments on commit 93c5367

Please sign in to comment.