summaryrefslogtreecommitdiff
path: root/misc/.vscode
AgeCommit message (Collapse)Author
2025-02-12Fix .vscode/settings.json for the latest extensionTakashi Kokubun
2023-06-05Add an example for rust-analyzer.cargo.unsetTest [ci skip]Takashi Kokubun
2023-02-10Tell VSCode to debug test.rb by default [ci-skip]Matt Valentine-House
Notes: Merged: https://github.com/ruby/ruby/pull/7271
2023-02-03Put example VSCode configs in misc/.vscode [ci skip]Takashi Kokubun
They are needed very often but it's hard to remember. I thought it'd be useful to just copy that to /.vscode and edit that. Usage: cp -r misc/.vscode .vscode Don't symlink it because you'd edit it but not want to commit it.