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