{ "name": "my-snippets", "engines": { "vscode": "^1.11.0" }, "contributes": { "snippets": [ { "language": "python", "path": "./snippets/python.json" } ] } }