Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7894d0a

Browse files
author
Christian Strappazzon
committed
Update changelog
Bump version
1 parent 0fc0f60 commit 7894d0a

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed

‎CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to the "flask-snippets" extension will be documented in this file.
33

4+
## [0.0.3]
5+
- [flask-snippets](https://github.com/jleonra/flask-snippets) ported from Atom
6+
- Splitting snippets into category files
7+
48
## [0.0.2]
59
- public repo on [GitHub](https://github.com/cstrap/flask-snippets), feel free to contribute! :-)
610

‎README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ Flask snippets collections, ported from PyCharm, TextMate, SublimeText and other
66

77
Snippets for Flask framework
88

9+
Public repo on [GitHub](https://github.com/cstrap/flask-snippets), feel free to contribute! :-)
10+
911
## Release Notes
1012

11-
Last changes, see changelog for the complete reference.
13+
## [0.0.3]
1214

13-
### 0.0.2
15+
- [flask-snippets](https://github.com/jleonra/flask-snippets) ported from Atom
16+
- Splitting snippets into category files
1417

15-
- public repo on [GitHub](https://github.com/cstrap/flask-snippets), feel free to contribute! :-)
18+
See [changelog](CHANGELOG.md) for all changes and releases.

‎package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "flask-snippets",
33
"displayName": "flask-snippets",
44
"description": "Flask snippets",
5-
"version": "0.0.2",
5+
"version": "0.0.3",
66
"publisher": "cstrap",
77
"icon": "images/flask.png",
88
"engines": {
@@ -19,7 +19,19 @@
1919
"snippets": [
2020
{
2121
"language": "python",
22-
"path": "./snippets/snippets.json"
22+
"path": "./snippets/base.json"
23+
},
24+
{
25+
"language": "python",
26+
"path": "./snippets/pycharm.json"
27+
},
28+
{
29+
"language": "python",
30+
"path": "./snippets/controls.json"
31+
},
32+
{
33+
"language": "python",
34+
"path": "./snippets/templates.json"
2335
}
2436
]
2537
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /