Skip to content

Commit 341765b

Browse files
committed
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

Lines changed: 2 additions & 1 deletion
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)