VS Code起動 コマンドパレット表示(⌘⇧P) 「Preferences: Open Keyboard Shortcuts (JSON)」選択 開いた keybindings.json への以下内容貼り付け [ { "key": "cmd+shift+g", "command": "revealFileInOS", "when": "isMac && editorTextFocus && resourceScheme == 'file' && !findWidgetVisible" } ] ファイル保存(⌘S) 動作確認(エディタ編集中に⌘⇧G押下 → Finderで当該ファイル表示)