Golang

【Golang】Change F5 action to rr in VScode(VSCodeでファイル実行のF5を変えたいdebugg時つらいから)

【Golang】Change F5 action to rr in VScode(VSCodeでファイル実行のF5を変えたいdebugg時つらいから)

Golang
Golang

この記事はなんかしらの言語。今回は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)

type cmd k, cmd d 【Golang】VSCodeでファイル実行のF5を変えたいdebugg時つらいから
type cmd k, cmd d 【Golang】VSCodeでファイル実行のF5を変えたいdebugg時つらいから
Debugger Start Debuggerが見えるはず【Golang】VSCodeでファイル実行のF5を変えたいdebugg時つらいから
Debugger Start Debuggerが見えるはず【Golang】VSCodeでファイル実行のF5を変えたいdebugg時つらいから
start debuggerの上をダブルクリックして変えたいキーアクションに変更する。今回は「rr」【Golang】VSCodeでファイル実行のF5を変えたいdebugg時つらいから
start debuggerの上をダブルクリックして変えたいキーアクションに変更する。今回は「rr」【Golang】VSCodeでファイル実行のF5を変えたいdebugg時つらいから

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 + ;」
にしました

試しにファイルの上で「rr」を押下【Golang】VSCodeでファイル実行のF5を変えたいdebugg時つらいから
試しにファイルの上で「rr」を押下【Golang】VSCodeでファイル実行のF5を変えたいdebugg時つらいから

Please replace the characters rr in the image with cmd +;