Skip to content

Commit 86f1007

Browse files
committed
Auto discover Rust tests
rust-analyzer can tell VS Code which tests exist. But in combination with Bazel this is currently hardly useful. Tests can be executed, but not debugged, which mostly nullifies having the tests in VS Code.
1 parent 2ac6474 commit 86f1007

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/s-core-devcontainer/.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"--experimental_enable_label_completions"
8181
],
8282
"C_Cpp.intelliSenseEngine": "disabled",
83+
"rust-analyzer.testExplorer": true,
8384
"tasks": {
8485
"version": "2.0.0",
8586
"tasks": [

0 commit comments

Comments
 (0)