15 lines
203 B
JSON
15 lines
203 B
JSON
{
|
|
"name": "custom-snippets",
|
|
"engines": {
|
|
"vscode": "^1.11.0"
|
|
},
|
|
"contributes": {
|
|
"snippets": [
|
|
{
|
|
"language": "python",
|
|
"path": "./python.json"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
|