diff --git a/.vscodeignore b/.vscodeignore index f369b5e..c6ee8f6 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -1,4 +1,13 @@ .vscode/** .vscode-test/** .gitignore +.gitattributes +.git/** +.github/** vsc-extension-quickstart.md +**/*.map +**/.DS_Store +**/node_modules/** +**/coverage/** +**/test/** +**/*.vsix diff --git a/package.json b/package.json index f34d49e..b1ba19f 100644 --- a/package.json +++ b/package.json @@ -12,12 +12,28 @@ ], "version": "1.3.0", "publisher": "RickyWhite", + "license": "MIT", "engines": { - "vscode": "^1.28.0" + "vscode": "^1.84.0" }, "categories": [ "Snippets" ], + "galleryBanner": { + "color": "#0d1117", + "theme": "dark" + }, + "badges": [ + { + "url": "https://img.shields.io/github/stars/EndlessTrax/python-template-snippets?style=social", + "href": "https://github.com/EndlessTrax/python-template-snippets", + "description": "Star on GitHub" + } + ], + "sponsor": { + "url": "https://github.com/sponsors/EndlessTrax" + }, + "qna": "marketplace", "contributes": { "snippets": [ {