Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Remove icon to disambiguate from official ext
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Jan 6, 2025
1 parent 40dc919 commit e57d62d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 113 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"prettier.printWidth": 120,
"prettier.singleQuote": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"python.languageServer": "Default",
"python.linting.pylintEnabled": false,
Expand Down
Binary file removed icon.png
Binary file not shown.
137 changes: 27 additions & 110 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "python-environment-manager",
"displayName": "Python Environment Manager",
"description": "View and manage Python environments & packages.",
"version": "1.2.5",
"version": "1.2.6",
"capabilities": {
"untrustedWorkspaces": {
"supported": false,
Expand All @@ -27,7 +27,6 @@
"url": "https://github.com/DonJayamanne/vscode-python-manager/issues"
},
"qna": "https://github.com/DonJayamanne/vscode-python-manager/issues",
"icon": "icon.png",
"galleryBanner": {
"color": "#1e415e",
"theme": "dark"
Expand Down

0 comments on commit e57d62d

Please sign in to comment.