Skip to content

Commit fbfc2ef

Browse files
author
Christian Strappazzon
committed
Better changelog, added icon and repo
1 parent 3d7e059 commit fbfc2ef

File tree

6 files changed

+12
-2
lines changed

6 files changed

+12
-2
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,5 +1,8 @@
11
# Change Log
22
All notable changes to the "flask-snippets" extension will be documented in this file.
33

4+
## [0.0.2]
5+
- public repo at [GitHub](https://github.com/cstrap/flask-snippets), feel free to contribute! :-)
6+
47
## [0.0.1]
58
- Initial release

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ Snippets for Flask framework
1010

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

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

15-
Initial release: PyCharm snippets
15+
- public repo at [GitHub](https://github.com/cstrap/flask-snippets), feel free to contribute! :-)

image/flask.png

7.77 KB
Loading

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,17 @@
44
"description": "Flask snippets",
55
"version": "0.0.1",
66
"publisher": "cstrap",
7+
"icon": "images/flask.png",
78
"engines": {
89
"vscode": "^1.12.0"
910
},
1011
"categories": [
1112
"Snippets"
1213
],
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/cstrap/flask-snippets.git"
17+
},
1318
"contributes": {
1419
"snippets": [
1520
{

0 commit comments

Comments
 (0)