Programování v GIS 2
2025-03-17
settings.json
, nebo tamtéž specifikujeme soubor, který se má použít"github.copilot.chat.codeGeneration.useInstructionFiles": true,
"github.copilot.chat.codeGeneration.instructions": [
{
"text": "Always add a comment: 'Generated by Copilot'."
},
{
// nebo umístit do .github/copilot-instructions.md tam jsou načteny automaticky
"file": ".copilot-instructions.md",
}
]
"github.copilot.chat.testGeneration.instructions": [],
"github.copilot.chat.reviewSelection.instructions": [],
Materiály dostupné: https://jancaha.github.io/vsb-vyuka/