Skip to content

Commit 441c3c0

Browse files
author
Christian Strappazzon
committed
Icon, bump version
1 parent f5e10bc commit 441c3c0

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.vscode/
22
vsc-*
3+
.DS_Store

.vscodeignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.vscode/
22
vsc-*
3+
.DS_Store

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22
All notable changes to the "python-snippets" extension will be documented in this file.
33

4+
## [0.0.2]
5+
- public repo, feel free to contribute! :-)
6+
47
## [0.0.1]
58
- Initial release
69
- Porting Atom [language-python](https://github.com/atom/language-python)` with `atomizr`

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Snippets for Python
1010

1111
Last changes, see changelog for the complete reference.
1212

13-
### 0.0.1
13+
## 0.0.2
1414

15-
- Initial release
16-
- Porting Atom [language-python](https://github.com/atom/language-python) with [atomizr](https://www.npmjs.com/package/node-atomizr)
17-
- Added some snippets ported from PyCharm
15+
- public repo, feel free to contribute! :-)

images/python.png

9.69 KB
Loading

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"name": "python-snippets",
33
"displayName": "python-snippets",
44
"description": "Python snippets",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"publisher": "cstrap",
7+
"icon": "images/python.png",
78
"engines": {
89
"vscode": "^1.12.0"
910
},
@@ -17,5 +18,9 @@
1718
"path": "./snippets/snippets.json"
1819
}
1920
]
21+
},
22+
"repository": {
23+
"type": "git",
24+
"url": "https://github.com/cstrap/python-snippets.git"
2025
}
2126
}

0 commit comments

Comments
 (0)