Skip to content

Commit f449a8a

Browse files
committed
Merge remote-tracking branch 'origin/patch-34' into combined-pr
2 parents d65be19 + 34da0a8 commit f449a8a

File tree

1 file changed

+1
-1
lines changed
  • translations/ja/04-Using-GitHub-Copilot-with-CSharp

1 file changed

+1
-1
lines changed

translations/ja/04-Using-GitHub-Copilot-with-CSharp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The selected C# code is part of an ASP.NET Core application using the minimal AP
105105
- `/fix` to propose a fix for the problems in the selected code
106106
- `/generate` to generate code to answer your question
107107

108-
Let's use the `/tests` command to generate tests to the code. Select lines 39-42, press `CTRL + I` to open the inline chat, and type `/tests` (or select the /tests slash command) to generate a new set of tests for this record.
108+
`/tests` コマンドを使ってコードのテストを生成してみましょう。39行目から42行目までを選択し、`CTRL + I` を押してインラインチャットを開き、`/tests` と入力(または /tests スラッシュコマンドを選択)して、このレコードの新しいテストセットを生成します。
109109

110110
![Use slash command to generate tests for the selected piece of code](../../../04-Using-GitHub-Copilot-with-CSharp/images/012SlashCmdTests.gif)
111111

0 commit comments

Comments
 (0)