Fix .vscode/settings.json for the latest extension

This commit is contained in:
Takashi Kokubun 2025-02-12 16:17:07 -08:00
parent abd1b700d2
commit e9e4770a18

View File

@ -2,7 +2,5 @@
"rust-analyzer.cargo.features": [
"disasm",
],
"rust-analyzer.cargo.unsetTest": [
"yjit",
],
"rust-analyzer.cfg.setTest": false,
}