We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c960b commit 341765bCopy full SHA for 341765b
.vscode/settings.json
@@ -5,5 +5,6 @@
5
"editor.defaultFormatter": "charliermarsh.ruff"
6
},
7
"python.defaultInterpreterPath": ".venv/bin/python",
8
- "python.terminal.activateEnvInCurrentTerminal": true
+ "python.terminal.activateEnvInCurrentTerminal": true,
9
+ "rust-analyzer.cargo.features": ["transformer"]
10
}
0 commit comments