瀏覽代碼

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

Yuki Takei 11 月之前
父節點
當前提交
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."
     }
   ]