This repository was archived by the owner on Jun 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +99
-3
lines changed
Expand file tree Collapse file tree 5 files changed +99
-3
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ vsc-extension-quickstart.md
77** /tsconfig.json
88** /tslint.json
99** /* .map
10- ** /* .ts
10+ ** /* .ts
11+ ** /* .svg
Original file line number Diff line number Diff line change @@ -40,3 +40,7 @@ settings:
4040
4141Preview release. May contain bugs; if you encounter any issues or have feature
4242requests, please submit an issue on this repository!
43+
44+ ### 0.5.1
45+
46+ Adds icon.
Original file line number Diff line number Diff line change 33 "displayName" : " Python Docstring Formatter" ,
44 "publisher" : " iansan5653" ,
55 "description" : " Format docstrings in Python using PEP 257 standards." ,
6- "version" : " 0.5.0" ,
7- "repository" : " https://github.com/iansan5653/vscode-format-python-docstrings" ,
6+ "version" : " 0.5.1" ,
7+ "icon" : " icon.png" ,
8+ "repository" : {
9+ "type" : " git" ,
10+ "url" : " https://github.com/iansan5653/vscode-format-python-docstrings"
11+ },
12+ "issues" : {
13+ "url" : " https://github.com/iansan5653/vscode-format-python-docstrings/issues"
14+ },
815 "engines" : {
916 "vscode" : " ^1.32.0"
1017 },
18+ "galleryBanner" : {
19+ "color" : " #646464" ,
20+ "theme" : " light"
21+ },
1122 "categories" : [
1223 " Formatters"
1324 ],
You can’t perform that action at this time.
0 commit comments