File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to the "python-snippets" extension will be documented in this file.
3
3
4
+ ## [ 0.0.9]
5
+ - Merge PR #11
6
+
4
7
## [ 0.0.8]
5
8
- Merge PR #9 , #10
6
9
- Add "New property", issue #2
Original file line number Diff line number Diff line change 1
- # Python snippets
1
+ # Python snippets
2
2
3
3
Python snippets collections.
4
4
@@ -25,6 +25,7 @@ Thanks!
25
25
| class | New class |
26
26
| defs | New method |
27
27
| def | New function |
28
+ | adef | Async function |
28
29
| property | New property |
29
30
| if | if |
30
31
| for | for |
@@ -103,7 +104,4 @@ Thanks!
103
104
104
105
## Release Notes
105
106
106
- ## 0.0.5
107
- - Fix duplicate snippets, adding some doc
108
-
109
107
See [ changelog] ( CHANGELOG.md ) for all changes and releases.
Original file line number Diff line number Diff line change 2
2
"name" : " python-snippets" ,
3
3
"displayName" : " python-snippets" ,
4
4
"description" : " Python Snippets" ,
5
- "version" : " 0.0.8 " ,
5
+ "version" : " 0.0.9 " ,
6
6
"publisher" : " cstrap" ,
7
7
"icon" : " images/python.png" ,
8
8
"engines" : {
20
20
"url" : " https://github.com/cstrap/python-snippets.git"
21
21
},
22
22
"contributes" : {
23
- "snippets" : [
24
- {
23
+ "snippets" : [{
25
24
"language" : " python" ,
26
25
"path" : " ./snippets/base.json"
27
26
},
43
42
}
44
43
]
45
44
}
46
- }
45
+ }
You can’t perform that action at this time.
0 commit comments