From 86f10079f77e3d50f8cb856d7566b21ae82f8831 Mon Sep 17 00:00:00 2001 From: Lutz Reinhardt Date: Tue, 4 Nov 2025 09:54:06 +0000 Subject: [PATCH] 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. --- src/s-core-devcontainer/.devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/s-core-devcontainer/.devcontainer/devcontainer.json b/src/s-core-devcontainer/.devcontainer/devcontainer.json index 8a0e60b..8e70aa9 100644 --- a/src/s-core-devcontainer/.devcontainer/devcontainer.json +++ b/src/s-core-devcontainer/.devcontainer/devcontainer.json @@ -80,6 +80,7 @@ "--experimental_enable_label_completions" ], "C_Cpp.intelliSenseEngine": "disabled", + "rust-analyzer.testExplorer": true, "tasks": { "version": "2.0.0", "tasks": [