* Adding a collection for the meta prompts to help discover items in the awesome copilot repo * Forgot to run validation locally * YAML schema validation set and updating readme
21 lines
448 B
JSON
21 lines
448 B
JSON
{
|
|
"files.eol": "\n",
|
|
"files.insertFinalNewline": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"[markdown]": {
|
|
"files.trimTrailingWhitespace": false,
|
|
"editor.formatOnSave": true
|
|
},
|
|
"editor.rulers": [
|
|
100
|
|
],
|
|
"files.associations": {
|
|
"*.chatmode.md": "markdown",
|
|
"*.instructions.md": "markdown",
|
|
"*.prompt.md": "markdown"
|
|
},
|
|
"yaml.schemas": {
|
|
"./.schemas/collection.schema.json": "*.collection.yml"
|
|
}
|
|
}
|