This repository has been archived on 2026-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
|
{
|
|
"name": "My snippets",
|
|
"contributes": {
|
|
"snippets": [
|
|
{
|
|
"language": [
|
|
"all"
|
|
],
|
|
"path": "./all.json"
|
|
},
|
|
{
|
|
"language": [
|
|
"c"
|
|
],
|
|
"path": "./c.json"
|
|
}
|
|
]
|
|
}
|
|
}
|