Skip to content

Commit

Permalink
chore: Add default vscode config for more friendly developer experien…
Browse files Browse the repository at this point in the history
…ce (#5331)
  • Loading branch information
Zheaoli authored Dec 10, 2024
1 parent d48e06d commit 1ca1b63
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# IDE and editor
.vscode
.idea

.vscode
!.vscode/settings.json
**/target
**/vendor
dist/
Expand Down
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"rust-analyzer.cargo.allTargets": true,
"rust-analyzer.cargo.features": "all",
"rust-analyzer.linkedProjects": [
"${workspaceFolder}/core/Cargo.toml",
"${workspaceFolder}/bindings/python/Cargo.toml",
"${workspaceFolder}/bindings/java/Cargo.toml",
"${workspaceFolder}/bindings/nodejs/Cargo.toml",
],
"java.compile.nullAnalysis.mode": "automatic"
}

0 comments on commit 1ca1b63

Please sign in to comment.