File tree 6 files changed +13
-5
lines changed
6 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
.vscode /
2
2
vsc- *
3
+ .DS_Store
Original file line number Diff line number Diff line change 1
1
.vscode /
2
2
vsc- *
3
+ .DS_Store
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.2]
5
+ - public repo, feel free to contribute! :-)
6
+
4
7
## [ 0.0.1]
5
8
- Initial release
6
9
- Porting Atom [ language-python] ( https://github.com/atom/language-python ) ` with ` atomizr`
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ Snippets for Python
10
10
11
11
Last changes, see changelog for the complete reference.
12
12
13
- ### 0.0.1
13
+ ## 0.0.2
14
14
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! :-)
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.1 " ,
5
+ "version" : " 0.0.2 " ,
6
6
"publisher" : " cstrap" ,
7
+ "icon" : " images/python.png" ,
7
8
"engines" : {
8
9
"vscode" : " ^1.12.0"
9
10
},
17
18
"path" : " ./snippets/snippets.json"
18
19
}
19
20
]
21
+ },
22
+ "repository" : {
23
+ "type" : " git" ,
24
+ "url" : " https://github.com/cstrap/python-snippets.git"
20
25
}
21
26
}
You can’t perform that action at this time.
0 commit comments