Skip to content

Commit e57d62d

Browse files
committed
Remove icon to disambiguate from official ext
1 parent 40dc919 commit e57d62d

4 files changed

Lines changed: 29 additions & 113 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"prettier.printWidth": 120,
5555
"prettier.singleQuote": true,
5656
"editor.codeActionsOnSave": {
57-
"source.fixAll.eslint": true
57+
"source.fixAll.eslint": "explicit"
5858
},
5959
"python.languageServer": "Default",
6060
"python.linting.pylintEnabled": false,

icon.png

-47.5 KB
Binary file not shown.

package-lock.json

Lines changed: 27 additions & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python-environment-manager",
33
"displayName": "Python Environment Manager",
44
"description": "View and manage Python environments & packages.",
5-
"version": "1.2.5",
5+
"version": "1.2.6",
66
"capabilities": {
77
"untrustedWorkspaces": {
88
"supported": false,
@@ -27,7 +27,6 @@
2727
"url": "https://github.com/DonJayamanne/vscode-python-manager/issues"
2828
},
2929
"qna": "https://github.com/DonJayamanne/vscode-python-manager/issues",
30-
"icon": "icon.png",
3130
"galleryBanner": {
3231
"color": "#1e415e",
3332
"theme": "dark"

0 commit comments

Comments
 (0)