Skip to content
This repository was archived by the owner on Aug 28, 2021. It is now read-only.

Commit bfd8caf

Browse files
authored
Merge branch 'master' into main
2 parents 758ca52 + 8551554 commit bfd8caf

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.vsix
22
pruebas.py
3-
.vscode
3+
.vscode
4+

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Pythonic UltiSnippets
22
[![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)
3-
This extension will contains a lot of Python Snippets for VSCode.
43

4+
This extension contains a lot of Useful Python Snippets for VSCode.
55

66
![](img/python.gif)
7+
78
## Snippets
89

910
| Snippet Shorcut | Snippet Description |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
}
3636
]
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)