diff options
author | Takashi Kokubun <[email protected]> | 2025-02-12 16:17:07 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2025-02-12 16:17:08 -0800 |
commit | e9e4770a18f0b2375e7783e01a9f03c126ce948e (patch) | |
tree | d64e38dc76089c59994549a6dc12e14ab56a85f2 | |
parent | abd1b700d2cec70187bca84eed2180ade2a93b87 (diff) |
Fix .vscode/settings.json for the latest extension
-rw-r--r-- | misc/.vscode/settings.json | 4 |
1 files changed, 1 insertions, 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, } |