Преглед изворни кода

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

Yuki Takei пре 10 месеци
родитељ
комит
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."
     }
   ]