Co-authored-by: Jules Porter <jules-p@users.noreply.github.com> Co-authored-by: Felicity Chapman <felicitymay@github.com>
14 lines
242 B
Markdown
14 lines
242 B
Markdown
```json
|
|
{
|
|
"editor.inlineSuggest.enabled": true,
|
|
"github.copilot.enable": {
|
|
"*": true,
|
|
"yaml": false,
|
|
"plaintext": false,
|
|
"markdown": true,
|
|
"javascript": true,
|
|
"python": true
|
|
}
|
|
}
|
|
```
|