{
    "github.copilot.chat.experimental.codeGeneration.instructions": [
        // {
        //     "text": "Always add a comment: 'Generated by Copilot'."
        // },
        {
            "text": "In TypeScript always use underscore for private field names."
        },
        {
            "file": "dev-notes.md" // import instructions from file `code-style.md`
        },
        {
            "file": "src/internals.ts" // import instructions from file `code-style.md`
        }
    ]
}
