aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-06-05 14:01:09 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-06-05 14:01:37 -0700
commit2e14a65309a695cb5f5161ab64fe144c1aaae664 (patch)
tree4a1c29667e50e46e8384599086480ddf52f0a018 /misc
parent2543a6573f8936806e7a8f5efd5a7a753cb9d564 (diff)
downloadruby-2e14a65309a695cb5f5161ab64fe144c1aaae664.tar.gz
Add an example for rust-analyzer.cargo.unsetTest [ci skip]
Diffstat (limited to 'misc')
-rw-r--r--misc/.vscode/settings.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/.vscode/settings.json b/misc/.vscode/settings.json
index b0f3576025..7b1a38c536 100644
--- a/misc/.vscode/settings.json
+++ b/misc/.vscode/settings.json
@@ -2,4 +2,7 @@
"rust-analyzer.cargo.features": [
"disasm",
],
+ "rust-analyzer.cargo.unsetTest": [
+ "yjit",
+ ],
}