Просмотр исходного кода

Merge branch 'master' into imprv/roo-code-like-replacing

Yuki Takei 9 месяцев назад
Родитель
Сommit
44223d2ffc
1 измененных файлов с 6 добавлено и 1 удалено
  1. 6 1
      .vscode/settings.json

+ 6 - 1
.vscode/settings.json

@@ -52,6 +52,11 @@
       }
     }
   },
+  "github.copilot.chat.codeGeneration.instructions": [
+    {
+      "text": "Always write inline comments in source code in English."
+    }
+  ],
   "github.copilot.chat.testGeneration.instructions": [
     {
       "text": "Use vitest as the test framework"
@@ -80,7 +85,7 @@
   ],
   "github.copilot.chat.commitMessageGeneration.instructions": [
     {
-      "text": "Write commit messages in English always."
+      "text": "Always write commit messages in English."
     }
   ]