From 758ca524164edbeaf8d30a64f695351ab7c90738 Mon Sep 17 00:00:00 2001 From: Zer Date: Fri, 22 Jan 2021 14:27:03 -0500 Subject: [PATCH] badges --- .gitignore | 3 ++- README.md | 4 ++-- package.json | 6 ++++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 6405007..dff289d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.vsix -pruebas.py \ No newline at end of file +pruebas.py +.vscode \ No newline at end of file diff --git a/README.md b/README.md index 6bb6bb5..c8c47d1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Pythonic UltiSnippets -[![Version](https://vsmarketplacebadge.apphb.com/version/EliazBobadilla.python-ultisnippets.svg)](hhttps://marketplace.visualstudio.com/items?itemName=EliazBobadilla.python-ultisnippets) - +[![Version](https://vsmarketplacebadge.apphb.com/version/EliazBobadilla.python-ultisnippets.svg)](hhttps://marketplace.visualstudio.com/items?itemName=EliazBobadilla.python-ultisnippets) [![Rating](https://vsmarketplacebadge.apphb.com/rating-short/EliazBobadilla.python-ultisnippets.svg)](https://marketplace.visualstudio.com/items?itemName=EliazBobadilla.python-ultisnippets) [![Installs](https://vsmarketplacebadge.apphb.com/installs/EliazBobadilla.python-ultisnippets.svg)](https://marketplace.visualstudio.com/items?itemName=EliazBobadilla.python-ultisnippets) This extension will contains a lot of Python Snippets for VSCode. + ![](img/python.gif) ## Snippets diff --git a/package.json b/package.json index a68c535..33e3f53 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Python UltiSnippets", "description": "A set of Python snippets for VSCode", "icon": "img/icon.png", - "version": "2.0.0", + "version": "2.0.2", "engines": { "vscode": "^1.35.0" }, @@ -22,7 +22,9 @@ "keywords": [ "snippets", "python", - "python3" + "python3", + "autocompletion", + "completion" ], "license": "MIT", "contributes": {