-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -25,7 +25,7 @@ | |
"url": "https://twitter.com/Teamwork" | ||
} | ||
], | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"engines": { | ||
"vscode": "^1.33.0" | ||
}, | ||
|
@@ -42,7 +42,7 @@ | |
"configuration": [ | ||
{ | ||
"type": "object", | ||
"title": "Teamwork Projects Configuration", | ||
"title": "Teamwork Configuration", | ||
"properties": { | ||
"twp.OnlySelfAssigned": { | ||
"default": false, | ||
|
@@ -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, | ||
|
@@ -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" | ||
} | ||
] | ||
}, | ||
|
@@ -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" | ||
} | ||
}, | ||
{ | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.