Browse Source

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

Yuki Takei 9 months ago
parent
commit
44223d2ffc
1 changed files with 6 additions and 1 deletions
  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": [
   "github.copilot.chat.testGeneration.instructions": [
     {
     {
       "text": "Use vitest as the test framework"
       "text": "Use vitest as the test framework"
@@ -80,7 +85,7 @@
   ],
   ],
   "github.copilot.chat.commitMessageGeneration.instructions": [
   "github.copilot.chat.commitMessageGeneration.instructions": [
     {
     {
-      "text": "Write commit messages in English always."
+      "text": "Always write commit messages in English."
     }
     }
   ]
   ]