2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[VSCode] CodeRabbitのレビューコメントを日本語にする

Posted at

VSCode拡張機能のCodeRabbitがとても良きです!
これを利用すればAI駆動開発の質が高まりそうです!

ただ、CodeRabbitのレビュー結果ですが、デフォルトだと英語になります。

image.png

これを日本語にする手順を記載します。

日本語にする手順

以下のファイルをプロジェクトのルートディレクトリに作成してください。

.coderabbit.yaml
language: "ja-JP"

これだけです!

image.png

.coderabbit.yamlについて

このファイルはCodeRabbitのレビューをGithub Actionで行うときにも読み込まれる設定ファイルです。
今回はlanguageの設定だけですが、CodeRabbitを本格的に運用していく際は作り込んでいくことになると思います。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?