Skip to content

Commit 341765b

Browse files
committedJan 24, 2025··
fix: enable transformer feature in vscode rust-analyzer settings
1 parent 34c960b commit 341765b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"editor.defaultFormatter": "charliermarsh.ruff"
66
},
77
"python.defaultInterpreterPath": ".venv/bin/python",
8-
"python.terminal.activateEnvInCurrentTerminal": true
8+
"python.terminal.activateEnvInCurrentTerminal": true,
9+
"rust-analyzer.cargo.features": ["transformer"]
910
}

0 commit comments

Comments
 (0)
Please sign in to comment.