【Golang】Change F5 action to rr in VScode(VSCodeでファイル実行のF5を変えたいdebugg時つらいから)
この記事はなんかしらの言語。今回はGolangでファイル実行時にf5が押しづらいので「rr」をアクションにする記事です
This article is an article that makes rr an action because it is difficult to press f5 when executing a file in some language (Golang this time)
Update
Maybe you should stop "rr". r cannot be hit. To be precise, hitting r will result in the behavior you expect for the second r and you will not be able to type
Recommended is "cmd +;"
Made
「rr」やめたほうがいいかも。rが打てなくなる。正確にはrを打つと2回目のrを期待している挙動になる
「cmd + ;」
にしました
Please replace the characters rr in the image with cmd +;