Skip to content

Commit

Permalink
Update naming + icons
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeJayTC committed Apr 12, 2020
1 parent 708ccb9 commit 73dba84
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Change Log
## 1.0.18
- Renamed to Teamwork, replaced icons
## 1.0.17
- Fixed an issue where comments date time was shown wrong
##
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "twp",
"displayName": "Teamwork Projects",
"description": "The Teamwork Projects and Visual Studio Code Editor extension allows you to manage your projects and tasks directly from within Visual Studio Code so you can get more work done from one place. ",
"displayName": "Teamwork",
"description": "The Teamwork and Visual Studio Code Editor extension allows you to manage your projects and tasks directly from within Visual Studio Code so you can get more work done from one place. ",
"publisher": "teamwork",
"homepage": "https://www.teamwork.com",
"bugs": {
"url": "https://github.com/teamwork/vscode-projects/issues",
"email": "[email protected]"
},
"icon": "resources/projects.png",
"icon": "resources/t-work-squircle.png",
"repository": {
"type": "Github",
"url": "https://github.com/Teamwork/vscode-projects"
Expand All @@ -25,7 +25,7 @@
"url": "https://twitter.com/Teamwork"
}
],
"version": "1.0.17",
"version": "1.0.18",
"engines": {
"vscode": "^1.33.0"
},
Expand All @@ -42,7 +42,7 @@
"configuration": [
{
"type": "object",
"title": "Teamwork Projects Configuration",
"title": "Teamwork Configuration",
"properties": {
"twp.OnlySelfAssigned": {
"default": false,
Expand All @@ -57,7 +57,7 @@
"twp.ShowTeamworkPanel": {
"default": false,
"type": "boolean",
"description": "Show native teamwork panel (false: uses adaptive card )"
"description": "Show native Teamwork panel (false: uses adaptive card )"
},
"twp.ShowGitInfo": {
"default": true,
Expand All @@ -76,16 +76,16 @@
"activitybar": [
{
"id": "twp_Outline",
"title": "Teamwork Projects",
"icon": "resources/projects-white.svg"
"title": "Teamwork",
"icon": "resources/teamwork-white.png"
}
]
},
"views": {
"twp_Outline": [
{
"id": "taskOutline",
"name": "Teamwork Projects"
"name": "Teamwork"
}
]
},
Expand Down Expand Up @@ -126,8 +126,8 @@
"command": "twp.SetProject",
"title": "Select Project for Repository",
"icon": {
"light": "resources/projects-white.svg",
"dark": "resources/projects-white.svg"
"light": "resources/projects-white.png",
"dark": "resources/projects-white.png"
}
},
{
Expand Down
Binary file added resources/t-work-squircle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/teamwork-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file renamed twp-1.0.17.vsix → twp-1.0.18.vsix
Binary file not shown.

0 comments on commit 73dba84

Please sign in to comment.