From e9e4770a18f0b2375e7783e01a9f03c126ce948e Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 12 Feb 2025 16:17:07 -0800 Subject: [PATCH] Fix .vscode/settings.json for the latest extension --- misc/.vscode/settings.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/misc/.vscode/settings.json b/misc/.vscode/settings.json index 7b1a38c536..c11838155e 100644 --- a/misc/.vscode/settings.json +++ b/misc/.vscode/settings.json @@ -2,7 +2,5 @@ "rust-analyzer.cargo.features": [ "disasm", ], - "rust-analyzer.cargo.unsetTest": [ - "yjit", - ], + "rust-analyzer.cfg.setTest": false, }