Skip to content

Commit 1cd1d0c

Browse files
committed
new icon
1 parent e3c673b commit 1cd1d0c

5 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### Version 0.6.7 (02 July 2017)
2+
* Updated icon from jpg to png (transparent background)
3+
14
### Version 0.6.6 (02 July 2017)
25
* Provide details of error with solution for changes to syntax in launch.json [#1047](https://github.com/DonJayamanne/pythonVSCode/issues/1047), [#1025](https://github.com/DonJayamanne/pythonVSCode/issues/1025)
36
* Provide a warning about known issues with having pyenv.cfg whilst debugging [#913](https://github.com/DonJayamanne/pythonVSCode/issues/913)

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ For further information and details continue through to the [documentation](http
100100

101101
## [Change Log](https://github.com/DonJayamanne/pythonVSCode/blob/master/CHANGELOG.md)
102102

103+
### Version 0.6.7 (02 July 2017)
104+
* Updated icon from jpg to png (transparent background)
105+
103106
### Version 0.6.6 (02 July 2017)
104107
* Provide details of error with solution for changes to syntax in launch.json [#1047](https://github.com/DonJayamanne/pythonVSCode/issues/1047), [#1025](https://github.com/DonJayamanne/pythonVSCode/issues/1025)
105108
* Provide a warning about known issues with having pyenv.cfg whilst debugging [#913](https://github.com/DonJayamanne/pythonVSCode/issues/913)

images/icon.jpg

-86.2 KB
Binary file not shown.

images/icon.png

47.5 KB
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, Data Science (with Jupyter), PySpark and more.",
5-
"version": "0.6.6",
5+
"version": "0.6.",
66
"publisher": "donjayamanne",
77
"author": {
88
"name": "Don Jayamanne",
@@ -17,7 +17,7 @@
1717
"bugs": {
1818
"url": "https://github.com/DonJayamanne/pythonVSCode/issues"
1919
},
20-
"icon": "images/icon.jpg",
20+
"icon": "images/icon.png",
2121
"galleryBanner": {
2222
"color": "#1e415e",
2323
"theme": "dark"

0 commit comments

Comments
 (0)